|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.queryParser.surround.query.SrndQuery org.apache.lucene.queryParser.surround.query.SimpleTerm org.apache.lucene.queryParser.surround.query.SrndTruncQuery
public class SrndTruncQuery
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 | |
---|---|
SrndTruncQuery(String truncated,
char unlimited,
char mask)
|
Method Summary | |
---|---|
protected void |
appendRegExpForChar(char c,
StringBuilder re)
|
String |
getTruncated()
|
protected boolean |
matchingChar(char c)
|
String |
toStringUnquoted()
|
protected void |
truncatedToPrefixAndPattern()
|
void |
visitMatchingTerms(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 |
---|
public SrndTruncQuery(String truncated, char unlimited, char mask)
Method Detail |
---|
public String getTruncated()
public String toStringUnquoted()
toStringUnquoted
in class SimpleTerm
protected boolean matchingChar(char c)
protected void appendRegExpForChar(char c, StringBuilder re)
protected void truncatedToPrefixAndPattern()
public void visitMatchingTerms(IndexReader reader, String fieldName, SimpleTerm.MatchingTermVisitor mtv) throws IOException
visitMatchingTerms
in class SimpleTerm
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |