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(List<BooleanClause>, 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 escaped (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(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
RegularExpression Id.
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
 
BalancedSegmentMergePolicy - Class in org.apache.lucene.index
Merge policy that tries to balance not doing large segment merges with not accumulating too many segments in the index, to provide for better performance in near real-time setting.
BalancedSegmentMergePolicy(IndexWriter) - Constructor for class org.apache.lucene.index.BalancedSegmentMergePolicy
 
BalancedSegmentMergePolicy.MergePolicyParams - Class in org.apache.lucene.index
 
BalancedSegmentMergePolicy.MergePolicyParams() - Constructor for class org.apache.lucene.index.BalancedSegmentMergePolicy.MergePolicyParams
 
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
The column number of the first character of this Token.
beginLine - Variable in class org.apache.lucene.queryParser.precedence.Token
The line number of the first 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
Lexical state.

C

CARAT - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.
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
RegularExpression Id.
ComplexPhraseQueryParser - Class in org.apache.lucene.queryParser.complexPhrase
QueryParser which permits complex phrase query syntax eg "(john jon jonathan~) peters*".
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
Debug output.
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
Lexical state.
DEFAULT_NUM_LARGE_SEGMENTS - Static variable in class org.apache.lucene.index.BalancedSegmentMergePolicy
 
disable_tracing() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Disable tracing.
doDelete(int) - Method in class org.apache.lucene.index.MultiPassIndexSplitter.FakeDeleteIndexReader
 
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
 
doUndeleteAll() - Method in class org.apache.lucene.index.MultiPassIndexSplitter.FakeDeleteIndexReader
Just removes our overlaid deletions - does not undelete the original deletions.

E

enable_tracing() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Enable tracing.
endColumn - Variable in class org.apache.lucene.queryParser.precedence.Token
The column number of the last character of this Token.
endLine - Variable in class org.apache.lucene.queryParser.precedence.Token
The line number of the last character of this Token.
EOF - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
End of File.
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. This method will be removed in Lucene 4.0
findMerges(SegmentInfos) - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy
 
findMergesForOptimize(SegmentInfos, int, Set<SegmentInfo>) - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy
 
findMergesToExpungeDeletes(SegmentInfos) - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy
 
FUZZY_SLOP - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.

G

generateParseException() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Generate ParseException.
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(List<BooleanClause>) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Factory method for generating query, given a set of clauses.
getBooleanQuery(List<BooleanClause>, 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
 
getMaxMergeDocs() - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy.MergePolicyParams
 
getMaxSmallSegments() - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy
 
getMaxSmallSegments() - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy.MergePolicyParams
 
getMergeFactor() - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy.MergePolicyParams
 
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
Get the next Token.
getNextToken() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
Get the next Token.
getNumLargeSegments() - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy
 
getNumLargeSegments() - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy.MergePolicyParams
 
getPartialExpunge() - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy
 
getPartialExpunge() - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy.MergePolicyParams
 
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
Get the specific Token.
getValue() - Method in class org.apache.lucene.queryParser.precedence.Token
An optional attribute value of the Token.
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

hasDeletions() - Method in class org.apache.lucene.index.MultiPassIndexSplitter.FakeDeleteIndexReader
 
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
 
IndexSplitter - Class in org.apache.lucene.index
Command-line tool that enables listing segments in an index, copying specific segments to another index, and deleting segments from an index.
IndexSplitter(File) - Constructor for class org.apache.lucene.index.IndexSplitter
 
infos - Variable in class org.apache.lucene.index.IndexSplitter
 
input_stream - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
isDeleted(int) - Method in class org.apache.lucene.index.MultiPassIndexSplitter.FakeDeleteIndexReader
 
isUseCompoundFile() - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy.MergePolicyParams
 

J

jj_nt - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Next token.
jjFillToken() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
 
jjnewLexState - Static variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
Token literal values.

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 ) .
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
Lexer state names.
listSegments() - Method in class org.apache.lucene.index.IndexSplitter
 
LPAREN - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.

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.index.IndexSplitter
 
main(String[]) - Static method in class org.apache.lucene.index.MultiPassIndexSplitter
 
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.queryParser.precedence.PrecedenceQueryParser
Command line tool to test QueryParser, using SimpleAnalyzer.
MINUS - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.
Modifier() - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
MultiPassIndexSplitter - Class in org.apache.lucene.index
This tool splits input index into multiple equal parts.
MultiPassIndexSplitter() - Constructor for class org.apache.lucene.index.MultiPassIndexSplitter
 
MultiPassIndexSplitter.FakeDeleteIndexReader - Class in org.apache.lucene.index
This class pretends that it can write deletions to the underlying index.
MultiPassIndexSplitter.FakeDeleteIndexReader(IndexReader) - Constructor for class org.apache.lucene.index.MultiPassIndexSplitter.FakeDeleteIndexReader
 

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, String) - Static method in class org.apache.lucene.queryParser.precedence.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.lucene.queryParser.precedence.Token
 
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
RegularExpression Id.
NUMBER - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.
numDocs() - Method in class org.apache.lucene.index.MultiPassIndexSplitter.FakeDeleteIndexReader
 
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
RegularExpression Id.
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
Constructor with message.
PLUS - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.
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
Constructor with user supplied CharStream.
PrecedenceQueryParser(PrecedenceQueryParserTokenManager) - Constructor for class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Constructor with generated Token Manager.
PrecedenceQueryParserConstants - Interface in org.apache.lucene.queryParser.precedence
Token literal values and constants.
PrecedenceQueryParserTokenManager - Class in org.apache.lucene.queryParser.precedence
Token Manager.
PrecedenceQueryParserTokenManager(CharStream) - Constructor for class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
Constructor.
PrecedenceQueryParserTokenManager(CharStream, int) - Constructor for class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
Constructor.
PREFIXTERM - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.

Q

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

R

RangeEx - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
Lexical state.
RANGEEX_END - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.
RANGEEX_GOOP - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.
RANGEEX_QUOTED - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.
RANGEEX_START - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.
RANGEEX_TO - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.
RangeIn - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
Lexical state.
RANGEIN_END - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.
RANGEIN_GOOP - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.
RANGEIN_QUOTED - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.
RANGEIN_START - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.
RANGEIN_TO - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.
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
Reinitialise.
ReInit(PrecedenceQueryParserTokenManager) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Reinitialise.
ReInit(CharStream) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
Reinitialise parser.
ReInit(CharStream, int) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParserTokenManager
Reinitialise parser.
remove(String[]) - Method in class org.apache.lucene.index.IndexSplitter
 
reSetNorms(String) - Method in class org.apache.lucene.index.FieldNormModifier
Resets the norms for the specified field.
RPAREN - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.

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
Set debug output.
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.
setMaxMergeDocs(int) - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy.MergePolicyParams
 
setMaxSmallSegments(int) - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy.MergePolicyParams
 
setMaxSmallSegments(int) - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy
 
setMergeFactor(int) - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy.MergePolicyParams
 
setMergeFactor(int) - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy
 
setMergePolicyParams(BalancedSegmentMergePolicy.MergePolicyParams) - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy
 
setNumLargeSegments(int) - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy.MergePolicyParams
 
setNumLargeSegments(int) - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy
 
setPartialExpunge(boolean) - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy.MergePolicyParams
 
setPartialExpunge(boolean) - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy
 
setPhraseSlop(int) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Sets the default slop for phrases.
setUseCompoundFile(boolean) - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy.MergePolicyParams
 
size(SegmentInfo) - Method in class org.apache.lucene.index.BalancedSegmentMergePolicy
 
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.
split(File, String[]) - Method in class org.apache.lucene.index.IndexSplitter
 
split(IndexReader, Directory[], boolean) - Method in class org.apache.lucene.index.MultiPassIndexSplitter
Split source index into multiple parts.
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
Switch to specified lex state.

T

Term(String) - Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
TERM - Static variable in interface org.apache.lucene.queryParser.precedence.PrecedenceQueryParserConstants
RegularExpression Id.
termPositions() - Method in class org.apache.lucene.index.MultiPassIndexSplitter.FakeDeleteIndexReader
 
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
Current token.
Token - Class in org.apache.lucene.queryParser.precedence
Describes the input token stream.
Token() - Constructor for class org.apache.lucene.queryParser.precedence.Token
No-argument constructor
Token(int) - Constructor for class org.apache.lucene.queryParser.precedence.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.lucene.queryParser.precedence.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
Generated Token Manager.
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
Literal token values.
TokenMgrError - Error in org.apache.lucene.queryParser.precedence
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.lucene.queryParser.precedence.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.apache.lucene.queryParser.precedence.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.lucene.queryParser.precedence.TokenMgrError
Full Constructor.
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
RegularExpression Id.

X

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

_

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

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.