A B C D E F G H I J K L M N O P Q R S T W X _

A

accept(IndexReader, int, String, TermVectorMapper) - Method in class org.apache.lucene.index.TermVectorAccessor
Visits the TermVectorMapper and populates it with terms available for a given document, either via a vector created at index time or by resolving them from the inverted index.
add_escapes(String) - Method in exception org.apache.lucene.queryParser.precedence.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addClause(Vector, int, int, Query) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Deprecated. use addClause(List, int, int, Query) instead.
addClause(List, int, int, Query) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
addEscapes(String) - Static method in error org.apache.lucene.queryParser.precedence.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
AnalyzingQueryParser - Class in org.apache.lucene.queryParser.analyzing
Overrides Lucene's default QueryParser so that Fuzzy-, Prefix-, Range-, and WildcardQuerys are also passed through the given analyzer, but wild card characters (like *) don't get removed from the search terms.
AnalyzingQueryParser(String, Analyzer) - Constructor for class org.apache.lucene.queryParser.analyzing.AnalyzingQueryParser
Deprecated. Use AnalyzingQueryParser.AnalyzingQueryParser(Version, String, Analyzer) instead
AnalyzingQueryParser(Version, String, Analyzer) - Constructor for class org.apache.lucene.queryParser.analyzing.AnalyzingQueryParser
Constructs a query parser.
AND - Static variable in class org.apache.lucene.misc.ChainedFilter
 
