org.apache.lucene.queryParser.surround.query
Class SrndTermQuery

java.lang.Object
  extended by org.apache.lucene.queryParser.surround.query.SrndQuery
      extended by org.apache.lucene.queryParser.surround.query.SimpleTerm
          extended by org.apache.lucene.queryParser.surround.query.SrndTermQuery
All Implemented Interfaces:
Cloneable, Comparable, DistanceSubQuery

public class SrndTermQuery
extends SimpleTerm


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.lucene.queryParser.surround.query.SimpleTerm
SimpleTerm.MatchingTermVisitor
 
Field Summary
 
Fields inherited from class org.apache.lucene.queryParser.surround.query.SrndQuery
theEmptyLcnQuery
 
Constructor Summary
SrndTermQuery(String termText, boolean quoted)
           
 
Method Summary
 org.apache.lucene.index.Term getLuceneTerm(String fieldName)
           
 String getTermText()
           
 String toStringUnquoted()
           
 void visitMatchingTerms(org.apache.lucene.index.IndexReader reader, String fieldName, SimpleTerm.MatchingTermVisitor mtv)
           
 
Methods inherited from class org.apache.lucene.queryParser.surround.query.SimpleTerm
addSpanQueries, compareTo, distanceSubQueryNotAllowed, getFieldOperator, getQuote, makeLuceneQueryFieldNoBoost, suffixToString, toString
 
Methods inherited from class org.apache.lucene.queryParser.surround.query.SrndQuery
clone, getWeight, getWeightOperator, getWeightString, isFieldsSubQueryAcceptable, isWeighted, makeLuceneQueryField, setWeight, weightToString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SrndTermQuery

public SrndTermQuery(String termText,
                     boolean quoted)
Method Detail

getTermText

public String getTermText()

getLuceneTerm

public org.apache.lucene.index.Term getLuceneTerm(String fieldName)

toStringUnquoted

public String toStringUnquoted()
Specified by:
toStringUnquoted in class SimpleTerm

visitMatchingTerms

public void visitMatchingTerms(org.apache.lucene.index.IndexReader reader,
                               String fieldName,
                               SimpleTerm.MatchingTermVisitor mtv)
                        throws IOException
Specified by:
visitMatchingTerms in class SimpleTerm
Throws:
IOException


Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.