photospace.search
Class MetaAnalyzer

java.lang.Object
  extended byorg.apache.lucene.analysis.Analyzer
      extended byorg.apache.lucene.analysis.standard.StandardAnalyzer
          extended byphotospace.search.MetaAnalyzer

public final class MetaAnalyzer
extends org.apache.lucene.analysis.standard.StandardAnalyzer


Nested Class Summary
static class MetaAnalyzer.KeywordTokenizer
           
static class MetaAnalyzer.NumberTokenizer
           
static class MetaAnalyzer.PositionTokenizer
           
 
Field Summary
 
Fields inherited from class org.apache.lucene.analysis.standard.StandardAnalyzer
STOP_WORDS
 
Constructor Summary
MetaAnalyzer()
           
 
Method Summary
 double getLatitude()
           
 double getLongitude()
           
 double getRadius()
           
 boolean hasPoint()
           
 org.apache.lucene.analysis.TokenStream tokenStream(java.lang.String fieldName, java.io.Reader reader)
           
 
Methods inherited from class org.apache.lucene.analysis.Analyzer
tokenStream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaAnalyzer

public MetaAnalyzer()
Method Detail

tokenStream

public org.apache.lucene.analysis.TokenStream tokenStream(java.lang.String fieldName,
                                                          java.io.Reader reader)

getLatitude

public double getLatitude()

getLongitude

public double getLongitude()

getRadius

public double getRadius()

hasPoint

public boolean hasPoint()