AND - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
AND_OPERATOR - Static variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
andExpression(String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
ANDNOT - Static variable in class org.apache.lucene.misc.ChainedFilter
 

B

backup(int) - Method in interface org.apache.lucene.queryParser.precedence.CharStream
Backs up the input stream by amount steps.
backup(int) - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
 
baselineTf(float) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Implemented as: (x <= min) ? base : sqrt(x+(base**2)-min) ...but with a special case check for 0.
beginColumn - Variable in class org.apache.lucene.queryParser.precedence.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.apache.lucene.queryParser.precedence.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
Returns the next character that marks the beginning of the next token.
BeginToken() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
 
Boost - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 

C

CARAT - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
ChainedFilter - Class in org.apache.lucene.misc
Allows multiple Filters to be chained.
ChainedFilter(Filter[]) - Constructor for class org.apache.lucene.misc.ChainedFilter
Ctor.
ChainedFilter(Filter[], int[]) - Constructor for class org.apache.lucene.misc.ChainedFilter
Ctor.
ChainedFilter(Filter[], int) - Constructor for class org.apache.lucene.misc.ChainedFilter
Ctor.
CharStream - Interface in org.apache.lucene.queryParser.precedence
This interface describes a character stream that maintains line and column number positions of the characters.
Clause(String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
COLON - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
ComplexPhraseQueryParser - Class in org.apache.lucene.queryParser.complexPhrase
QueryParser which permits complex phrase query syntax eg "(john jon jonathan~) peters*".
ComplexPhraseQueryParser(String, Analyzer) - Constructor for class org.apache.lucene.queryParser.complexPhrase.ComplexPhraseQueryParser
Deprecated. Use ComplexPhraseQueryParser.ComplexPhraseQueryParser(Version, String, Analyzer) instead.
ComplexPhraseQueryParser(Version, String, Analyzer) - Constructor for class org.apache.lucene.queryParser.complexPhrase.ComplexPhraseQueryParser
 
computeNorm(String, FieldInvertState) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Implemented as state.getBoost() * lengthNorm(fieldName, numTokens) where numTokens does not count overlap tokens if discountOverlaps is true by default or true for this specific field.
Conjunction() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
curChar - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
currentToken - Variable in exception org.apache.lucene.queryParser.precedence.ParseException
This is the last token that has been consumed successfully.

D

debugStream - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
DEFAULT - Static variable in class org.apache.lucene.misc.ChainedFilter
Logical operation when none is declared.
DEFAULT - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
disable_tracing() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
Done() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
Done() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
 

E

enable_tracing() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
endColumn - Variable in class org.apache.lucene.queryParser.precedence.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.apache.lucene.queryParser.precedence.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
EOF - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
eol - Variable in exception org.apache.lucene.queryParser.precedence.ParseException
The end of line string for this machine.
escape(String) - Static method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Returns a String where those characters that QueryParser expects to be escaped are escaped by a preceding \.
expectedTokenSequences - Variable in exception org.apache.lucene.queryParser.precedence.ParseException
Each entry in this array is an array of integers.

F

FastCharStream - Class in org.apache.lucene.queryParser.precedence
An efficient implementation of JavaCC's CharStream interface.
FastCharStream(Reader) - Constructor for class org.apache.lucene.queryParser.precedence.FastCharStream
Constructs from a Reader.
FieldNormModifier - Class in org.apache.lucene.index
Given a directory and a list of fields, updates the fieldNorms in place for every document.
FieldNormModifier(Directory, Similarity) - Constructor for class org.apache.lucene.index.FieldNormModifier
Constructor for code that wishes to use this class programmatically If Similarity is null, kill the field norms.
finalResult(OpenBitSetDISI, int) - Method in class org.apache.lucene.misc.ChainedFilter
Deprecated. Either use CachingWrapperFilter, or switch to a different DocIdSet implementation yourself.
FUZZY_SLOP - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 

G

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
Deprecated. use getBooleanQuery(List) instead
getBooleanQuery(List) - 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
Deprecated. use getBooleanQuery(List, boolean) instead
getBooleanQuery(List, boolean) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Factory method for generating query, given a set of clauses.
getColumn() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
Deprecated.  
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.
getDocIdSet(IndexReader) - Method in class org.apache.lucene.misc.ChainedFilter
Filter.getDocIdSet(org.apache.lucene.index.IndexReader).
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, int) - Method in class org.apache.lucene.queryParser.complexPhrase.ComplexPhraseQueryParser
 
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
Base implementation delegates to getFieldQuery(String,String).
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.complexPhrase.ComplexPhraseQueryParser
 
getFuzzyQuery(String, String, float) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Factory method for generating a query (similar to getWildcardQuery(java.lang.String, java.lang.String)).
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 interface org.apache.lucene.queryParser.precedence.CharStream
Deprecated.  
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
Factory method for generating a query (similar to getWildcardQuery(java.lang.String, java.lang.String)).
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.complexPhrase.ComplexPhraseQueryParser
 
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.complexPhrase.ComplexPhraseQueryParser
 
getWildcardQuery(String, String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Factory method for generating a query.

H

HighFreqTerms - Class in org.apache.lucene.misc
HighFreqTerms class extracts terms and their frequencies out of an existing Lucene index.
HighFreqTerms() - Constructor for class org.apache.lucene.misc.HighFreqTerms
 
hyperbolicTf(float) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Uses a hyperbolic tangent function that allows for a hard max...

I

image - Variable in class org.apache.lucene.queryParser.precedence.Token
The string image of the token.
IndexMergeTool - Class in org.apache.lucene.misc
Merges indices specified on the command line into the index specified as the first command line argument.
IndexMergeTool() - Constructor for class org.apache.lucene.misc.IndexMergeTool
 
input_stream - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 

J

jj_nt - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
jjFillToken() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
jjnewLexState - Static variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
jjstrLiteralImages - Static variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 

K

kind - Variable in class org.apache.lucene.queryParser.precedence.Token
An integer that describes the kind of this token.

L

lengthNorm(String, int) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Implemented as: 1/sqrt( steepness * (abs(x-min) + abs(x-max) - (max-min)) + 1 ) .
LengthNormModifier - Class in org.apache.lucene.misc
Deprecated. Use FieldNormModifier
LengthNormModifier(Directory, Similarity) - Constructor for class org.apache.lucene.misc.LengthNormModifier
Deprecated. Constructor for code that wishes to use this class progaomatically.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.lucene.queryParser.precedence.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
lookingAhead - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
LPAREN - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 

M

main(String[]) - Static method in class org.apache.lucene.index.FieldNormModifier
Command Line Execution method.
main(String[]) - Static method in class org.apache.lucene.misc.HighFreqTerms
 
main(String[]) - Static method in class org.apache.lucene.misc.IndexMergeTool
 
main(String[]) - Static method in class org.apache.lucene.misc.LengthNormModifier
Deprecated. Command Line Execution method.
main(String[]) - Static method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Command line tool to test QueryParser, using SimpleAnalyzer.
MINUS - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
Modifier() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 

N

newRangeQuery(String, String, String, boolean) - Method in class org.apache.lucene.queryParser.complexPhrase.ComplexPhraseQueryParser
 
newTermQuery(Term) - Method in class org.apache.lucene.queryParser.complexPhrase.ComplexPhraseQueryParser
 
newToken(int) - Static method in class org.apache.lucene.queryParser.precedence.Token
Returns a new Token object, by default.
next - Variable in class org.apache.lucene.queryParser.precedence.Token
A reference to the next regular (non-special) token from the input stream.
NOT - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
NUMBER - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
numTerms - Static variable in class org.apache.lucene.misc.HighFreqTerms
 

O

OR - Static variable in class org.apache.lucene.misc.ChainedFilter
 
OR - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
OR_OPERATOR - Static variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
org.apache.lucene.index - package org.apache.lucene.index
 
org.apache.lucene.misc - package org.apache.lucene.misc
 
org.apache.lucene.queryParser.analyzing - package org.apache.lucene.queryParser.analyzing
QueryParser that passes Fuzzy-, Prefix-, Range-, and WildcardQuerys through the given analyzer.
org.apache.lucene.queryParser.complexPhrase - package org.apache.lucene.queryParser.complexPhrase
QueryParser which permits complex phrase query syntax eg "(john jon jonathan~) peters*"
org.apache.lucene.queryParser.precedence - package org.apache.lucene.queryParser.precedence
QueryParser designed to handle operator precedence in a more sensible fashion than the default QueryParser.

P

parse(String) - Method in class org.apache.lucene.queryParser.complexPhrase.ComplexPhraseQueryParser
 
parse(String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Parses a query string, returning a Query.
ParseException - Exception in org.apache.lucene.queryParser.precedence
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.lucene.queryParser.precedence.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.lucene.queryParser.precedence.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.lucene.queryParser.precedence.ParseException
 
PLUS - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
PrecedenceQueryParser - Class in org.apache.lucene.queryParser.precedence
Experimental query parser variant designed to handle operator precedence in a more sensible fashion than QueryParser.
PrecedenceQueryParser(String, Analyzer) - Constructor for class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Constructs a query parser.
PrecedenceQueryParser(CharStream) - Constructor for class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
PrecedenceQueryParser(PrecedenceQueryParserTokenManager) - Constructor for class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
PrecedenceQueryParserConstants - Interface in org.apache.lucene.queryParser.precedence
 
PrecedenceQueryParserTokenManager - Class in org.apache.lucene.queryParser.precedence
 
PrecedenceQueryParserTokenManager(CharStream) - Constructor for class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
PrecedenceQueryParserTokenManager(CharStream, int) - Constructor for class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
PREFIXTERM - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 

Q

Query(String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
QUOTED - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 

R

RangeEx - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEEX_END - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEEX_GOOP - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEEX_QUOTED - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEEX_START - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEEX_TO - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RangeIn - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEIN_END - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEIN_GOOP - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEIN_QUOTED - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEIN_START - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
RANGEIN_TO - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
readChar() - Method in interface org.apache.lucene.queryParser.precedence.CharStream
Returns the next character from the selected input.
readChar() - Method in class org.apache.lucene.queryParser.precedence.FastCharStream
 
ReInit(CharStream) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
ReInit(PrecedenceQueryParserTokenManager) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
ReInit(CharStream) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
ReInit(CharStream, int) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
reSetNorms(String) - Method in class org.apache.lucene.index.FieldNormModifier
Resets the norms for the specified field.
reSetNorms(String) - Method in class org.apache.lucene.misc.LengthNormModifier
Deprecated. Resets the norms for the specified field.
RPAREN - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 

S

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 specific variables have been set.
setLengthNormFactors(String, int, int, float, boolean) - 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 "plateau" 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
 

T

Term(String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
TERM - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
TermVectorAccessor - Class in org.apache.lucene.index
Transparent access to the vector space model, either via TermFreqVector or by resolving it from the inverted index.
TermVectorAccessor() - Constructor for class org.apache.lucene.index.TermVectorAccessor
 
tf(int) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Delegates to baselineTf
token - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
Token - Class in org.apache.lucene.queryParser.precedence
Describes the input token stream.
Token() - Constructor for class org.apache.lucene.queryParser.precedence.Token
 
token_source - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
tokenImage - Variable in exception org.apache.lucene.queryParser.precedence.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
TokenMgrError - Error in org.apache.lucene.queryParser.precedence
 
TokenMgrError() - Constructor for error org.apache.lucene.queryParser.precedence.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.apache.lucene.queryParser.precedence.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.lucene.queryParser.precedence.TokenMgrError
 
toString() - Method in class org.apache.lucene.misc.ChainedFilter
 
toString() - Method in class org.apache.lucene.queryParser.precedence.Token
Returns the image.

W

WILDTERM - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 

X

XOR - Static variable in class org.apache.lucene.misc.ChainedFilter
 

_

_ESCAPED_CHAR - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
_NUM_CHAR - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
_TERM_CHAR - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
_TERM_START_CHAR - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 
_WHITESPACE - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
 

A B C D E F G H I J K L M N O P Q R S T W X _

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