- generateParseException() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getAnalyzer() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getBeginColumn() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
-
Returns the column number of the first character for current token (being
matched after the last call to BeginTOken).
- getBeginColumn() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- getBeginLine() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
-
Returns the line number of the first character for current token (being
matched after the last call to BeginTOken).
- getBeginLine() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- getBooleanQuery(Vector) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Factory method for generating query, given a set of clauses.
- getBooleanQuery(Vector, boolean) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Factory method for generating query, given a set of clauses.
- getColumn() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- getDefaultOperator() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Gets implicit operator setting, which will be either AND_OPERATOR
or OR_OPERATOR.
- getEndColumn() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
-
Returns the column number of the last character for current token (being
matched after the last call to BeginTOken).
- getEndColumn() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- getEndLine() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
-
Returns the line number of the last character for current token (being
matched after the last call to BeginTOken).
- getEndLine() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- getField() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getFieldQuery(String, String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getFieldQuery(String, String, int) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getFuzzyMinSim() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Get the minimal similarity for fuzzy queries.
- getFuzzyPrefixLength() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Get the prefix length for fuzzy queries.
- getFuzzyQuery(String, String, float) - Method in class org.apache.lucene.queryParser.analyzing.AnalyzingQueryParser
-
Called when parser parses an input term token that has the fuzzy suffix (~) appended.
- getFuzzyQuery(String, String, float) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- GetImage() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
-
Returns a string made up of characters from the marked token beginning
to the current buffer position.
- GetImage() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- getLine() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- getLocale() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Returns current locale, allowing access by subclasses.
- getLowercaseExpandedTerms() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getMessage() - Method in exception org.apache.lucene.queryParser.precedence.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in error org.apache.lucene.queryParser.precedence.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getNextToken() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getNextToken() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
-
- getPhraseSlop() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Gets the default slop for phrases.
- getPrefixQuery(String, String) - Method in class org.apache.lucene.queryParser.analyzing.AnalyzingQueryParser
-
Called when parser parses an input term
token that uses prefix notation; that is, contains a single '*' wildcard
character as its last character.
- getPrefixQuery(String, String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getRangeQuery(String, String, String, boolean) - Method in class org.apache.lucene.queryParser.analyzing.AnalyzingQueryParser
-
Overrides super class, by passing terms through analyzer.
- getRangeQuery(String, String, String, boolean) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- GetSuffix(int) - Method in interface org.apache.lucene.queryParser.precedence.CharStream
-
Returns an array of characters that make up the suffix of length 'len' for
the currently matched token.
- GetSuffix(int) - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- getToken(int) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- getWildcardQuery(String, String) - Method in class org.apache.lucene.queryParser.analyzing.AnalyzingQueryParser
-
Called when parser
parses an input term token that contains one or more wildcard
characters (like *
), but is not a prefix term token (one
that has just a single * character at the end).
- getWildcardQuery(String, String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Factory method for generating a query.
- setBaselineTfFactors(float, float) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
-
Sets the baseline and minimum function variables for baselineTf
- setDebugStream(PrintStream) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
-
- setDefaultOperator(PrecedenceQueryParser.Operator) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Sets the boolean operator of the QueryParser.
- setFuzzyMinSim(float) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Set the minimum similarity for fuzzy queries.
- setFuzzyPrefixLength(int) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Set the prefix length for fuzzy queries.
- setHyperbolicTfFactors(float, float, double, float) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
-
Sets the function variables for the hyperbolicTf functions
- setLengthNormFactors(int, int, float) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
-
Sets the default function variables used by lengthNorm when no field
specifc variables have been set.
- setLengthNormFactors(String, int, int, float) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
-
Sets the function variables used by lengthNorm for a specific named field
- setLocale(Locale) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Set locale used by date range parsing.
- setLowercaseExpandedTerms(boolean) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Whether terms of wildcard, prefix, fuzzy and range queries are to be automatically
lower-cased or not.
- setPhraseSlop(int) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
Sets the default slop for phrases.
- specialConstructor - Variable in exception org.apache.lucene.queryParser.precedence.ParseException
-
This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
- specialToken - Variable in class org.apache.lucene.queryParser.precedence.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- SweetSpotSimilarity - Class in org.apache.lucene.misc
-
A similarity with a lengthNorm that provides for a "platuea" of
equally good lengths, and tf helper functions.
- SweetSpotSimilarity() - Constructor for class org.apache.lucene.misc.SweetSpotSimilarity
-
- SwitchTo(int) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
-