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

A

AbstractQueryConfig - Class in org.apache.lucene.queryParser.core.config
This class is the base of QueryConfigHandler and FieldConfig.
AbstractRangeQueryNode<T extends FieldValuePairQueryNode<?>> - Class in org.apache.lucene.queryParser.standard.nodes
This class should be extended by nodes intending to represent range queries.
AbstractRangeQueryNode() - Constructor for class org.apache.lucene.queryParser.standard.nodes.AbstractRangeQueryNode
Constructs an AbstractRangeQueryNode, it should be invoked only by its extenders.
add(QueryNode) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
 
add(List<QueryNode>) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
 
add(QueryNode) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
add(List<QueryNode>) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
add(QueryNodeProcessor) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
add(int, QueryNodeProcessor) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
add(String, ParserExtension) - Method in class org.apache.lucene.queryParser.ext.Extensions
Adds a new ParserExtension instance associated with the given key.
add_escapes(String) - Method in exception org.apache.lucene.queryParser.surround.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAll(Collection<? extends QueryNodeProcessor>) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
addAll(int, Collection<? extends QueryNodeProcessor>) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
addAttribute(Class<A>) - Method in class org.apache.lucene.queryParser.core.config.AbstractQueryConfig
 
addEscapes(String) - Static method in error org.apache.lucene.queryParser.standard.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error org.apache.lucene.queryParser.surround.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addFieldConfigListener(FieldConfigListener) - Method in class org.apache.lucene.queryParser.core.config.QueryConfigHandler
Adds a listener.
addProcessor(QueryNodeProcessor) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
Deprecated.
this class now conforms to List interface, so use QueryNodeProcessorPipeline.add(QueryNodeProcessor) instead
addSpanNearQuery(Query) - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
addSpanQueries(SpanNearClauseFactory) - Method in class org.apache.lucene.queryParser.surround.query.DistanceQuery
 
addSpanQueries(SpanNearClauseFactory) - Method in interface org.apache.lucene.queryParser.surround.query.DistanceSubQuery
 
addSpanQueries(SpanNearClauseFactory) - Method in class org.apache.lucene.queryParser.surround.query.OrQuery
 
addSpanQueries(SpanNearClauseFactory) - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
 
addSpanQueryWeighted(SpanQuery, float) - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
addTermWeighted(Term, float) - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
adjustBeginLineColumn(int, int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Method to adjust line and column numbers for the start of a token.
AdjustBuffSize() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
allocate() - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
ALLOW_LEADING_WILDCARD - Static variable in class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set whether leading wildcards are supported
allowedSuffix(String) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
allowedTruncation(String) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
AllowLeadingWildcardAttribute - Interface in org.apache.lucene.queryParser.standard.config
Deprecated. 
AllowLeadingWildcardAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
Deprecated. 
AllowLeadingWildcardAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl
Deprecated.
 
AllowLeadingWildcardProcessor - Class in org.apache.lucene.queryParser.standard.processors
AllowLeadingWildcardProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.AllowLeadingWildcardProcessor
 
ANALYZER - Static variable in class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the Analyzer used for terms found in the query
AnalyzerAttribute - Interface in org.apache.lucene.queryParser.standard.config
Deprecated. 
AnalyzerAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
Deprecated. 
AnalyzerAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
Deprecated.
 
AnalyzerQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
AnalyzerQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.AnalyzerQueryNodeProcessor
 
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 interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
AND - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
AND_OPERATOR - Static variable in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
Alternative form of QueryParser.Operator.AND
AndQuery() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
AndQuery - Class in org.apache.lucene.queryParser.surround.query
 
AndQuery(List<SrndQuery>, boolean, String) - Constructor for class org.apache.lucene.queryParser.surround.query.AndQuery
 
AndQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A AndQueryNode represents an AND boolean operation performed on a list of nodes.
AndQueryNode(List<QueryNode>) - Constructor for class org.apache.lucene.queryParser.core.nodes.AndQueryNode
 
AnyQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A AnyQueryNode represents an ANY operator performed on a list of nodes.
AnyQueryNode(List<QueryNode>, CharSequence, int) - Constructor for class org.apache.lucene.queryParser.core.nodes.AnyQueryNode
 
AnyQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
 
AnyQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.AnyQueryNodeBuilder
 
appendRegExpForChar(char, StringBuilder) - Method in class org.apache.lucene.queryParser.surround.query.SrndTruncQuery
 

B

backup(int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Retreat.
backup(int) - Method in interface org.apache.lucene.queryParser.surround.parser.CharStream
Backs up the input stream by amount steps.
backup(int) - Method in class org.apache.lucene.queryParser.surround.parser.FastCharStream
 
BasicQueryFactory - Class in org.apache.lucene.queryParser.surround.query
 
BasicQueryFactory(int) - Constructor for class org.apache.lucene.queryParser.surround.query.BasicQueryFactory
 
BasicQueryFactory() - Constructor for class org.apache.lucene.queryParser.surround.query.BasicQueryFactory
 
begin - Variable in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
The term's begin position.
beginColumn - Variable in class org.apache.lucene.queryParser.standard.parser.Token
The column number of the first character of this Token.
beginColumn - Variable in class org.apache.lucene.queryParser.surround.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class org.apache.lucene.queryParser.standard.parser.Token
The line number of the first character of this Token.
beginLine - Variable in class org.apache.lucene.queryParser.surround.parser.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
BeginToken() - Method in interface org.apache.lucene.queryParser.surround.parser.CharStream
Returns the next character that marks the beginning of the next token.
BeginToken() - Method in class org.apache.lucene.queryParser.surround.parser.FastCharStream
 
BooleanModifierNode - Class in org.apache.lucene.queryParser.standard.nodes
A BooleanModifierNode has the same behaviour as ModifierQueryNode, it only indicates that this modifier was added by GroupQueryNodeProcessor and not by the user.
BooleanModifierNode(QueryNode, ModifierQueryNode.Modifier) - Constructor for class org.apache.lucene.queryParser.standard.nodes.BooleanModifierNode
 
BooleanModifiersQueryNodeProcessor - Class in org.apache.lucene.queryParser.precedence.processors
This processor is used to apply the correct ModifierQueryNode to BooleanQueryNodes children.
BooleanModifiersQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.precedence.processors.BooleanModifiersQueryNodeProcessor
 
BooleanQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A BooleanQueryNode represents a list of elements which do not have an explicit boolean operator defined between them.
BooleanQueryNode(List<QueryNode>) - Constructor for class org.apache.lucene.queryParser.core.nodes.BooleanQueryNode
 
BooleanQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds a BooleanQuery object from a BooleanQueryNode object.
BooleanQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.BooleanQueryNodeBuilder
 
BooleanSingleChildOptimizationQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor removes every BooleanQueryNode that contains only one child and returns this child.
BooleanSingleChildOptimizationQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.BooleanSingleChildOptimizationQueryNodeProcessor
 
BOOST - Static variable in class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the boost value in FieldConfig objects.
Boost - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
Lexical state.
Boost - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
Lexical state.
BoostAttribute - Interface in org.apache.lucene.queryParser.standard.config
Deprecated. 
BoostAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
Deprecated. 
BoostAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.BoostAttributeImpl
Deprecated.
 
BoostQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A BoostQueryNode boosts the QueryNode tree which is under this node.
BoostQueryNode(QueryNode, float) - Constructor for class org.apache.lucene.queryParser.core.nodes.BoostQueryNode
Constructs a boost node
BoostQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
This builder basically reads the Query object set on the BoostQueryNode child using QueryTreeBuilder.QUERY_TREE_BUILDER_TAGID and applies the boost value defined in the BoostQueryNode.
BoostQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.BoostQueryNodeBuilder
 
BoostQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor iterates the query node tree looking for every FieldableNode that has StandardQueryConfigHandler.ConfigurationKeys.BOOST in its config.
BoostQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.BoostQueryNodeProcessor
 
bufcolumn - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
buffer - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
bufline - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
bufpos - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Position in buffer.
build(QueryNode) - Method in interface org.apache.lucene.queryParser.core.builders.QueryBuilder
Builds some kind of object from a query tree.
build(QueryNode) - Method in class org.apache.lucene.queryParser.core.builders.QueryTreeBuilder
Builds some kind of object from a query tree.
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.AnyQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.BooleanQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.BoostQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.DummyQueryNodeBuilder
Always return null.
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.FieldQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.FuzzyQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.GroupQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.MatchAllDocsQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.MatchNoDocsQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.ModifierQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.MultiPhraseQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.NumericRangeQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.PhraseQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.PrefixWildcardQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.RangeQueryNodeBuilder
Deprecated.
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.SlopQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.StandardBooleanQueryNodeBuilder
 
build(QueryNode) - Method in interface org.apache.lucene.queryParser.standard.builders.StandardQueryBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.StandardQueryTreeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.TermRangeQueryNodeBuilder
 
build(QueryNode) - Method in class org.apache.lucene.queryParser.standard.builders.WildcardQueryNodeBuilder
 
buildExtensionField(String) - Method in class org.apache.lucene.queryParser.ext.Extensions
Builds an extension field string from a given extension key and the default query field.
buildExtensionField(String, String) - Method in class org.apache.lucene.queryParser.ext.Extensions
Builds an extension field string from a given extension key and the extensions field.
buildFieldConfig(FieldConfig) - Method in interface org.apache.lucene.queryParser.core.config.FieldConfigListener
This method is called ever time a field configuration is requested.
buildFieldConfig(FieldConfig) - Method in class org.apache.lucene.queryParser.standard.config.FieldBoostMapFCListener
 
buildFieldConfig(FieldConfig) - Method in class org.apache.lucene.queryParser.standard.config.FieldDateResolutionFCListener
 
buildFieldConfig(FieldConfig) - Method in class org.apache.lucene.queryParser.standard.config.NumericFieldConfigListener
 

C

CARAT - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
CARAT - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
charAt(int) - Method in class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
 
CharStream - Interface in org.apache.lucene.queryParser.surround.parser
This interface describes a character stream that maintains line and column number positions of the characters.
checkDistanceSubQueries(DistanceQuery, String) - Static method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
Clause(CharSequence) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
 
clear() - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl
Deprecated.
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
Deprecated.
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.BoostAttributeImpl
Deprecated.
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl
Deprecated.
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl
Deprecated.
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl
Deprecated.
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl
Deprecated.
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl
Deprecated.
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
Deprecated.
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.LocaleAttributeImpl
Deprecated.
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
Deprecated.
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl
Deprecated.
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttributeImpl
Deprecated.
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.PositionIncrementsAttributeImpl
Deprecated.
 
clear() - Method in class org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl
Deprecated.
 
clear() - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
clone() - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode.QueryText
 
clone() - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
clone() - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.AnyQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.BooleanQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.BoostQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.DeletedQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.FuzzyQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.GroupQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.MatchAllDocsQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.ModifierQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.NoTokenFoundQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.OpaqueQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricQueryNode
Deprecated.
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.PhraseSlopQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
 
cloneTree() - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
Recursive clone the QueryNode tree The tags are not copied to the new tree when you call the cloneTree() method
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.QuotedFieldQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.SlopQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.core.nodes.TokenizedPhraseQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.standard.nodes.MultiPhraseQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.standard.nodes.PrefixWildcardQueryNode
 
cloneTree() - Method in class org.apache.lucene.queryParser.standard.nodes.WildcardQueryNode
 
COLON - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
COLON - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
column - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
COMMA - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
compareTo(SimpleTerm) - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
 
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
 
ComposedQuery - Class in org.apache.lucene.queryParser.surround.query
 
ComposedQuery(List, boolean, String) - Constructor for class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
ConfigAttribute - Interface in org.apache.lucene.queryParser.core.config
Deprecated. 
ConfigurationKey<T> - Class in org.apache.lucene.queryParser.core.config
An instance of this class represents a key that is used to retrieve a value from AbstractQueryConfig.
ConjQuery(CharSequence) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
 
Conjunction() - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
 
contains(Object) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
containsAll(Collection<?>) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
containsTag(String) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
verify if a node contains a tag
containsTag(CharSequence) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
Deprecated.
containsTag(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
Deprecated.
containsTag(String) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
verify if a node contains a tag
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl
Deprecated.
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
Deprecated.
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.BoostAttributeImpl
Deprecated.
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl
Deprecated.
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl
Deprecated.
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl
Deprecated.
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl
Deprecated.
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl
Deprecated.
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
Deprecated.
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.LocaleAttributeImpl
Deprecated.
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
Deprecated.
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl
Deprecated.
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttributeImpl
Deprecated.
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.PositionIncrementsAttributeImpl
Deprecated.
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl
Deprecated.
 
COULD_NOT_PARSE_NUMBER - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
cud - Variable in class org.apache.lucene.queryParser.ext.Extensions.Pair
 
cur - Variable in class org.apache.lucene.queryParser.ext.Extensions.Pair
 
curChar - Variable in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
 
curChar - Variable in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 
currentToken - Variable in exception org.apache.lucene.queryParser.standard.parser.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.apache.lucene.queryParser.surround.parser.ParseException
This is the last token that has been consumed successfully.

D

DATE_RESOLUTION - Static variable in class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set default DateTools.Resolution.
DateResolutionAttribute - Interface in org.apache.lucene.queryParser.standard.config
Deprecated. 
DateResolutionAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
Deprecated. 
DateResolutionAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl
Deprecated.
 
debugStream - Variable in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Debug output.
debugStream - Variable in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
Debug output.
DEFAULT - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
Lexical state.
DEFAULT - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
Lexical state.
DEFAULT_EXTENSION_FIELD_DELIMITER - Static variable in class org.apache.lucene.queryParser.ext.Extensions
The default extension field delimiter character.
DEFAULT_OPERATOR - Static variable in class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the default boolean operator
DefaultOperatorAttribute - Interface in org.apache.lucene.queryParser.standard.config
Deprecated. 
DefaultOperatorAttribute.Operator - Enum in org.apache.lucene.queryParser.standard.config
Deprecated.
 
DefaultOperatorAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
Deprecated. 
DefaultOperatorAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl
Deprecated.
 
DefaultPhraseSlopAttribute - Interface in org.apache.lucene.queryParser.standard.config
Deprecated. 
DefaultPhraseSlopAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
Deprecated. 
DefaultPhraseSlopAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl
Deprecated.
 
DefaultPhraseSlopQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
DefaultPhraseSlopQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.DefaultPhraseSlopQueryNodeProcessor
 
DeletedQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A DeletedQueryNode represents a node that was deleted from the query node tree.
DeletedQueryNode() - Constructor for class org.apache.lucene.queryParser.core.nodes.DeletedQueryNode
 
disable_tracing() - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Disable tracing.
disable_tracing() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
Disable tracing.
discardEscapeChar(CharSequence) - Static method in class org.apache.lucene.queryParser.standard.parser.EscapeQuerySyntaxImpl
Returns a String where the escape char has been removed, or kept only once if there was a double escape.
DisjQuery(CharSequence) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
 
DistanceQuery - Class in org.apache.lucene.queryParser.surround.query
 
DistanceQuery(List<SrndQuery>, boolean, int, String, boolean) - Constructor for class org.apache.lucene.queryParser.surround.query.DistanceQuery
 
DistanceSubQuery - Interface in org.apache.lucene.queryParser.surround.query
 
distanceSubQueryNotAllowed() - Method in class org.apache.lucene.queryParser.surround.query.DistanceQuery
 
distanceSubQueryNotAllowed() - Method in interface org.apache.lucene.queryParser.surround.query.DistanceSubQuery
When distanceSubQueryNotAllowed() returns non null, the reason why the subquery is not allowed as a distance subquery is returned.
distanceSubQueryNotAllowed() - Method in class org.apache.lucene.queryParser.surround.query.OrQuery
 
distanceSubQueryNotAllowed() - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
 
Done() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Set buffers back to null when finished.
Done() - Method in interface org.apache.lucene.queryParser.surround.parser.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.surround.parser.FastCharStream
 
DummyQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
This builder does nothing.
DummyQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.DummyQueryNodeBuilder
Constructs a DummyQueryNodeBuilder object.

E

EMPTY_MESSAGE - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
ENABLE_POSITION_INCREMENTS - Static variable in class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set whether position increments is enabled
enable_tracing() - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Enable tracing.
enable_tracing() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
Enable tracing.
end - Variable in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
The term's end position.
endColumn - Variable in class org.apache.lucene.queryParser.standard.parser.Token
The column number of the last character of this Token.
endColumn - Variable in class org.apache.lucene.queryParser.surround.parser.Token
The column number of the last character of this Token.
endLine - Variable in class org.apache.lucene.queryParser.standard.parser.Token
The line number of the last character of this Token.
endLine - Variable in class org.apache.lucene.queryParser.surround.parser.Token
The line number of the last character of this Token.
EOF - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
End of File.
EOF - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
End of File.
eol - Variable in exception org.apache.lucene.queryParser.standard.parser.ParseException
The end of line string for this machine.
eol - Variable in exception org.apache.lucene.queryParser.surround.parser.ParseException
The end of line string for this machine.
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.BoostAttributeImpl
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.LocaleAttributeImpl
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttributeImpl
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.NumericConfig
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.PositionIncrementsAttributeImpl
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl
Deprecated.
 
escape(CharSequence, Locale, EscapeQuerySyntax.Type) - Method in interface org.apache.lucene.queryParser.core.parser.EscapeQuerySyntax
 
escape(CharSequence, Locale, EscapeQuerySyntax.Type) - Method in class org.apache.lucene.queryParser.standard.parser.EscapeQuerySyntaxImpl
 
escape(String) - Static method in class org.apache.lucene.queryParser.standard.QueryParserUtil
Returns a String where those characters that TextParser expects to be escaped are escaped by a preceding \.
escape(String) - Static method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
Returns a String where those characters that QueryParser expects to be escaped are escaped by a preceding \.
escapeExtensionField(String) - Method in class org.apache.lucene.queryParser.ext.Extensions
Escapes an extension field.
EscapeQuerySyntax - Interface in org.apache.lucene.queryParser.core.parser
A parser needs to implement EscapeQuerySyntax to allow the QueryNode to escape the queries, when the toQueryString method is called.
EscapeQuerySyntax.Type - Enum in org.apache.lucene.queryParser.core.parser
 
EscapeQuerySyntaxImpl - Class in org.apache.lucene.queryParser.standard.parser
 
EscapeQuerySyntaxImpl() - Constructor for class org.apache.lucene.queryParser.standard.parser.EscapeQuerySyntaxImpl
 
ExpandBuff(boolean) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
expectedTokenSequences - Variable in exception org.apache.lucene.queryParser.standard.parser.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception org.apache.lucene.queryParser.surround.parser.ParseException
Each entry in this array is an array of integers.
ExtendableQueryParser - Class in org.apache.lucene.queryParser.ext
The ExtendableQueryParser enables arbitrary query parser extension based on a customizable field naming scheme.
ExtendableQueryParser(Version, String, Analyzer) - Constructor for class org.apache.lucene.queryParser.ext.ExtendableQueryParser
Creates a new ExtendableQueryParser instance
ExtendableQueryParser(Version, String, Analyzer, Extensions) - Constructor for class org.apache.lucene.queryParser.ext.ExtendableQueryParser
Creates a new ExtendableQueryParser instance
ExtensionQuery - Class in org.apache.lucene.queryParser.ext
ExtensionQuery holds all query components extracted from the original query string like the query field and the extension query string.
ExtensionQuery(QueryParser, String, String) - Constructor for class org.apache.lucene.queryParser.ext.ExtensionQuery
Creates a new ExtensionQuery
Extensions - Class in org.apache.lucene.queryParser.ext
The Extensions class represents an extension mapping to associate ParserExtension instances with extension keys.
Extensions() - Constructor for class org.apache.lucene.queryParser.ext.Extensions
Creates a new Extensions instance with the Extensions.DEFAULT_EXTENSION_FIELD_DELIMITER as a delimiter character.
Extensions(char) - Constructor for class org.apache.lucene.queryParser.ext.Extensions
Creates a new Extensions instance
Extensions.Pair<Cur,Cud> - Class in org.apache.lucene.queryParser.ext
This class represents a generic pair.
Extensions.Pair(Cur, Cud) - Constructor for class org.apache.lucene.queryParser.ext.Extensions.Pair
Creates a new Pair

F

FastCharStream - Class in org.apache.lucene.queryParser.surround.parser
An efficient implementation of JavaCC's CharStream interface.
FastCharStream(Reader) - Constructor for class org.apache.lucene.queryParser.surround.parser.FastCharStream
Constructs from a Reader.
field - Variable in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
The term's field
FIELD_BOOST_MAP - Static variable in class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set a field to boost map that is used to set the boost for each field
FIELD_DATE_RESOLUTION_MAP - Static variable in class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set a field to DateTools.Resolution map that is used to normalize each date field value.
FieldableNode - Interface in org.apache.lucene.queryParser.core.nodes
A query node implements FieldableNode interface to indicate that its children and itself are associated to a specific field.
FieldBoostMapAttribute - Interface in org.apache.lucene.queryParser.standard.config
Deprecated. 
FieldBoostMapAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
Deprecated. 
FieldBoostMapAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl
Deprecated.
 
FieldBoostMapFCListener - Class in org.apache.lucene.queryParser.standard.config
This listener listens for every field configuration request and assign a StandardQueryConfigHandler.ConfigurationKeys.BOOST to the equivalent FieldConfig based on a defined map: fieldName -> boostValue stored in StandardQueryConfigHandler.ConfigurationKeys.FIELD_BOOST_MAP.
FieldBoostMapFCListener(QueryConfigHandler) - Constructor for class org.apache.lucene.queryParser.standard.config.FieldBoostMapFCListener
 
FieldConfig - Class in org.apache.lucene.queryParser.core.config
This class represents a field configuration.
FieldConfig(CharSequence) - Constructor for class org.apache.lucene.queryParser.core.config.FieldConfig
Deprecated.
FieldConfig(String) - Constructor for class org.apache.lucene.queryParser.core.config.FieldConfig
Constructs a FieldConfig
FieldConfigListener - Interface in org.apache.lucene.queryParser.core.config
This interface should be implemented by classes that wants to listen for field configuration requests.
FieldDateResolutionFCListener - Class in org.apache.lucene.queryParser.standard.config
This listener listens for every field configuration request and assign a DateResolutionAttribute to the equivalent FieldConfig based on a defined map: fieldName -> DateTools.Resolution stored in FieldDateResolutionMapAttribute in the DateResolutionAttribute.
FieldDateResolutionFCListener(QueryConfigHandler) - Constructor for class org.apache.lucene.queryParser.standard.config.FieldDateResolutionFCListener
 
FieldDateResolutionMapAttribute - Interface in org.apache.lucene.queryParser.standard.config
Deprecated. 
FieldDateResolutionMapAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
Deprecated. 
FieldDateResolutionMapAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl
Deprecated.
 
fieldNamesToString(StringBuilder) - Method in class org.apache.lucene.queryParser.surround.query.FieldsQuery
 
FieldQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A FieldQueryNode represents a element that contains field/text tuple
FieldQueryNode(CharSequence, CharSequence, int, int) - Constructor for class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
FieldQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds a TermQuery object from a FieldQueryNode object.
FieldQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.FieldQueryNodeBuilder
 
FieldsQuery() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
FieldsQuery - Class in org.apache.lucene.queryParser.surround.query
 
FieldsQuery(SrndQuery, List<String>, char) - Constructor for class org.apache.lucene.queryParser.surround.query.FieldsQuery
 
FieldsQuery(SrndQuery, String, char) - Constructor for class org.apache.lucene.queryParser.surround.query.FieldsQuery
 
FieldsQueryList() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
FieldValuePairQueryNode<T> - Interface in org.apache.lucene.queryParser.core.nodes
This interface should be implemented by QueryNode that holds a field and an arbitrary value.
FillBuff() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
format(double, StringBuffer, FieldPosition) - Method in class org.apache.lucene.queryParser.standard.config.NumberDateFormat
 
format(long, StringBuffer, FieldPosition) - Method in class org.apache.lucene.queryParser.standard.config.NumberDateFormat
 
format(Object, StringBuffer, FieldPosition) - Method in class org.apache.lucene.queryParser.standard.config.NumberDateFormat
 
FUZZY_CONFIG - Static variable in class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the FuzzyConfig used to create fuzzy queries.
FUZZY_SLOP - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
FuzzyAttribute - Interface in org.apache.lucene.queryParser.standard.config
Deprecated. 
FuzzyAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
Deprecated. 
FuzzyAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
Deprecated.
 
FuzzyConfig - Class in org.apache.lucene.queryParser.standard.config
 
FuzzyConfig() - Constructor for class org.apache.lucene.queryParser.standard.config.FuzzyConfig
 
FuzzyQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A FuzzyQueryNode represents a element that contains field/text/similarity tuple
FuzzyQueryNode(CharSequence, CharSequence, float, int, int) - Constructor for class org.apache.lucene.queryParser.core.nodes.FuzzyQueryNode
 
FuzzyQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds a FuzzyQuery object from a FuzzyQueryNode object.
FuzzyQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.FuzzyQueryNodeBuilder
 
FuzzyQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor iterates the query node tree looking for every FuzzyQueryNode, when this kind of node is found, it checks on the query configuration for StandardQueryConfigHandler.ConfigurationKeys.FUZZY_CONFIG, gets the fuzzy prefix length and default similarity from it and set to the fuzzy node.
FuzzyQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.FuzzyQueryNodeProcessor
 

G

generateParseException() - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Generate ParseException.
generateParseException() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
generateParseException() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
Generate ParseException.
get(ConfigurationKey<T>) - Method in class org.apache.lucene.queryParser.core.config.AbstractQueryConfig
Returns the value held by the given key.
get(ConfigurationKey<T>, T) - Method in class org.apache.lucene.queryParser.core.config.AbstractQueryConfig
Returns the value held by the given key or the given default value if the key is not found.
get(int) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
getAllowLeadingWildcard() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
getAllowLeadingWildcard() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
getAnalyzer() - Method in interface org.apache.lucene.queryParser.standard.config.AnalyzerAttribute
Deprecated.
 
getAnalyzer() - Method in class org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
Deprecated.
 
getAnalyzer() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
getAnalyzer() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
getAndQuery(List<SrndQuery>, boolean, Token) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
getArguments() - Method in interface org.apache.lucene.messages.Message
Deprecated.
 
getArguments() - Method in class org.apache.lucene.messages.MessageImpl
Deprecated.
 
getBasicQueryFactory() - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
getBegin() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
getBegin() - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode.QueryText
 
getBeginColumn() - Method in exception org.apache.lucene.queryParser.core.QueryNodeParseException
For EndOfLine and EndOfFile ("") parsing problems the last char in the string is returned For the case where the parser is not able to figure out the line and column number -1 will be returned
getBeginColumn() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
getBeginColumn() - Method in interface org.apache.lucene.queryParser.surround.parser.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.surround.parser.FastCharStream
 
getBeginLine() - Method in exception org.apache.lucene.queryParser.core.QueryNodeParseException
For EndOfLine and EndOfFile ("") parsing problems the last char in the string is returned For the case where the parser is not able to figure out the line and column number -1 will be returned
getBeginLine() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
getBeginLine() - Method in interface org.apache.lucene.queryParser.surround.parser.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.surround.parser.FastCharStream
 
getBooleanQuery(List<BooleanClause>, boolean) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
getBoost() - Method in interface org.apache.lucene.queryParser.standard.config.BoostAttribute
Deprecated.
 
getBoost() - Method in class org.apache.lucene.queryParser.standard.config.BoostAttributeImpl
Deprecated.
 
getBracketClose() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
getBracketOpen() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
getChild() - Method in class org.apache.lucene.queryParser.core.nodes.BoostQueryNode
Returns the single child which this node boosts.
getChild() - Method in class org.apache.lucene.queryParser.core.nodes.GroupQueryNode
 
getChild() - Method in class org.apache.lucene.queryParser.core.nodes.ModifierQueryNode
 
getChild() - Method in class org.apache.lucene.queryParser.core.nodes.PhraseSlopQueryNode
 
getChild() - Method in class org.apache.lucene.queryParser.core.nodes.SlopQueryNode
 
getChildren() - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
get Children nodes
getChildren() - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
getCollator() - Method in class org.apache.lucene.queryParser.standard.nodes.RangeQueryNode
Deprecated.
 
getColumn() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Deprecated.
getColumn() - Method in interface org.apache.lucene.queryParser.surround.parser.CharStream
Deprecated. 
getColumn() - Method in class org.apache.lucene.queryParser.surround.parser.FastCharStream
 
getDateResolution() - Method in interface org.apache.lucene.queryParser.standard.config.DateResolutionAttribute
Deprecated.
 
getDateResolution() - Method in class org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl
Deprecated.
 
getDateResolution(String) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
getDateResolution() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Returns the default DateTools.Resolution used for certain field when no DateTools.Resolution is defined for this field.
getDateResolutionMap() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Returns the field to DateTools.Resolution map used to normalize each date field.
getDefaultOperator() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
getDefaultOperator() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Gets implicit operator setting, which will be either StandardQueryConfigHandler.Operator.AND or StandardQueryConfigHandler.Operator.OR.
getDefaultPhraseSlop() - Method in interface org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttribute
Deprecated.
 
getDefaultPhraseSlop() - Method in class org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl
Deprecated.
 
getDistance() - Method in class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
 
getDistanceQuery(List<SrndQuery>, boolean, Token, boolean) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
getEnablePositionIncrements() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
getEnablePositionIncrements() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
getEnd() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
getEnd() - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode.QueryText
 
getEndColumn() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Get end column.
getEndColumn() - Method in interface org.apache.lucene.queryParser.surround.parser.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.surround.parser.FastCharStream
 
getEndLine() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Get end line.
getEndLine() - Method in interface org.apache.lucene.queryParser.surround.parser.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.surround.parser.FastCharStream
 
getErrorToken() - Method in exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
getExtension(String) - Method in class org.apache.lucene.queryParser.ext.Extensions
Returns the ParserExtension instance for the given key or null if no extension can be found for the key.
getExtensionFieldDelimiter() - Method in class org.apache.lucene.queryParser.ext.ExtendableQueryParser
Returns the extension field delimiter character.
getExtensionFieldDelimiter() - Method in class org.apache.lucene.queryParser.ext.Extensions
Returns the extension field delimiter
getField() - Method in class org.apache.lucene.queryParser.core.config.FieldConfig
Returns the field name this configuration represents.
getField() - Method in class org.apache.lucene.queryParser.core.nodes.AnyQueryNode
returns null if the field was not specified
getField() - Method in interface org.apache.lucene.queryParser.core.nodes.FieldableNode
Returns the field associated to the node and every node under it.
getField() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
getField() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode
 
getField() - Method in class org.apache.lucene.queryParser.core.nodes.PhraseSlopQueryNode
 
getField() - Method in class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
returns null if the field was not specified in the query string
getField() - Method in class org.apache.lucene.queryParser.core.nodes.SlopQueryNode
 
getField() - Method in class org.apache.lucene.queryParser.core.nodes.TokenizedPhraseQueryNode
 
getField() - Method in class org.apache.lucene.queryParser.ext.ExtensionQuery
Returns the query field
getField() - Method in class org.apache.lucene.queryParser.standard.nodes.AbstractRangeQueryNode
Returns the field associated with this node.
getField() - Method in class org.apache.lucene.queryParser.standard.nodes.MultiPhraseQueryNode
 
getField() - Method in class org.apache.lucene.queryParser.standard.nodes.NumericQueryNode
Returns the field associated with this node.
getField() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
getFieldAsString() - Method in class org.apache.lucene.queryParser.core.nodes.AnyQueryNode
returns - null if the field was not specified
getFieldAsString() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
returns null if the field was not specified in the query string
getFieldAsString() - Method in class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
returns null if the field was not specified in the query string
getFieldBoostMap() - Method in interface org.apache.lucene.queryParser.standard.config.FieldBoostMapAttribute
Deprecated.
 
getFieldBoostMap() - Method in class org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl
Deprecated.
 
getFieldConfig(CharSequence) - Method in class org.apache.lucene.queryParser.core.config.QueryConfigHandler
getFieldConfig(String) - Method in class org.apache.lucene.queryParser.core.config.QueryConfigHandler
Returns an implementation of FieldConfig for a specific field name.
getFieldDateResolutionMap() - Method in interface org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttribute
Deprecated.
 
getFieldDateResolutionMap() - Method in class org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl
Deprecated.
 
getFieldName() - Method in class org.apache.lucene.queryParser.core.config.FieldConfig
Deprecated.
getFieldName() - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
getFieldNames() - Method in class org.apache.lucene.queryParser.surround.query.FieldsQuery
 
getFieldOperator() - Method in class org.apache.lucene.queryParser.surround.query.FieldsQuery
 
getFieldOperator() - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
 
getFieldQuery(String, String, int) - Method in class org.apache.lucene.queryParser.complexPhrase.ComplexPhraseQueryParser
 
getFieldQuery(String, String, boolean) - Method in class org.apache.lucene.queryParser.ext.ExtendableQueryParser
 
getFieldQuery(String, String) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
getFieldQuery(String, String, boolean) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
getFieldQuery(String, String, int) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
Base implementation delegates to QueryParserWrapper.getFieldQuery(String,String).
getFields() - Method in interface org.apache.lucene.queryParser.standard.config.MultiFieldAttribute
Deprecated.
 
getFields() - Method in class org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl
Deprecated.
 
getFieldsBoost() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Returns the field to boost map used to set boost for each field.
getFieldsQuery(SrndQuery, ArrayList<String>) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
getFirstPathElement() - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode
Returns the CharSequence value of a specific QueryText element
getFuzzyMinSim() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
getFuzzyMinSim() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Get the minimal similarity for fuzzy queries.
getFuzzyMinSimilarity() - Method in interface org.apache.lucene.queryParser.standard.config.FuzzyAttribute
Deprecated.
 
getFuzzyMinSimilarity() - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
Deprecated.
 
getFuzzyPrefixLength() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
getFuzzyPrefixLength() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
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.standard.QueryParserWrapper
Deprecated.
 
GetImage() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
GetImage() - Method in interface org.apache.lucene.queryParser.surround.parser.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.surround.parser.FastCharStream
 
getIndexReader() - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
getKey() - Method in interface org.apache.lucene.messages.Message
Deprecated.
 
getKey() - Method in class org.apache.lucene.messages.MessageImpl
Deprecated.
 
getLine() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Deprecated.
getLine() - Method in interface org.apache.lucene.queryParser.surround.parser.CharStream
Deprecated. 
getLine() - Method in class org.apache.lucene.queryParser.surround.parser.FastCharStream
 
getLocale() - Method in interface org.apache.lucene.queryParser.standard.config.LocaleAttribute
Deprecated.
 
getLocale() - Method in class org.apache.lucene.queryParser.standard.config.LocaleAttributeImpl
Deprecated.
 
getLocale() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
getLocale() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Returns current locale, allowing access by subclasses.
getLocalizedMessage() - Method in interface org.apache.lucene.messages.Message
Deprecated.
 
getLocalizedMessage(Locale) - Method in interface org.apache.lucene.messages.Message
Deprecated.
 
getLocalizedMessage() - Method in class org.apache.lucene.messages.MessageImpl
Deprecated.
 
getLocalizedMessage(Locale) - Method in class org.apache.lucene.messages.MessageImpl
Deprecated.
 
getLocalizedMessage(String) - Static method in class org.apache.lucene.messages.NLS
Deprecated.
 
getLocalizedMessage(String, Locale) - Static method in class org.apache.lucene.messages.NLS
Deprecated.
 
getLocalizedMessage(String, Locale, Object...) - Static method in class org.apache.lucene.messages.NLS
Deprecated.
 
getLocalizedMessage(String, Object...) - Static method in class org.apache.lucene.messages.NLS
Deprecated.
 
getLocalizedMessage() - Method in exception org.apache.lucene.queryParser.core.QueryNodeException
 
getLocalizedMessage(Locale) - Method in exception org.apache.lucene.queryParser.core.QueryNodeException
 
getLowerBound() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode
 
getLowerBound() - Method in interface org.apache.lucene.queryParser.core.nodes.RangeQueryNode
 
getLowerBound() - Method in class org.apache.lucene.queryParser.standard.nodes.AbstractRangeQueryNode
Returns the lower bound node.
getLowerBound() - Method in class org.apache.lucene.queryParser.standard.nodes.RangeQueryNode
Deprecated.
 
getLowercaseExpandedTerms() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
getLowercaseExpandedTerms() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
getLucenePrefixTerm(String) - Method in class org.apache.lucene.queryParser.surround.query.SrndPrefixQuery
 
getLuceneTerm(String) - Method in class org.apache.lucene.queryParser.surround.query.SrndTermQuery
 
getMaxBasicQueries() - Method in class org.apache.lucene.queryParser.surround.query.BasicQueryFactory
 
getMessage() - Method in exception org.apache.lucene.queryParser.core.QueryNodeException
 
getMessage() - Method in error org.apache.lucene.queryParser.standard.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception org.apache.lucene.queryParser.surround.parser.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.surround.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessageObject() - Method in interface org.apache.lucene.messages.NLSException
Deprecated.
 
getMessageObject() - Method in error org.apache.lucene.queryParser.core.QueryNodeError
 
getMessageObject() - Method in exception org.apache.lucene.queryParser.core.QueryNodeException
 
getMinimumMatchingElements() - Method in class org.apache.lucene.queryParser.core.nodes.AnyQueryNode
 
getMinSimilarity() - Method in class org.apache.lucene.queryParser.standard.config.FuzzyConfig
 
getModifier() - Method in class org.apache.lucene.queryParser.core.nodes.ModifierQueryNode
 
getMultiFields(CharSequence[]) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Returns the fields used to expand the query when the field for a certain query is null
getMultiTermRewriteMethod() - Method in interface org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttribute
Deprecated.
 
getMultiTermRewriteMethod() - Method in class org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttributeImpl
Deprecated.
 
getMultiTermRewriteMethod() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
getMultiTermRewriteMethod() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
getNextToken() - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Get the next Token.
getNextToken() - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Get the next Token.
getNextToken() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
Get the next Token.
getNextToken() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
Get the next Token.
getNotQuery(List<SrndQuery>, Token) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
getNrQueriesMade() - Method in class org.apache.lucene.queryParser.surround.query.BasicQueryFactory
 
getNrSubQueries() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
getNumberFormat() - Method in class org.apache.lucene.queryParser.standard.config.NumericConfig
Returns the NumberFormat used to parse a String to Number
getNumberFormat() - Method in class org.apache.lucene.queryParser.standard.nodes.NumericQueryNode
Returns the NumberFormat used to convert the value to String.
getNumericConfig() - Method in class org.apache.lucene.queryParser.standard.nodes.NumericRangeQueryNode
Returns the NumericConfig associated with the lower and upper bounds.
getNumericConfigMap() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
getOpDistance(String) - Static method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
getOpDistance() - Method in class org.apache.lucene.queryParser.surround.query.DistanceQuery
 
getOperand() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricQueryNode
Deprecated.
 
getOperator() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricQueryNode
Deprecated.
 
getOperator() - Method in interface org.apache.lucene.queryParser.standard.config.DefaultOperatorAttribute
Deprecated.
 
getOperator() - Method in class org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl
Deprecated.
 
getOperatorName() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
getOrQuery(List<SrndQuery>, boolean, Token) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
getParent() - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
 
getParent() - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
getPathElement(int) - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode
Returns the a specific QueryText element
getPathElements() - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode
Returns the a List with all QueryText elements
getPathElements(int) - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode
Returns a List QueryText element from position startIndex
getPhraseSlop() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
getPhraseSlop() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Gets the default slop for phrases.
getPositionIncrement() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
getPrecisionStep() - Method in class org.apache.lucene.queryParser.standard.config.NumericConfig
Returns the precision used to index the numeric values
getPrefix() - Method in class org.apache.lucene.queryParser.surround.query.SrndPrefixQuery
 
getPrefixLength() - Method in class org.apache.lucene.queryParser.core.nodes.FuzzyQueryNode
 
getPrefixLength() - Method in interface org.apache.lucene.queryParser.standard.config.FuzzyAttribute
Deprecated.
 
getPrefixLength() - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
Deprecated.
 
getPrefixLength() - Method in class org.apache.lucene.queryParser.standard.config.FuzzyConfig
 
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.standard.QueryParserWrapper
Deprecated.
 
getPrefixQuery(String, boolean) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
getPrefixSeparator() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
getProximityType() - Method in class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
 
getQuery() - Method in exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
getQueryBuilder() - Method in class org.apache.lucene.queryParser.core.QueryParserHelper
Returns the query builder used to build a object from the query node tree.
getQueryConfigHandler() - Method in interface org.apache.lucene.queryParser.core.processors.QueryNodeProcessor
Returns the QueryConfigHandler associated to the query tree if any, otherwise it returns null
getQueryConfigHandler() - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorImpl
For reference about this method check: QueryNodeProcessor.getQueryConfigHandler().
getQueryConfigHandler() - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
For reference about this method check: QueryNodeProcessor.getQueryConfigHandler().
getQueryConfigHandler() - Method in class org.apache.lucene.queryParser.core.QueryParserHelper
Returns the query configuration handler, which is used during the query node tree processing.
getQueryConfigHandler() - Method in class org.apache.lucene.queryParser.standard.processors.GroupQueryNodeProcessor
 
getQueryConfigHandler() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
Returns the query config handler used by this query parser
getQueryNodeProcessor() - Method in class org.apache.lucene.queryParser.core.QueryParserHelper
Returns the processor object used to process the query node tree, it returns null if no processor is used.
getQueryProcessor() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
Returns QueryNodeProcessor used to process the query node tree generated by the StandardSyntaxParser.
getQuote() - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
 
getRangeCollator() - Method in interface org.apache.lucene.queryParser.standard.config.RangeCollatorAttribute
Deprecated.
 
getRangeCollator() - Method in class org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl
Deprecated.
 
getRangeCollator() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
getRangeCollator() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
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.standard.QueryParserWrapper
Deprecated.
 
getRawQueryString() - Method in class org.apache.lucene.queryParser.ext.ExtensionQuery
Returns the raw extension query string
getSchema() - Method in class org.apache.lucene.queryParser.core.nodes.OpaqueQueryNode
 
getSimilarity() - Method in class org.apache.lucene.queryParser.core.nodes.FuzzyQueryNode
 
getSpanNearQuery(IndexReader, String, float, BasicQueryFactory) - Method in class org.apache.lucene.queryParser.surround.query.DistanceQuery
 
getSubQueriesIterator() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
getSubQuery(int) - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
GetSuffix(int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
GetSuffix(int) - Method in interface org.apache.lucene.queryParser.surround.parser.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.surround.parser.FastCharStream
 
getSuffixOperator() - Method in class org.apache.lucene.queryParser.surround.query.SrndPrefixQuery
 
getSyntaxParser() - Method in class org.apache.lucene.queryParser.core.QueryParserHelper
Returns the text parser used to build a query node tree from a query string.
getTabSize(int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
getTag(String) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
 
getTag(CharSequence) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
Deprecated.
getTag(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
Deprecated.
getTag(String) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
getTagMap() - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
Returns a map containing all tags attached to this query node.
getTagMap() - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
Returns a map containing all tags attached to this query node.
getTags() - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
Deprecated.
getTags() - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
Deprecated.
getTermEnum(String) - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
getTermEscaped(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
getTermEscaped(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.standard.nodes.NumericQueryNode
This method is used to get the value converted to String and escaped using the given EscapeQuerySyntax.
getTermEscapeQuoted(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
getTermQuery(String, boolean) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
getTermText() - Method in class org.apache.lucene.queryParser.surround.query.SrndTermQuery
 
getText() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
Returns the term.
getText() - Method in interface org.apache.lucene.queryParser.core.nodes.TextableQueryNode
 
getTextAsString() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
getToken(int) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Get the specific Token.
getToken(int) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
Get the specific Token.
getTopLevelParser() - Method in class org.apache.lucene.queryParser.ext.ExtensionQuery
Returns the top level parser which created this ExtensionQuery
getTruncated() - Method in class org.apache.lucene.queryParser.surround.query.SrndTruncQuery
 
getTruncQuery(String) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
getType() - Method in class org.apache.lucene.queryParser.standard.config.NumericConfig
Returns the numeric type used to index the numeric values
getUpperBound() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode
 
getUpperBound() - Method in interface org.apache.lucene.queryParser.core.nodes.RangeQueryNode
 
getUpperBound() - Method in class org.apache.lucene.queryParser.standard.nodes.AbstractRangeQueryNode
Returns the upper bound node.
getUpperBound() - Method in class org.apache.lucene.queryParser.standard.nodes.RangeQueryNode
Deprecated.
 
getUseOldRangeQuery() - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
getValue() - Method in class org.apache.lucene.queryParser.core.nodes.BoostQueryNode
Returns the boost value.
getValue() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
getValue() - Method in class org.apache.lucene.queryParser.core.nodes.OpaqueQueryNode
 
getValue() - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode.QueryText
 
getValue() - Method in class org.apache.lucene.queryParser.core.nodes.PhraseSlopQueryNode
 
getValue() - Method in class org.apache.lucene.queryParser.core.nodes.SlopQueryNode
 
getValue() - Method in interface org.apache.lucene.queryParser.core.nodes.ValueQueryNode
 
getValue() - Method in class org.apache.lucene.queryParser.standard.nodes.NumericQueryNode
Returns the numeric value as Number.
getValue() - Method in class org.apache.lucene.queryParser.standard.parser.Token
An optional attribute value of the Token.
getValue() - Method in class org.apache.lucene.queryParser.surround.parser.Token
An optional attribute value of the Token.
getWeight() - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
 
getWeightOperator() - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
 
getWeightString() - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
 
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.standard.QueryParserWrapper
Deprecated.
 
GroupQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A GroupQueryNode represents a location where the original user typed real parenthesis on the query string.
GroupQueryNode(QueryNode) - Constructor for class org.apache.lucene.queryParser.core.nodes.GroupQueryNode
This QueryNode is used to identify parenthesis on the original query string
GroupQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds no object, it only returns the Query object set on the GroupQueryNode object using a QueryTreeBuilder.QUERY_TREE_BUILDER_TAGID tag.
GroupQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.GroupQueryNodeBuilder
 
GroupQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
The SyntaxParser generates query node trees that consider the boolean operator precedence, but Lucene current syntax does not support boolean precedence, so this processor remove all the precedence and apply the equivalent modifier according to the boolean operation defined on an specific query node.
GroupQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.GroupQueryNodeProcessor
 

H

has(ConfigurationKey<T>) - Method in class org.apache.lucene.queryParser.core.config.AbstractQueryConfig
Returns true if there is a value set with the given key, otherwise false.
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.BoostAttributeImpl
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.LocaleAttributeImpl
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttributeImpl
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.PositionIncrementsAttributeImpl
Deprecated.
 
hashCode() - Method in class org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl
Deprecated.
 

I

image - Variable in class org.apache.lucene.queryParser.standard.parser.Token
The string image of the token.
image - Variable in class org.apache.lucene.queryParser.surround.parser.Token
The string image of the token.
inBuf - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
indexOf(Object) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
infixToString(StringBuilder) - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
initializeMessages(String, Class<? extends NLS>) - Static method in class org.apache.lucene.messages.NLS
Deprecated.
Initialize a given class with the message bundle Keys Should be called from a class that extends NLS in a static block at class load time.
input_stream - Variable in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
 
input_stream - Variable in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 
inputStream - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
INVALID_SYNTAX - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
INVALID_SYNTAX_CANNOT_PARSE - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
INVALID_SYNTAX_ESCAPE_CHARACTER - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
INVALID_SYNTAX_ESCAPE_NONE_HEX_UNICODE - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
INVALID_SYNTAX_ESCAPE_UNICODE_TRUNCATION - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
INVALID_SYNTAX_FUZZY_LIMITS - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
isAllowLeadingWildcard() - Method in interface org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttribute
Deprecated.
 
isAllowLeadingWildcard() - Method in class org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl
Deprecated.
 
isDefaultField(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
This method is use toQueryString to detect if fld is the default field
isDisableCoord() - Method in class org.apache.lucene.queryParser.standard.nodes.StandardBooleanQueryNode
 
isEmpty() - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
isFieldsSubQueryAcceptable() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
isFieldsSubQueryAcceptable() - Method in class org.apache.lucene.queryParser.surround.query.FieldsQuery
 
isFieldsSubQueryAcceptable() - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
 
isInOrder() - Method in class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
 
isLeaf() - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
verify if a node is a Leaf node
isLeaf() - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
isLowercaseExpandedTerms() - Method in interface org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttribute
Deprecated.
 
isLowercaseExpandedTerms() - Method in class org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
Deprecated.
 
isLowerInclusive() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode
 
isLowerInclusive() - Method in interface org.apache.lucene.queryParser.core.nodes.RangeQueryNode
 
isLowerInclusive() - Method in class org.apache.lucene.queryParser.standard.nodes.AbstractRangeQueryNode
Returns whether the lower bound is inclusive or exclusive.
isOperatorInfix() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
isPositionIncrementsEnabled() - Method in interface org.apache.lucene.queryParser.standard.config.PositionIncrementsAttribute
Deprecated.
 
isPositionIncrementsEnabled() - Method in class org.apache.lucene.queryParser.standard.config.PositionIncrementsAttributeImpl
Deprecated.
 
isRoot() - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
isUpperInclusive() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode
 
isUpperInclusive() - Method in interface org.apache.lucene.queryParser.core.nodes.RangeQueryNode
 
isUpperInclusive() - Method in class org.apache.lucene.queryParser.standard.nodes.AbstractRangeQueryNode
Returns whether the upper bound is inclusive or exclusive.
isWeighted() - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
 
iterator() - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 

J

JavaCharStream - Class in org.apache.lucene.queryParser.standard.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Constructor.
JavaCharStream(Reader, int, int) - Constructor for class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Constructor.
JavaCharStream(Reader) - Constructor for class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int, int) - Constructor for class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int) - Constructor for class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int) - Constructor for class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, String) - Constructor for class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream) - Constructor for class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Constructor.
jj_nt - Variable in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Next token.
jj_nt - Variable in class org.apache.lucene.queryParser.surround.parser.QueryParser
Next token.
jjFillToken() - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
 
jjFillToken() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
 
jjnewLexState - Static variable in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Lex State array.
jjnewLexState - Static variable in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
Token literal values.

K

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

L

lastIndexOf(Object) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
LEADING_WILDCARD_NOT_ALLOWED - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
length() - Method in class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
 
LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.lucene.queryParser.standard.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.lucene.queryParser.surround.parser.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.standard.parser.StandardSyntaxParserTokenManager
Lexer state names.
lexStateNames - Static variable in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
Lexer state names.
line - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
listIterator() - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
listIterator(int) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
LOCALE - Static variable in class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the Locale used when parsing the query
LocaleAttribute - Interface in org.apache.lucene.queryParser.standard.config
Deprecated. 
LocaleAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
Deprecated. 
LocaleAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.LocaleAttributeImpl
Deprecated.
 
logicalAnd(QueryNode, QueryNode) - Static method in class org.apache.lucene.queryParser.core.util.QueryNodeOperation
perform a logical and of 2 QueryNode trees.
LOWERCASE_EXPANDED_TERMS - Static variable in class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set whether expanded terms should be expanded
LowercaseExpandedTermsAttribute - Interface in org.apache.lucene.queryParser.standard.config
Deprecated. 
LowercaseExpandedTermsAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
Deprecated. 
LowercaseExpandedTermsAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
Deprecated.
 
LowercaseExpandedTermsQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
LowercaseExpandedTermsQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.LowercaseExpandedTermsQueryNodeProcessor
 
LPAREN - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
LPAREN - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
LUCENE_QUERY_CONVERSION_ERROR - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 

M

makeLuceneQueryField(String, BasicQueryFactory) - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
 
makeLuceneQueryFieldNoBoost(String, BasicQueryFactory) - Method in class org.apache.lucene.queryParser.surround.query.AndQuery
 
makeLuceneQueryFieldNoBoost(String, BasicQueryFactory) - Method in class org.apache.lucene.queryParser.surround.query.DistanceQuery
 
makeLuceneQueryFieldNoBoost(String, BasicQueryFactory) - Method in class org.apache.lucene.queryParser.surround.query.FieldsQuery
 
makeLuceneQueryFieldNoBoost(String, BasicQueryFactory) - Method in class org.apache.lucene.queryParser.surround.query.NotQuery
 
makeLuceneQueryFieldNoBoost(String, BasicQueryFactory) - Method in class org.apache.lucene.queryParser.surround.query.OrQuery
 
makeLuceneQueryFieldNoBoost(String, BasicQueryFactory) - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
 
makeLuceneQueryFieldNoBoost(String, BasicQueryFactory) - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
 
makeLuceneQueryNoBoost(BasicQueryFactory) - Method in class org.apache.lucene.queryParser.surround.query.FieldsQuery
 
makeLuceneSubQueriesField(String, BasicQueryFactory) - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
makeSpanNearClause() - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
MatchAllDocsQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A MatchAllDocsQueryNode indicates that a query node tree or subtree will match all documents if executed in the index.
MatchAllDocsQueryNode() - Constructor for class org.apache.lucene.queryParser.core.nodes.MatchAllDocsQueryNode
 
MatchAllDocsQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds a MatchAllDocsQuery object from a MatchAllDocsQueryNode object.
MatchAllDocsQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.MatchAllDocsQueryNodeBuilder
 
MatchAllDocsQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor converts every WildcardQueryNode that is "*:*" to MatchAllDocsQueryNode.
MatchAllDocsQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.MatchAllDocsQueryNodeProcessor
 
matchingChar(char) - Method in class org.apache.lucene.queryParser.surround.query.SrndTruncQuery
 
MatchNoDocsQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A MatchNoDocsQueryNode indicates that a query node tree or subtree will not match any documents if executed in the index.
MatchNoDocsQueryNode() - Constructor for class org.apache.lucene.queryParser.core.nodes.MatchNoDocsQueryNode
 
MatchNoDocsQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds an empty BooleanQuery object from a MatchNoDocsQueryNode object.
MatchNoDocsQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.MatchNoDocsQueryNodeBuilder
 
maxNextCharInd - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
Message - Interface in org.apache.lucene.messages
Deprecated.
Will be moved to a private package inside flexible query parser (Lucene 4.0).
message - Variable in exception org.apache.lucene.queryParser.core.QueryNodeException
 
MessageImpl - Class in org.apache.lucene.messages
Deprecated.
Will be moved to a private package inside flexible query parser (Lucene 4.0).
MessageImpl(String) - Constructor for class org.apache.lucene.messages.MessageImpl
Deprecated.
 
MessageImpl(String, Object...) - Constructor for class org.apache.lucene.messages.MessageImpl
Deprecated.
 
MINUS - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
ModClause(CharSequence) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
 
ModifierQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A ModifierQueryNode indicates the modifier value (+,-,?,NONE) for each term on the query string.
ModifierQueryNode(QueryNode, ModifierQueryNode.Modifier) - Constructor for class org.apache.lucene.queryParser.core.nodes.ModifierQueryNode
Used to store the modifier value on the original query string
ModifierQueryNode.Modifier - Enum in org.apache.lucene.queryParser.core.nodes
 
ModifierQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds no object, it only returns the Query object set on the ModifierQueryNode object using a QueryTreeBuilder.QUERY_TREE_BUILDER_TAGID tag.
ModifierQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.ModifierQueryNodeBuilder
 
Modifiers() - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
 
MULTI_FIELDS - Static variable in class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the fields a query should be expanded to when the field is null
MULTI_TERM_REWRITE_METHOD - Static variable in class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the MultiTermQuery.RewriteMethod used when creating queries
MultiFieldAttribute - Interface in org.apache.lucene.queryParser.standard.config
Deprecated. 
MultiFieldAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
Deprecated. 
MultiFieldAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl
Deprecated.
 
MultiFieldQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor is used to expand terms so the query looks for the same term in different fields.
MultiFieldQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.MultiFieldQueryNodeProcessor
 
MultiFieldQueryParserWrapper - Class in org.apache.lucene.queryParser.standard
Deprecated.
this class will be removed soon, it's a temporary class to be used along the transition from the old query parser to the new one
MultiFieldQueryParserWrapper(String[], Analyzer, Map<String, Float>) - Constructor for class org.apache.lucene.queryParser.standard.MultiFieldQueryParserWrapper
Deprecated.
Creates a MultiFieldQueryParser.
MultiFieldQueryParserWrapper(String[], Analyzer) - Constructor for class org.apache.lucene.queryParser.standard.MultiFieldQueryParserWrapper
Deprecated.
Creates a MultiFieldQueryParser.
MultiPhraseQueryNode - Class in org.apache.lucene.queryParser.standard.nodes
A MultiPhraseQueryNode indicates that its children should be used to build a MultiPhraseQuery instead of PhraseQuery.
MultiPhraseQueryNode() - Constructor for class org.apache.lucene.queryParser.standard.nodes.MultiPhraseQueryNode
 
MultiPhraseQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds a MultiPhraseQuery object from a MultiPhraseQueryNode object.
MultiPhraseQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.MultiPhraseQueryNodeBuilder
 
MultiTermRewriteMethodAttribute - Interface in org.apache.lucene.queryParser.standard.config
Deprecated. 
MultiTermRewriteMethodAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
Deprecated. 
MultiTermRewriteMethodAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttributeImpl
Deprecated.
 
MultiTermRewriteMethodProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor instates the default MultiTermQuery.RewriteMethod, MultiTermQuery.CONSTANT_SCORE_AUTO_REWRITE_DEFAULT, for multi-term query nodes.
MultiTermRewriteMethodProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.MultiTermRewriteMethodProcessor
 

N

N - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
newInstance() - Static method in class org.apache.lucene.queryParser.core.config.ConfigurationKey
Creates a new instance.
newRangeQuery(String, String, String, boolean) - Method in class org.apache.lucene.queryParser.complexPhrase.ComplexPhraseQueryParser
 
newSpanTermQuery(Term) - Method in class org.apache.lucene.queryParser.surround.query.BasicQueryFactory
 
newTermQuery(Term) - Method in class org.apache.lucene.queryParser.complexPhrase.ComplexPhraseQueryParser
 
newTermQuery(Term) - Method in class org.apache.lucene.queryParser.surround.query.BasicQueryFactory
 
newToken(int, String) - Static method in class org.apache.lucene.queryParser.standard.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.lucene.queryParser.standard.parser.Token
 
newToken(int, String) - Static method in class org.apache.lucene.queryParser.surround.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.lucene.queryParser.surround.parser.Token
 
next - Variable in class org.apache.lucene.queryParser.standard.parser.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.apache.lucene.queryParser.surround.parser.Token
A reference to the next regular (non-special) token from the input stream.
nextCharBuf - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
nextCharInd - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
NLS - Class in org.apache.lucene.messages
Deprecated.
Will be moved to a private package inside flexible query parser (Lucene 4.0).
NLS() - Constructor for class org.apache.lucene.messages.NLS
Deprecated.
 
NLSException - Interface in org.apache.lucene.messages
Deprecated.
Will be moved to a private package inside flexible query parser (Lucene 4.0).
NoChildOptimizationQueryNodeProcessor - Class in org.apache.lucene.queryParser.core.processors
A NoChildOptimizationQueryNodeProcessor removes every BooleanQueryNode, BoostQueryNode, TokenizedPhraseQueryNode or ModifierQueryNode that do not have a valid children.
NoChildOptimizationQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.core.processors.NoChildOptimizationQueryNodeProcessor
 
NODE_ACTION_NOT_SUPPORTED - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
NOT - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
NOT - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
NoTokenFoundQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A NoTokenFoundQueryNode is used if a term is convert into no tokens by the tokenizer/lemmatizer/analyzer (null).
NoTokenFoundQueryNode() - Constructor for class org.apache.lucene.queryParser.core.nodes.NoTokenFoundQueryNode
 
NotQuery() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
NotQuery - Class in org.apache.lucene.queryParser.surround.query
 
NotQuery(List<SrndQuery>, String) - Constructor for class org.apache.lucene.queryParser.surround.query.NotQuery
 
NQuery() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
NUMBER - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
NUMBER - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
NUMBER_CLASS_NOT_SUPPORTED_BY_NUMERIC_RANGE_QUERY - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
NumberDateFormat - Class in org.apache.lucene.queryParser.standard.config
This Format parses Long into date strings and vice-versa.
NumberDateFormat(DateFormat) - Constructor for class org.apache.lucene.queryParser.standard.config.NumberDateFormat
Constructs a NumberDateFormat object using the given DateFormat.
NUMERIC_CONFIG - Static variable in class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set a field to its NumericConfig.
NUMERIC_CONFIG_MAP - Static variable in class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the NumericConfig in FieldConfig for numeric fields.
NumericConfig - Class in org.apache.lucene.queryParser.standard.config
This class holds the configuration used to parse numeric queries and create NumericRangeQuerys.
NumericConfig(int, NumberFormat, NumericField.DataType) - Constructor for class org.apache.lucene.queryParser.standard.config.NumericConfig
Constructs a NumericConfig object.
numericConfig - Variable in class org.apache.lucene.queryParser.standard.nodes.NumericRangeQueryNode
 
NumericFieldConfigListener - Class in org.apache.lucene.queryParser.standard.config
NumericFieldConfigListener(QueryConfigHandler) - Constructor for class org.apache.lucene.queryParser.standard.config.NumericFieldConfigListener
Construcs a NumericFieldConfigListener object using the given QueryConfigHandler.
NumericQueryNode - Class in org.apache.lucene.queryParser.standard.nodes
This query node represents a field query that holds a numeric value.
NumericQueryNode(CharSequence, Number, NumberFormat) - Constructor for class org.apache.lucene.queryParser.standard.nodes.NumericQueryNode
Creates a NumericQueryNode object using the given field, Number value and NumberFormat used to convert the value to String.
NumericQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor is used to convert FieldQueryNodes to NumericRangeQueryNodes.
NumericQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.NumericQueryNodeProcessor
Constructs a NumericQueryNodeProcessor object.
NumericRangeQueryNode - Class in org.apache.lucene.queryParser.standard.nodes
This query node represents a range query composed by NumericQueryNode bounds, which means the bound values are Numbers.
NumericRangeQueryNode(NumericQueryNode, NumericQueryNode, boolean, boolean, NumericConfig) - Constructor for class org.apache.lucene.queryParser.standard.nodes.NumericRangeQueryNode
Constructs a NumericRangeQueryNode object using the given NumericQueryNode as its bounds and NumericConfig.
NumericRangeQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds NumericRangeQuerys out of NumericRangeQueryNodes.
NumericRangeQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.NumericRangeQueryNodeBuilder
Constructs a NumericRangeQueryNodeBuilder object.
NumericRangeQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor is used to convert ParametricRangeQueryNodes to NumericRangeQueryNodes.
NumericRangeQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.NumericRangeQueryNodeProcessor
Constructs an empty NumericRangeQueryNode object.

O

OpaqueQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A OpaqueQueryNode is used for specify values that are not supposed to be parsed by the parser.
OpaqueQueryNode(CharSequence, CharSequence) - Constructor for class org.apache.lucene.queryParser.core.nodes.OpaqueQueryNode
 
OptionalFields() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
OptionalWeights(SrndQuery) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
OR - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
OR - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
OR_OPERATOR - Static variable in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
Alternative form of QueryParser.Operator.OR
org.apache.lucene.messages - package org.apache.lucene.messages
For Native Language Support (NLS), system of software internationalization.
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.core - package org.apache.lucene.queryParser.core
Contains the core classes of the flexible query parser framework
org.apache.lucene.queryParser.core.builders - package org.apache.lucene.queryParser.core.builders
Contains the necessary classes to implement query builders
org.apache.lucene.queryParser.core.config - package org.apache.lucene.queryParser.core.config
Contains the base classes used to configure the query processing
org.apache.lucene.queryParser.core.messages - package org.apache.lucene.queryParser.core.messages
Contains messages usually used by query parser implementations
org.apache.lucene.queryParser.core.nodes - package org.apache.lucene.queryParser.core.nodes
Contains query nodes that are commonly used by query parser implementations
org.apache.lucene.queryParser.core.parser - package org.apache.lucene.queryParser.core.parser
Contains the necessary interfaces to implement text parsers
org.apache.lucene.queryParser.core.processors - package org.apache.lucene.queryParser.core.processors
Interfaces and implementations used by query node processors
org.apache.lucene.queryParser.core.util - package org.apache.lucene.queryParser.core.util
Utility classes to used with the Query Parser
org.apache.lucene.queryParser.ext - package org.apache.lucene.queryParser.ext
Extendable QueryParser provides a simple and flexible extension mechanism by overloading query field names.
org.apache.lucene.queryParser.precedence - package org.apache.lucene.queryParser.precedence
This package contains the Precedence Query Parser Implementation
org.apache.lucene.queryParser.precedence.processors - package org.apache.lucene.queryParser.precedence.processors
This package contains the processors used by Precedence Query Parser
org.apache.lucene.queryParser.standard - package org.apache.lucene.queryParser.standard
Contains the implementation of the Lucene query parser using the flexible query parser frameworks
org.apache.lucene.queryParser.standard.builders - package org.apache.lucene.queryParser.standard.builders
Standard Lucene Query Node Builders
org.apache.lucene.queryParser.standard.config - package org.apache.lucene.queryParser.standard.config
Standard Lucene Query Configuration
org.apache.lucene.queryParser.standard.nodes - package org.apache.lucene.queryParser.standard.nodes
Standard Lucene Query Nodes
org.apache.lucene.queryParser.standard.parser - package org.apache.lucene.queryParser.standard.parser
Lucene Query Parser
org.apache.lucene.queryParser.standard.processors - package org.apache.lucene.queryParser.standard.processors
Lucene Query Node Processors
org.apache.lucene.queryParser.surround.parser - package org.apache.lucene.queryParser.surround.parser
This package contains the QueryParser.jj source file for the Surround parser.
org.apache.lucene.queryParser.surround.query - package org.apache.lucene.queryParser.surround.query
This package contains SrndQuery and its subclasses.
OrQuery() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
OrQuery - Class in org.apache.lucene.queryParser.surround.query
 
OrQuery(List<SrndQuery>, boolean, String) - Constructor for class org.apache.lucene.queryParser.surround.query.OrQuery
 
OrQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A OrQueryNode represents an OR boolean operation performed on a list of nodes.
OrQueryNode(List<QueryNode>) - Constructor for class org.apache.lucene.queryParser.core.nodes.OrQueryNode
 

P

PARAMETER_VALUE_NOT_SUPPORTED - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
ParametricQueryNode - Class in org.apache.lucene.queryParser.core.nodes
Deprecated.
this class will be removed in future. FieldQueryNode should be used instead.
ParametricQueryNode(CharSequence, ParametricQueryNode.CompareOperator, CharSequence, int, int) - Constructor for class org.apache.lucene.queryParser.core.nodes.ParametricQueryNode
Deprecated.
 
ParametricQueryNode.CompareOperator - Enum in org.apache.lucene.queryParser.core.nodes
Deprecated.
 
ParametricRangeQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A ParametricRangeQueryNode represents LE, LT, GE, GT, EQ, NE query.
ParametricRangeQueryNode(ParametricQueryNode, ParametricQueryNode) - Constructor for class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode
 
ParametricRangeQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor converts ParametricRangeQueryNode objects to RangeQueryNode objects.
ParametricRangeQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.ParametricRangeQueryNodeProcessor
 
parse(String) - Method in class org.apache.lucene.queryParser.complexPhrase.ComplexPhraseQueryParser
 
parse(CharSequence, CharSequence) - Method in interface org.apache.lucene.queryParser.core.parser.SyntaxParser
 
parse(String, String) - Method in class org.apache.lucene.queryParser.core.QueryParserHelper
Parses a query string to an object, usually some query object.
parse(ExtensionQuery) - Method in class org.apache.lucene.queryParser.ext.ParserExtension
Processes the given ExtensionQuery and returns a corresponding Query instance.
parse(String, ParsePosition) - Method in class org.apache.lucene.queryParser.standard.config.NumberDateFormat
 
parse(String[], String[], Analyzer) - Static method in class org.apache.lucene.queryParser.standard.MultiFieldQueryParserWrapper
Deprecated.
Parses a query which searches on the fields specified.
parse(String, String[], BooleanClause.Occur[], Analyzer) - Static method in class org.apache.lucene.queryParser.standard.MultiFieldQueryParserWrapper
Deprecated.
Parses a query, searching on the fields specified.
parse(String[], String[], BooleanClause.Occur[], Analyzer) - Static method in class org.apache.lucene.queryParser.standard.MultiFieldQueryParserWrapper
Deprecated.
Parses a query, searching on the fields specified.
parse(CharSequence, CharSequence) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Parses a query string, returning a QueryNode.
parse(String[], String[], Analyzer) - Static method in class org.apache.lucene.queryParser.standard.QueryParserUtil
Parses a query which searches on the fields specified.
parse(String, String[], BooleanClause.Occur[], Analyzer) - Static method in class org.apache.lucene.queryParser.standard.QueryParserUtil
Parses a query, searching on the fields specified.
parse(String[], String[], BooleanClause.Occur[], Analyzer) - Static method in class org.apache.lucene.queryParser.standard.QueryParserUtil
Parses a query, searching on the fields specified.
parse(String) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
parse(String, String) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Overrides QueryParserHelper.parse(String, String) so it casts the return object to Query.
parse(String) - Static method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
parse2(String) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
ParseException - Exception in org.apache.lucene.queryParser.standard.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.lucene.queryParser.standard.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.lucene.queryParser.standard.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(Message) - Constructor for exception org.apache.lucene.queryParser.standard.parser.ParseException
Constructor with message.
ParseException - Exception in org.apache.lucene.queryParser.surround.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.lucene.queryParser.surround.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.lucene.queryParser.surround.parser.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.surround.parser.ParseException
Constructor with message.
ParserExtension - Class in org.apache.lucene.queryParser.ext
This class represents an extension base class to the Lucene standard QueryParser.
ParserExtension() - Constructor for class org.apache.lucene.queryParser.ext.ParserExtension
 
PathQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A PathQueryNode is used to store queries like /company/USA/California /product/shoes/brown.
PathQueryNode(List<PathQueryNode.QueryText>) - Constructor for class org.apache.lucene.queryParser.core.nodes.PathQueryNode
 
PathQueryNode.QueryText - Class in org.apache.lucene.queryParser.core.nodes
 
PathQueryNode.QueryText(CharSequence, int, int) - Constructor for class org.apache.lucene.queryParser.core.nodes.PathQueryNode.QueryText
 
PHRASE_SLOP - Static variable in class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the default phrase slop
PhraseQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds a PhraseQuery object from a TokenizedPhraseQueryNode object.
PhraseQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.PhraseQueryNodeBuilder
 
PhraseSlopQueryNode - Class in org.apache.lucene.queryParser.core.nodes
 
PhraseSlopQueryNode(QueryNode, int) - Constructor for class org.apache.lucene.queryParser.core.nodes.PhraseSlopQueryNode
 
PhraseSlopQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor removes invalid SlopQueryNode objects in the query node tree.
PhraseSlopQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.PhraseSlopQueryNodeProcessor
 
PLAINTEXT_FIELD_NAME - Static variable in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
PLUS - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
positionIncrement - Variable in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
The term's position increment.
PositionIncrementsAttribute - Interface in org.apache.lucene.queryParser.standard.config
Deprecated. 
PositionIncrementsAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
Deprecated. 
PositionIncrementsAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.PositionIncrementsAttributeImpl
Deprecated.
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.NoChildOptimizationQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorImpl
This method is invoked for every node when walking up the tree.
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.RemoveDeletedQueryNodesProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.precedence.processors.BooleanModifiersQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.AllowLeadingWildcardProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.AnalyzerQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.BooleanSingleChildOptimizationQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.BoostQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.DefaultPhraseSlopQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.FuzzyQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.LowercaseExpandedTermsQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.MatchAllDocsQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.MultiFieldQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.MultiTermRewriteMethodProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.NumericQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.NumericRangeQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.ParametricRangeQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.PhraseSlopQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.RemoveEmptyNonLeafQueryNodeProcessor
 
postProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.WildcardQueryNodeProcessor
 
PrecedenceQueryNodeProcessorPipeline - Class in org.apache.lucene.queryParser.precedence.processors
This processor pipeline extends StandardQueryNodeProcessorPipeline and enables boolean precedence on it.
PrecedenceQueryNodeProcessorPipeline(QueryConfigHandler) - Constructor for class org.apache.lucene.queryParser.precedence.processors.PrecedenceQueryNodeProcessorPipeline
 
PrecedenceQueryParser - Class in org.apache.lucene.queryParser.precedence
This query parser works exactly as the standard query parser ( StandardQueryParser ), except that it respect the boolean precedence, so <a AND b OR c AND d> is parsed to <(+a +b) (+c +d)> instead of <+a +b +c +d>.
PrecedenceQueryParser() - Constructor for class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
PrecedenceQueryParser(Analyzer) - Constructor for class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
 
PrefixOperatorQuery() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
prefixToString(StringBuilder) - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
PrefixWildcardQueryNode - Class in org.apache.lucene.queryParser.standard.nodes
A PrefixWildcardQueryNode represents wildcardquery that matches abc* or *.
PrefixWildcardQueryNode(CharSequence, CharSequence, int, int) - Constructor for class org.apache.lucene.queryParser.standard.nodes.PrefixWildcardQueryNode
 
PrefixWildcardQueryNode(FieldQueryNode) - Constructor for class org.apache.lucene.queryParser.standard.nodes.PrefixWildcardQueryNode
 
PrefixWildcardQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds a PrefixQuery object from a PrefixWildcardQueryNode object.
PrefixWildcardQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.PrefixWildcardQueryNodeBuilder
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.NoChildOptimizationQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorImpl
This method is invoked for every node when walking down the tree.
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.RemoveDeletedQueryNodesProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.precedence.processors.BooleanModifiersQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.AllowLeadingWildcardProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.AnalyzerQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.BooleanSingleChildOptimizationQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.BoostQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.DefaultPhraseSlopQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.FuzzyQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.LowercaseExpandedTermsQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.MatchAllDocsQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.MultiFieldQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.MultiTermRewriteMethodProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.NumericQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.NumericRangeQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.ParametricRangeQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.PhraseSlopQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.RemoveEmptyNonLeafQueryNodeProcessor
 
preProcessNode(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.WildcardQueryNodeProcessor
 
prevCharIsCR - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
prevCharIsLF - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
PrimaryQuery() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
process(QueryNode) - Method in interface org.apache.lucene.queryParser.core.processors.QueryNodeProcessor
Processes a query node tree.
process(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorImpl
 
process(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
For reference about this method check: QueryNodeProcessor.process(QueryNode).
process(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.RemoveDeletedQueryNodesProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryParser.precedence.processors.BooleanModifiersQueryNodeProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.AllowLeadingWildcardProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.AnalyzerQueryNodeProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.DefaultPhraseSlopQueryNodeProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.GroupQueryNodeProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.LowercaseExpandedTermsQueryNodeProcessor
 
process(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.RemoveEmptyNonLeafQueryNodeProcessor
 
processChildren(QueryNode) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorImpl
This method is called every time a child is processed.
processChildren(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.DefaultPhraseSlopQueryNodeProcessor
 
processChildren(QueryNode) - Method in class org.apache.lucene.queryParser.standard.processors.MultiFieldQueryNodeProcessor
 
ProximityQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A ProximityQueryNode represents a query where the terms should meet specific distance conditions.
ProximityQueryNode(List<QueryNode>, CharSequence, ProximityQueryNode.Type, int, boolean) - Constructor for class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
 
ProximityQueryNode(List<QueryNode>, CharSequence, ProximityQueryNode.Type, boolean) - Constructor for class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
 
ProximityQueryNode.ProximityType - Class in org.apache.lucene.queryParser.core.nodes
 
ProximityQueryNode.ProximityType(ProximityQueryNode.Type) - Constructor for class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode.ProximityType
 
ProximityQueryNode.ProximityType(ProximityQueryNode.Type, int) - Constructor for class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode.ProximityType
 
ProximityQueryNode.Type - Enum in org.apache.lucene.queryParser.core.nodes
 

Q

Query(CharSequence) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
 
QUERY_TREE_BUILDER_TAGID - Static variable in class org.apache.lucene.queryParser.core.builders.QueryTreeBuilder
This tag is used to tag the nodes in a query tree with the built objects produced from their own associated builder.
QueryBuilder - Interface in org.apache.lucene.queryParser.core.builders
This interface is used by implementors classes that builds some kind of object from a query tree.
QueryConfigHandler - Class in org.apache.lucene.queryParser.core.config
This class can be used to hold any query configuration and no field configuration.
QueryConfigHandler() - Constructor for class org.apache.lucene.queryParser.core.config.QueryConfigHandler
 
QueryNode - Interface in org.apache.lucene.queryParser.core.nodes
A QueryNode is a interface implemented by all nodes on a QueryNode tree.
QueryNodeError - Error in org.apache.lucene.queryParser.core
Error class with NLS support
QueryNodeError(Message) - Constructor for error org.apache.lucene.queryParser.core.QueryNodeError
 
QueryNodeError(Throwable) - Constructor for error org.apache.lucene.queryParser.core.QueryNodeError
 
QueryNodeError(Message, Throwable) - Constructor for error org.apache.lucene.queryParser.core.QueryNodeError
 
QueryNodeException - Exception in org.apache.lucene.queryParser.core
This exception should be thrown if something wrong happens when dealing with QueryNodes.
QueryNodeException(Message) - Constructor for exception org.apache.lucene.queryParser.core.QueryNodeException
 
QueryNodeException(Throwable) - Constructor for exception org.apache.lucene.queryParser.core.QueryNodeException
 
QueryNodeException(Message, Throwable) - Constructor for exception org.apache.lucene.queryParser.core.QueryNodeException
 
QueryNodeImpl - Class in org.apache.lucene.queryParser.core.nodes
A QueryNodeImpl is the default implementation of the interface QueryNode
QueryNodeImpl() - Constructor for class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
QueryNodeOperation - Class in org.apache.lucene.queryParser.core.util
Allow joining 2 QueryNode Trees, into one.
QueryNodeParseException - Exception in org.apache.lucene.queryParser.core
This should be thrown when an exception happens during the query parsing from string to the query node tree.
QueryNodeParseException(Message) - Constructor for exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
QueryNodeParseException(Throwable) - Constructor for exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
QueryNodeParseException(Message, Throwable) - Constructor for exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
QueryNodeProcessor - Interface in org.apache.lucene.queryParser.core.processors
A QueryNodeProcessor is an interface for classes that process a QueryNode tree.
QueryNodeProcessorImpl - Class in org.apache.lucene.queryParser.core.processors
This is a default implementation for the QueryNodeProcessor interface, it's an abstract class, so it should be extended by classes that want to process a QueryNode tree.
QueryNodeProcessorImpl() - Constructor for class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorImpl
 
QueryNodeProcessorImpl(QueryConfigHandler) - Constructor for class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorImpl
 
QueryNodeProcessorPipeline - Class in org.apache.lucene.queryParser.core.processors
A QueryNodeProcessorPipeline class should be used to build a query node processor pipeline.
QueryNodeProcessorPipeline() - Constructor for class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
Constructs an empty query node processor pipeline.
QueryNodeProcessorPipeline(QueryConfigHandler) - Constructor for class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
Constructs with a QueryConfigHandler object.
QueryParser - Class in org.apache.lucene.queryParser.surround.parser
This class is generated by JavaCC.
QueryParser() - Constructor for class org.apache.lucene.queryParser.surround.parser.QueryParser
 
QueryParser(CharStream) - Constructor for class org.apache.lucene.queryParser.surround.parser.QueryParser
Constructor with user supplied CharStream.
QueryParser(QueryParserTokenManager) - Constructor for class org.apache.lucene.queryParser.surround.parser.QueryParser
Constructor with generated Token Manager.
QueryParserConstants - Interface in org.apache.lucene.queryParser.surround.parser
Token literal values and constants.
QueryParserHelper - Class in org.apache.lucene.queryParser.core
This class is a helper for the query parser framework, it does all the three query parser phrases at once: text parsing, query processing and query building.
QueryParserHelper(QueryConfigHandler, SyntaxParser, QueryNodeProcessor, QueryBuilder) - Constructor for class org.apache.lucene.queryParser.core.QueryParserHelper
Creates a query parser helper object using the specified configuration, text parser, processor and builder.
QueryParserMessages - Class in org.apache.lucene.queryParser.core.messages
Flexible Query Parser message bundle class
QueryParserTokenManager - Class in org.apache.lucene.queryParser.surround.parser
Token Manager.
QueryParserTokenManager(CharStream) - Constructor for class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
Constructor.
QueryParserTokenManager(CharStream, int) - Constructor for class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
Constructor.
QueryParserUtil - Class in org.apache.lucene.queryParser.standard
This class defines utility methods to (help) parse query strings into Query objects.
QueryParserUtil() - Constructor for class org.apache.lucene.queryParser.standard.QueryParserUtil
 
QueryParserWrapper - Class in org.apache.lucene.queryParser.standard
Deprecated.
this class will be removed soon, it's a temporary class to be used along the transition from the old query parser to the new one
QueryParserWrapper(String, Analyzer) - Constructor for class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
QueryParserWrapper.Operator - Enum in org.apache.lucene.queryParser.standard
Deprecated.
The default operator for parsing queries.
QueryTreeBuilder - Class in org.apache.lucene.queryParser.core.builders
This class should be used when there is a builder for each type of node.
QueryTreeBuilder() - Constructor for class org.apache.lucene.queryParser.core.builders.QueryTreeBuilder
QueryTreeBuilder constructor.
QUOTED - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
QUOTED - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
QuotedFieldQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A QuotedFieldQueryNode represents phrase query.
QuotedFieldQueryNode(CharSequence, CharSequence, int, int) - Constructor for class org.apache.lucene.queryParser.core.nodes.QuotedFieldQueryNode
 

R

RANGE_COLLATOR - Static variable in class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.ConfigurationKeys
Key used to set the Collator used when creating TermRangeQuerys.
RangeCollatorAttribute - Interface in org.apache.lucene.queryParser.standard.config
Deprecated. 
RangeCollatorAttributeImpl - Class in org.apache.lucene.queryParser.standard.config
Deprecated. 
RangeCollatorAttributeImpl() - Constructor for class org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl
Deprecated.
 
RangeEx - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
Lexical state.
RANGEEX_END - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEEX_GOOP - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEEX_QUOTED - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEEX_START - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEEX_TO - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RangeIn - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
Lexical state.
RANGEIN_END - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEIN_GOOP - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEIN_QUOTED - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEIN_START - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RANGEIN_TO - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RangeQueryNode<T extends FieldValuePairQueryNode<?>> - Interface in org.apache.lucene.queryParser.core.nodes
This interface should be implemented by a QueryNode that represents some kind of range query.
RangeQueryNode - Class in org.apache.lucene.queryParser.standard.nodes
Deprecated.
this class will be removed in future, TermRangeQueryNode should be used instead
RangeQueryNode(ParametricQueryNode, ParametricQueryNode, Collator) - Constructor for class org.apache.lucene.queryParser.standard.nodes.RangeQueryNode
Deprecated.
 
RangeQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Deprecated.
this builder will be removed in future together with RangeQueryNode
RangeQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.RangeQueryNodeBuilder
Deprecated.
 
ReadByte() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
readChar() - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Read a character.
readChar() - Method in interface org.apache.lucene.queryParser.surround.parser.CharStream
Returns the next character from the selected input.
readChar() - Method in class org.apache.lucene.queryParser.surround.parser.FastCharStream
 
recompose(List) - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
ReInit(Reader, int, int, int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Reinitialise.
ReInit(Reader) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Reinitialise.
ReInit(Reader) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Reinitialise.
ReInit(StandardSyntaxParserTokenManager) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Reinitialise.
ReInit(JavaCharStream) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Reinitialise parser.
ReInit(JavaCharStream, int) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Reinitialise parser.
ReInit(CharStream) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
Reinitialise.
ReInit(QueryParserTokenManager) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
Reinitialise.
ReInit(CharStream) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
Reinitialise parser.
ReInit(CharStream, int) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
Reinitialise parser.
remove(Object) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
remove(int) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
removeAll(Collection<?>) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
RemoveDeletedQueryNodesProcessor - Class in org.apache.lucene.queryParser.core.processors
A QueryNodeProcessorPipeline class removes every instance of DeletedQueryNode from a query node tree.
RemoveDeletedQueryNodesProcessor() - Constructor for class org.apache.lucene.queryParser.core.processors.RemoveDeletedQueryNodesProcessor
 
RemoveEmptyNonLeafQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
This processor removes every QueryNode that is not a leaf and has not children.
RemoveEmptyNonLeafQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.RemoveEmptyNonLeafQueryNodeProcessor
 
retainAll(Collection<?>) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
RPAREN - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
RPAREN - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.

S

set(ConfigurationKey<T>, T) - Method in class org.apache.lucene.queryParser.core.config.AbstractQueryConfig
Sets a key and its value.
set(List<QueryNode>) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
 
set(List<QueryNode>) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
set(int, QueryNodeProcessor) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
setAllowLeadingWildcard(boolean) - Method in interface org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttribute
Deprecated.
 
setAllowLeadingWildcard(boolean) - Method in class org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl
Deprecated.
 
setAllowLeadingWildcard(boolean) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
setAllowLeadingWildcard(boolean) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Set to true to allow leading wildcard characters.
setAnalyzer(Analyzer) - Method in interface org.apache.lucene.queryParser.standard.config.AnalyzerAttribute
Deprecated.
 
setAnalyzer(Analyzer) - Method in class org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
Deprecated.
 
setAnalyzer(Analyzer) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
setBegin(int) - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
setBeginColumn(int) - Method in exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
setBeginLine(int) - Method in exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
setBoost(float) - Method in interface org.apache.lucene.queryParser.standard.config.BoostAttribute
Deprecated.
 
setBoost(float) - Method in class org.apache.lucene.queryParser.standard.config.BoostAttributeImpl
Deprecated.
 
setBounds(T, T, boolean, boolean) - Method in class org.apache.lucene.queryParser.standard.nodes.AbstractRangeQueryNode
Sets the lower and upper bounds.
setBounds(NumericQueryNode, NumericQueryNode, boolean, boolean, NumericConfig) - Method in class org.apache.lucene.queryParser.standard.nodes.NumericRangeQueryNode
Sets the upper and lower bounds of this range query node and the NumericConfig associated with these bounds.
setBounds(FieldQueryNode, FieldQueryNode, boolean, boolean) - Method in class org.apache.lucene.queryParser.standard.nodes.RangeQueryNode
Deprecated.
Sets lower and upper bounds.
setBuilder(String, QueryBuilder) - Method in class org.apache.lucene.queryParser.core.builders.QueryTreeBuilder
Associates a field name with a builder.
setBuilder(CharSequence, QueryBuilder) - Method in class org.apache.lucene.queryParser.core.builders.QueryTreeBuilder
setBuilder(Class<? extends QueryNode>, QueryBuilder) - Method in class org.apache.lucene.queryParser.core.builders.QueryTreeBuilder
Associates a class with a builder
setChild(QueryNode) - Method in class org.apache.lucene.queryParser.core.nodes.GroupQueryNode
 
setChild(QueryNode) - Method in class org.apache.lucene.queryParser.core.nodes.ModifierQueryNode
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.core.processors.NoChildOptimizationQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorImpl
This method is invoked for every node that has at least on child.
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.core.processors.RemoveDeletedQueryNodesProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.precedence.processors.BooleanModifiersQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.AllowLeadingWildcardProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.AnalyzerQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.BooleanSingleChildOptimizationQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.BoostQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.DefaultPhraseSlopQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.FuzzyQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.LowercaseExpandedTermsQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.MatchAllDocsQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.MultiFieldQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.MultiTermRewriteMethodProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.NumericQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.NumericRangeQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.ParametricRangeQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.PhraseSlopQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.RemoveEmptyNonLeafQueryNodeProcessor
 
setChildrenOrder(List<QueryNode>) - Method in class org.apache.lucene.queryParser.standard.processors.WildcardQueryNodeProcessor
 
setDateResolution(DateTools.Resolution) - Method in interface org.apache.lucene.queryParser.standard.config.DateResolutionAttribute
Deprecated.
Sets the default date resolution used by RangeQueryNodes for fields for which no specific date resolutions has been set.
setDateResolution(DateTools.Resolution) - Method in class org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl
Deprecated.
 
setDateResolution(Collator) - Method in interface org.apache.lucene.queryParser.standard.config.RangeCollatorAttribute
Deprecated.
 
setDateResolution(Collator) - Method in class org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl
Deprecated.
 
setDateResolution(DateTools.Resolution) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
setDateResolution(String, DateTools.Resolution) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
setDateResolution(DateTools.Resolution) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Sets the default DateTools.Resolution used for certain field when no DateTools.Resolution is defined for this field.
setDateResolution(Map<CharSequence, DateTools.Resolution>) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Deprecated.
setDateResolutionMap(Map<CharSequence, DateTools.Resolution>) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Sets the DateTools.Resolution used for each field
setDebugStream(PrintStream) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
Set debug output.
setDefaultOperator(QueryParserWrapper.Operator) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
setDefaultOperator(DefaultOperatorAttribute.Operator) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Deprecated. 
setDefaultOperator(StandardQueryConfigHandler.Operator) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Sets the boolean operator of the QueryParser.
setDefaultPhraseSlop(int) - Method in interface org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttribute
Deprecated.
 
setDefaultPhraseSlop(int) - Method in class org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl
Deprecated.
 
setDefaultPhraseSlop(int) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
setEnablePositionIncrements(boolean) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
setEnablePositionIncrements(boolean) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Set to true to enable position increments in result query.
setEnd(int) - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
setErrorToken(String) - Method in exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
setField(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.AnyQueryNode
 
setField(CharSequence) - Method in interface org.apache.lucene.queryParser.core.nodes.FieldableNode
Associates the node to a field.
setField(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.PhraseSlopQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.SlopQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.TokenizedPhraseQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryParser.standard.nodes.AbstractRangeQueryNode
Sets the field associated with this node.
setField(CharSequence) - Method in class org.apache.lucene.queryParser.standard.nodes.MultiPhraseQueryNode
 
setField(CharSequence) - Method in class org.apache.lucene.queryParser.standard.nodes.NumericQueryNode
Sets the field associated with this node.
setFieldBoostMap(Map<String, Float>) - Method in interface org.apache.lucene.queryParser.standard.config.FieldBoostMapAttribute
Deprecated.
 
setFieldBoostMap(Map<String, Float>) - Method in class org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl
Deprecated.
 
setFieldDateResolutionMap(Map<CharSequence, DateTools.Resolution>) - Method in interface org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttribute
Deprecated.
 
setFieldDateResolutionMap(Map<CharSequence, DateTools.Resolution>) - Method in class org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl
Deprecated.
 
setFields(CharSequence[]) - Method in interface org.apache.lucene.queryParser.standard.config.MultiFieldAttribute
Deprecated.
 
setFields(CharSequence[]) - Method in class org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl
Deprecated.
 
setFieldsBoost(Map<String, Float>) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Sets the boost used for each field.
setFuzzyMinSim(float) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
setFuzzyMinSim(float) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Set the minimum similarity for fuzzy queries.
setFuzzyMinSimilarity(float) - Method in interface org.apache.lucene.queryParser.standard.config.FuzzyAttribute
Deprecated.
 
setFuzzyMinSimilarity(float) - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
Deprecated.
 
setFuzzyPrefixLength(int) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
setFuzzyPrefixLength(int) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Set the prefix length for fuzzy queries.
setLeaf(boolean) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
setLocale(Locale) - Method in interface org.apache.lucene.queryParser.standard.config.LocaleAttribute
Deprecated.
 
setLocale(Locale) - Method in class org.apache.lucene.queryParser.standard.config.LocaleAttributeImpl
Deprecated.
 
setLocale(Locale) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
setLocale(Locale) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Set locale used by date range parsing.
setLowercaseExpandedTerms(boolean) - Method in interface org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttribute
Deprecated.
 
setLowercaseExpandedTerms(boolean) - Method in class org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
Deprecated.
 
setLowercaseExpandedTerms(boolean) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
setLowercaseExpandedTerms(boolean) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Set to true to allow leading wildcard characters.
setMinSimilarity(float) - Method in class org.apache.lucene.queryParser.standard.config.FuzzyConfig
 
setMultiFields(CharSequence[]) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Set the fields a query should be expanded to when the field is null
setMultiTermRewriteMethod(MultiTermQuery.RewriteMethod) - Method in interface org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttribute
Deprecated.
 
setMultiTermRewriteMethod(MultiTermQuery.RewriteMethod) - Method in class org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttributeImpl
Deprecated.
 
setMultiTermRewriteMethod(MultiTermQuery.RewriteMethod) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
setMultiTermRewriteMethod(MultiTermQuery.RewriteMethod) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
By default, it uses MultiTermQuery.CONSTANT_SCORE_AUTO_REWRITE_DEFAULT when creating a prefix, wildcard and range queries.
setNonLocalizedMessage(Message) - Method in exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
setNumberFormat(NumberFormat) - Method in class org.apache.lucene.queryParser.standard.config.NumericConfig
Sets the NumberFormat used to parse a String to Number
setNumberFormat(NumberFormat) - Method in class org.apache.lucene.queryParser.standard.nodes.NumericQueryNode
Sets the NumberFormat used to convert the value to String.
setNumericConfigMap(Map<String, NumericConfig>) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
setOperator(DefaultOperatorAttribute.Operator) - Method in interface org.apache.lucene.queryParser.standard.config.DefaultOperatorAttribute
Deprecated.
 
setOperator(DefaultOperatorAttribute.Operator) - Method in class org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl
Deprecated.
 
setPathElements(List<PathQueryNode.QueryText>) - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode
Returns the a List with all QueryText elements
setPhraseSlop(int) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
setPhraseSlop(int) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Sets the default slop for phrases.
setPositionIncrement(int) - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
setPositionIncrementsEnabled(boolean) - Method in interface org.apache.lucene.queryParser.standard.config.PositionIncrementsAttribute
Deprecated.
 
setPositionIncrementsEnabled(boolean) - Method in class org.apache.lucene.queryParser.standard.config.PositionIncrementsAttributeImpl
Deprecated.
 
setPrecisionStep(int) - Method in class org.apache.lucene.queryParser.standard.config.NumericConfig
Sets the precision used to index the numeric values
setPrefixLength(int) - Method in class org.apache.lucene.queryParser.core.nodes.FuzzyQueryNode
 
setPrefixLength(int) - Method in interface org.apache.lucene.queryParser.standard.config.FuzzyAttribute
Deprecated.
 
setPrefixLength(int) - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
Deprecated.
 
setPrefixLength(int) - Method in class org.apache.lucene.queryParser.standard.config.FuzzyConfig
 
setQuery(CharSequence) - Method in exception org.apache.lucene.queryParser.core.QueryNodeParseException
 
setQueryBuilder(QueryBuilder) - Method in class org.apache.lucene.queryParser.core.QueryParserHelper
The query builder that will be used to build an object from the query node tree.
setQueryBuilder(StandardQueryBuilder) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
Sets the StandardQueryBuilder used to generate a Query object from the parsed and processed query node tree.
setQueryConfig(StandardQueryConfigHandler) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
Sets the QueryConfigHandler used by the QueryNodeProcessor set to this object.
setQueryConfigHandler(AbstractQueryConfig) - Method in interface org.apache.lucene.queryParser.core.config.ConfigAttribute
Deprecated.
 
setQueryConfigHandler(QueryConfigHandler) - Method in interface org.apache.lucene.queryParser.core.processors.QueryNodeProcessor
Sets the QueryConfigHandler associated to the query tree.
setQueryConfigHandler(QueryConfigHandler) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorImpl
For reference about this method check: QueryNodeProcessor.setQueryConfigHandler(QueryConfigHandler).
setQueryConfigHandler(QueryConfigHandler) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
For reference about this method check: QueryNodeProcessor.setQueryConfigHandler(QueryConfigHandler).
setQueryConfigHandler(QueryConfigHandler) - Method in class org.apache.lucene.queryParser.core.QueryParserHelper
Sets the query configuration handler that will be used during query processing.
setQueryConfigHandler(AbstractQueryConfig) - Method in class org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl
Deprecated.
 
setQueryConfigHandler(AbstractQueryConfig) - Method in class org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
Deprecated.
 
setQueryConfigHandler(AbstractQueryConfig) - Method in class org.apache.lucene.queryParser.standard.config.BoostAttributeImpl
Deprecated.
 
setQueryConfigHandler(AbstractQueryConfig) - Method in class org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl
Deprecated.
 
setQueryConfigHandler(AbstractQueryConfig) - Method in class org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl
Deprecated.
 
setQueryConfigHandler(AbstractQueryConfig) - Method in class org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl
Deprecated.
 
setQueryConfigHandler(AbstractQueryConfig) - Method in class org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl
Deprecated.
 
setQueryConfigHandler(AbstractQueryConfig) - Method in class org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl
Deprecated.
 
setQueryConfigHandler(AbstractQueryConfig) - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
Deprecated.
 
setQueryConfigHandler(AbstractQueryConfig) - Method in class org.apache.lucene.queryParser.standard.config.LocaleAttributeImpl
Deprecated.
 
setQueryConfigHandler(AbstractQueryConfig) - Method in class org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
Deprecated.
 
setQueryConfigHandler(AbstractQueryConfig) - Method in class org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl
Deprecated.
 
setQueryConfigHandler(AbstractQueryConfig) - Method in class org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttributeImpl
Deprecated.
 
setQueryConfigHandler(AbstractQueryConfig) - Method in class org.apache.lucene.queryParser.standard.config.PositionIncrementsAttributeImpl
Deprecated.
 
setQueryConfigHandler(AbstractQueryConfig) - Method in class org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl
Deprecated.
 
setQueryConfigHandler(QueryConfigHandler) - Method in class org.apache.lucene.queryParser.standard.processors.GroupQueryNodeProcessor
 
setQueryNodeProcessor(QueryNodeProcessor) - Method in class org.apache.lucene.queryParser.core.QueryParserHelper
Sets the processor that will be used to process the query node tree.
setQueryProcessor(QueryNodeProcessor) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
Sets the QueryNodeProcessor used to process the query node tree generated by the StandardSyntaxParser.
setRangeCollator(Collator) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
setRangeCollator(Collator) - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
Sets the collator used to determine index term inclusion in ranges for RangeQuerys.
setSimilarity(float) - Method in class org.apache.lucene.queryParser.core.nodes.FuzzyQueryNode
 
setSyntaxParser(SyntaxParser) - Method in class org.apache.lucene.queryParser.core.QueryParserHelper
Sets the text parser that will be used to parse the query string, it cannot be null.
setTabSize(int) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
setTag(String, Object) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
Associate the specified value with the specified tagName.
setTag(CharSequence, Object) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
Deprecated.
setTag(CharSequence, Object) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
Deprecated.
setTag(String, Object) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
setText(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
setText(CharSequence) - Method in interface org.apache.lucene.queryParser.core.nodes.TextableQueryNode
 
setType(NumericField.DataType) - Method in class org.apache.lucene.queryParser.standard.config.NumericConfig
Sets the numeric type used to index the numeric values
setUseOldRangeQuery(boolean) - Method in class org.apache.lucene.queryParser.standard.QueryParserWrapper
Deprecated.
 
setValue(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
setValue(T) - Method in interface org.apache.lucene.queryParser.core.nodes.ValueQueryNode
 
setValue(Number) - Method in class org.apache.lucene.queryParser.standard.nodes.NumericQueryNode
Sets the numeric value.
setWeight(float) - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
 
SimpleTerm() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
SimpleTerm - Class in org.apache.lucene.queryParser.surround.query
 
SimpleTerm(boolean) - Constructor for class org.apache.lucene.queryParser.surround.query.SimpleTerm
 
SimpleTerm.MatchingTermVisitor - Interface in org.apache.lucene.queryParser.surround.query
 
size() - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
size() - Method in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
SlopQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A SlopQueryNode represents phrase query with a slop.
SlopQueryNode(QueryNode, int) - Constructor for class org.apache.lucene.queryParser.core.nodes.SlopQueryNode
 
SlopQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
This builder basically reads the Query object set on the SlopQueryNode child using QueryTreeBuilder.QUERY_TREE_BUILDER_TAGID and applies the slop value defined in the SlopQueryNode.
SlopQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.SlopQueryNodeBuilder
 
SpanNearClauseFactory - Class in org.apache.lucene.queryParser.surround.query
 
SpanNearClauseFactory(IndexReader, String, BasicQueryFactory) - Constructor for class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory
 
specialConstructor - Variable in exception org.apache.lucene.queryParser.standard.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialConstructor - Variable in exception org.apache.lucene.queryParser.surround.parser.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.standard.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class org.apache.lucene.queryParser.surround.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
splitExtensionField(String, String) - Method in class org.apache.lucene.queryParser.ext.Extensions
Splits a extension field and returns the field / extension part as a Extensions.Pair.
SrndPrefixQuery - Class in org.apache.lucene.queryParser.surround.query
 
SrndPrefixQuery(String, boolean, char) - Constructor for class org.apache.lucene.queryParser.surround.query.SrndPrefixQuery
 
SrndQuery - Class in org.apache.lucene.queryParser.surround.query
 
SrndQuery() - Constructor for class org.apache.lucene.queryParser.surround.query.SrndQuery
 
SrndTermQuery - Class in org.apache.lucene.queryParser.surround.query
 
SrndTermQuery(String, boolean) - Constructor for class org.apache.lucene.queryParser.surround.query.SrndTermQuery
 
SrndTruncQuery - Class in org.apache.lucene.queryParser.surround.query
 
SrndTruncQuery(String, char, char) - Constructor for class org.apache.lucene.queryParser.surround.query.SrndTruncQuery
 
StandardBooleanQueryNode - Class in org.apache.lucene.queryParser.standard.nodes
A StandardBooleanQueryNode has the same behavior as BooleanQueryNode.
StandardBooleanQueryNode(List<QueryNode>, boolean) - Constructor for class org.apache.lucene.queryParser.standard.nodes.StandardBooleanQueryNode
 
StandardBooleanQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
This builder does the same as the BooleanQueryNodeBuilder, but this considers if the built BooleanQuery should have its coord disabled or not.
StandardBooleanQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.StandardBooleanQueryNodeBuilder
 
StandardQueryBuilder - Interface in org.apache.lucene.queryParser.standard.builders
This interface should be implemented by every class that wants to build Query objects from QueryNode objects.
StandardQueryConfigHandler - Class in org.apache.lucene.queryParser.standard.config
This query configuration handler is used for almost every processor defined in the StandardQueryNodeProcessorPipeline processor pipeline.
StandardQueryConfigHandler() - Constructor for class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler
 
StandardQueryConfigHandler.ConfigurationKeys - Class in org.apache.lucene.queryParser.standard.config
 
StandardQueryConfigHandler.ConfigurationKeys() - Constructor for class org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.ConfigurationKeys
 
StandardQueryConfigHandler.Operator - Enum in org.apache.lucene.queryParser.standard.config
 
StandardQueryNodeProcessorPipeline - Class in org.apache.lucene.queryParser.standard.processors
This pipeline has all the processors needed to process a query node tree, generated by StandardSyntaxParser, already assembled.
StandardQueryNodeProcessorPipeline(QueryConfigHandler) - Constructor for class org.apache.lucene.queryParser.standard.processors.StandardQueryNodeProcessorPipeline
 
StandardQueryParser - Class in org.apache.lucene.queryParser.standard
This class is a helper that enables users to easily use the Lucene query parser.
StandardQueryParser() - Constructor for class org.apache.lucene.queryParser.standard.StandardQueryParser
Constructs a StandardQueryParser object.
StandardQueryParser(Analyzer) - Constructor for class org.apache.lucene.queryParser.standard.StandardQueryParser
Constructs a StandardQueryParser object and sets an Analyzer to it.
StandardQueryTreeBuilder - Class in org.apache.lucene.queryParser.standard.builders
This query tree builder only defines the necessary map to build a Query tree object.
StandardQueryTreeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.StandardQueryTreeBuilder
 
StandardSyntaxParser - Class in org.apache.lucene.queryParser.standard.parser
 
StandardSyntaxParser() - Constructor for class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
 
StandardSyntaxParser(InputStream) - Constructor for class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Constructor with InputStream.
StandardSyntaxParser(InputStream, String) - Constructor for class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Constructor with InputStream and supplied encoding
StandardSyntaxParser(Reader) - Constructor for class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Constructor.
StandardSyntaxParser(StandardSyntaxParserTokenManager) - Constructor for class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Constructor with generated Token Manager.
StandardSyntaxParserConstants - Interface in org.apache.lucene.queryParser.standard.parser
Token literal values and constants.
StandardSyntaxParserTokenManager - Class in org.apache.lucene.queryParser.standard.parser
Token Manager.
StandardSyntaxParserTokenManager(JavaCharStream) - Constructor for class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Constructor.
StandardSyntaxParserTokenManager(JavaCharStream, int) - Constructor for class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Constructor.
staticFlag - Static variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
Whether parser is static.
StringUtils - Class in org.apache.lucene.queryParser.core.util
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
StringUtils() - Constructor for class org.apache.lucene.queryParser.core.util.StringUtils
 
subList(int, int) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
subQueriesOrdered() - Method in class org.apache.lucene.queryParser.surround.query.DistanceQuery
 
subSequence(int, int) - Method in class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
 
SUFFIXTERM - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
suffixToString(StringBuilder) - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
 
suffixToString(StringBuilder) - Method in class org.apache.lucene.queryParser.surround.query.SrndPrefixQuery
 
SwitchTo(int) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class org.apache.lucene.queryParser.surround.parser.QueryParserTokenManager
Switch to specified lex state.
SyntaxParser - Interface in org.apache.lucene.queryParser.core.parser
A parser needs to implement SyntaxParser interface

T

tabSize - Variable in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 
TAG_ID - Static variable in interface org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttribute
Deprecated.
 
TAG_ID - Static variable in class org.apache.lucene.queryParser.standard.processors.MultiTermRewriteMethodProcessor
 
Term(CharSequence) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
 
TERM - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
TERM - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
TermRangeQueryNode - Class in org.apache.lucene.queryParser.standard.nodes
This query node represents a range query composed by FieldQueryNode bounds, which means the bound values are strings.
TermRangeQueryNode(FieldQueryNode, FieldQueryNode, boolean, boolean) - Constructor for class org.apache.lucene.queryParser.standard.nodes.TermRangeQueryNode
Constructs a TermRangeQueryNode object using the given FieldQueryNode as its bounds.
TermRangeQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds a TermRangeQuery object from a TermRangeQueryNode object.
TermRangeQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.TermRangeQueryNodeBuilder
 
text - Variable in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
The term's text.
TextableQueryNode - Interface in org.apache.lucene.queryParser.core.nodes
 
theEmptyLcnQuery - Static variable in class org.apache.lucene.queryParser.surround.query.SrndQuery
 
toArray(T[]) - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
toArray() - Method in class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
 
toDigitString() - Method in enum org.apache.lucene.queryParser.core.nodes.ModifierQueryNode.Modifier
 
token - Variable in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Current token.
Token - Class in org.apache.lucene.queryParser.standard.parser
Describes the input token stream.
Token() - Constructor for class org.apache.lucene.queryParser.standard.parser.Token
No-argument constructor
Token(int) - Constructor for class org.apache.lucene.queryParser.standard.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.lucene.queryParser.standard.parser.Token
Constructs a new token for the specified Image and Kind.
token - Variable in class org.apache.lucene.queryParser.surround.parser.QueryParser
Current token.
Token - Class in org.apache.lucene.queryParser.surround.parser
Describes the input token stream.
Token() - Constructor for class org.apache.lucene.queryParser.surround.parser.Token
No-argument constructor
Token(int) - Constructor for class org.apache.lucene.queryParser.surround.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.lucene.queryParser.surround.parser.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
Generated Token Manager.
token_source - Variable in class org.apache.lucene.queryParser.surround.parser.QueryParser
Generated Token Manager.
tokenImage - Variable in exception org.apache.lucene.queryParser.standard.parser.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.standard.parser.StandardSyntaxParserConstants
Literal token values.
tokenImage - Variable in exception org.apache.lucene.queryParser.surround.parser.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.surround.parser.QueryParserConstants
Literal token values.
TokenizedPhraseQueryNode - Class in org.apache.lucene.queryParser.core.nodes
A TokenizedPhraseQueryNode represents a node created by a code that tokenizes/lemmatizes/analyzes.
TokenizedPhraseQueryNode() - Constructor for class org.apache.lucene.queryParser.core.nodes.TokenizedPhraseQueryNode
 
TokenMgrError - Error in org.apache.lucene.queryParser.standard.parser
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.lucene.queryParser.standard.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.apache.lucene.queryParser.standard.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.lucene.queryParser.standard.parser.TokenMgrError
Full Constructor.
TokenMgrError - Error in org.apache.lucene.queryParser.surround.parser
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.lucene.queryParser.surround.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.apache.lucene.queryParser.surround.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.lucene.queryParser.surround.parser.TokenMgrError
Full Constructor.
toLargeString() - Method in enum org.apache.lucene.queryParser.core.nodes.ModifierQueryNode.Modifier
 
toLowerCase(CharSequence) - Static method in class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
 
TOO_MANY_BOOLEAN_CLAUSES - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
TooManyBasicQueries - Exception in org.apache.lucene.queryParser.surround.query
 
TooManyBasicQueries(int) - Constructor for exception org.apache.lucene.queryParser.surround.query.TooManyBasicQueries
 
TopLevelQuery(CharSequence) - Method in class org.apache.lucene.queryParser.standard.parser.StandardSyntaxParser
 
TopSrndQuery() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.AndQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.AnyQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.BooleanQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.BoostQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.DeletedQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.FuzzyQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.GroupQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.MatchAllDocsQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.ModifierQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.NoTokenFoundQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.OpaqueQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.OrQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.ParametricQueryNode
Deprecated.
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.PhraseSlopQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
convert to a query string understood by the query parser
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.QuotedFieldQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.SlopQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.core.nodes.TokenizedPhraseQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.standard.nodes.AbstractRangeQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.standard.nodes.MultiPhraseQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.standard.nodes.NumericQueryNode
 
toQueryString(EscapeQuerySyntax) - Method in class org.apache.lucene.queryParser.standard.nodes.WildcardQueryNode
 
toQueryStringIgnoreFields - Variable in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
If set to true the the method toQueryString will not write field names
toString() - Method in class org.apache.lucene.messages.MessageImpl
Deprecated.
 
toString() - Method in class org.apache.lucene.queryParser.core.config.FieldConfig
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.AndQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.AnyQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.BooleanQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.BoostQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.DeletedQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.FieldQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.FuzzyQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.GroupQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.MatchAllDocsQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.MatchNoDocsQueryNode
 
toString() - Method in enum org.apache.lucene.queryParser.core.nodes.ModifierQueryNode.Modifier
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.ModifierQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.NoTokenFoundQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.OpaqueQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.OrQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricQueryNode
Deprecated.
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode.QueryText
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.PathQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.PhraseSlopQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode
 
toString() - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
for printing
toString() - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
Every implementation of this class should return pseudo xml like this: For FieldQueryNode:
toString() - Method in class org.apache.lucene.queryParser.core.nodes.QuotedFieldQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.SlopQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.core.nodes.TokenizedPhraseQueryNode
 
toString() - Method in exception org.apache.lucene.queryParser.core.QueryNodeException
 
toString(Object) - Static method in class org.apache.lucene.queryParser.core.util.StringUtils
 
toString() - Method in class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl
Deprecated.
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
Deprecated.
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.BoostAttributeImpl
Deprecated.
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl
Deprecated.
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl
Deprecated.
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl
Deprecated.
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl
Deprecated.
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl
Deprecated.
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
Deprecated.
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.LocaleAttributeImpl
Deprecated.
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
Deprecated.
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl
Deprecated.
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttributeImpl
Deprecated.
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.PositionIncrementsAttributeImpl
Deprecated.
 
toString() - Method in class org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl
Deprecated.
 
toString() - Method in class org.apache.lucene.queryParser.standard.nodes.MultiPhraseQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.standard.nodes.NumericQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.standard.nodes.NumericRangeQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.standard.nodes.PrefixWildcardQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.standard.nodes.RangeQueryNode
Deprecated.
 
toString() - Method in class org.apache.lucene.queryParser.standard.nodes.WildcardQueryNode
 
toString() - Method in class org.apache.lucene.queryParser.standard.parser.Token
Returns the image.
toString() - Method in class org.apache.lucene.queryParser.standard.StandardQueryParser
 
toString() - Method in class org.apache.lucene.queryParser.surround.parser.Token
Returns the image.
toString() - Method in class org.apache.lucene.queryParser.surround.query.ComposedQuery
 
toString() - Method in class org.apache.lucene.queryParser.surround.query.FieldsQuery
 
toString() - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
 
toString() - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
 
toStringEscaped() - Method in class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
Return a escaped String
toStringEscaped(char[]) - Method in class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
Return a escaped String
toStringUnquoted() - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
 
toStringUnquoted() - Method in class org.apache.lucene.queryParser.surround.query.SrndPrefixQuery
 
toStringUnquoted() - Method in class org.apache.lucene.queryParser.surround.query.SrndTermQuery
 
toStringUnquoted() - Method in class org.apache.lucene.queryParser.surround.query.SrndTruncQuery
 
truncatedToPrefixAndPattern() - Method in class org.apache.lucene.queryParser.surround.query.SrndTruncQuery
 
TRUNCQUOTED - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
TRUNCTERM - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.

U

UnescapedCharSequence - Class in org.apache.lucene.queryParser.core.util
CharsSequence with escaped chars information.
UnescapedCharSequence(char[], boolean[], int, int) - Constructor for class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
Create a escaped CharSequence
UnescapedCharSequence(CharSequence) - Constructor for class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
Create a non-escaped CharSequence
unset(ConfigurationKey<T>) - Method in class org.apache.lucene.queryParser.core.config.AbstractQueryConfig
Unsets the given key and its value.
unsetTag(String) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
Unset a tag.
unsetTag(CharSequence) - Method in interface org.apache.lucene.queryParser.core.nodes.QueryNode
Deprecated.
unsetTag(String) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
 
unsetTag(CharSequence) - Method in class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
UNSUPPORTED_NUMERIC_DATA_TYPE - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
UpdateLineColumn(char) - Method in class org.apache.lucene.queryParser.standard.parser.JavaCharStream
 

V

valueOf(String) - Static method in enum org.apache.lucene.queryParser.core.nodes.ModifierQueryNode.Modifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.queryParser.core.nodes.ParametricQueryNode.CompareOperator
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.queryParser.core.nodes.ProximityQueryNode.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.queryParser.core.parser.EscapeQuerySyntax.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.queryParser.standard.config.DefaultOperatorAttribute.Operator
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.queryParser.standard.QueryParserWrapper.Operator
Deprecated.
Returns the enum constant of this type with the specified name.
ValueQueryNode<T> - Interface in org.apache.lucene.queryParser.core.nodes
This interface should be implemented by a QueryNode that holds an arbitrary value.
values() - Static method in enum org.apache.lucene.queryParser.core.nodes.ModifierQueryNode.Modifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.queryParser.core.nodes.ParametricQueryNode.CompareOperator
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.queryParser.core.nodes.ProximityQueryNode.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.queryParser.core.parser.EscapeQuerySyntax.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.queryParser.standard.config.DefaultOperatorAttribute.Operator
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.queryParser.standard.QueryParserWrapper.Operator
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
visitMatchingTerm(Term) - Method in interface org.apache.lucene.queryParser.surround.query.SimpleTerm.MatchingTermVisitor
 
visitMatchingTerms(IndexReader, String, SimpleTerm.MatchingTermVisitor) - Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
 
visitMatchingTerms(IndexReader, String, SimpleTerm.MatchingTermVisitor) - Method in class org.apache.lucene.queryParser.surround.query.SrndPrefixQuery
 
visitMatchingTerms(IndexReader, String, SimpleTerm.MatchingTermVisitor) - Method in class org.apache.lucene.queryParser.surround.query.SrndTermQuery
 
visitMatchingTerms(IndexReader, String, SimpleTerm.MatchingTermVisitor) - Method in class org.apache.lucene.queryParser.surround.query.SrndTruncQuery
 

W

W - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
wasEscaped(int) - Method in class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
 
wasEscaped(CharSequence, int) - Static method in class org.apache.lucene.queryParser.core.util.UnescapedCharSequence
 
weightToString(StringBuilder) - Method in class org.apache.lucene.queryParser.surround.query.SrndQuery
 
WILDCARD_NOT_SUPPORTED - Static variable in class org.apache.lucene.queryParser.core.messages.QueryParserMessages
 
WildcardQueryNode - Class in org.apache.lucene.queryParser.standard.nodes
A WildcardQueryNode represents wildcard query This does not apply to phrases.
WildcardQueryNode(CharSequence, CharSequence, int, int) - Constructor for class org.apache.lucene.queryParser.standard.nodes.WildcardQueryNode
 
WildcardQueryNode(FieldQueryNode) - Constructor for class org.apache.lucene.queryParser.standard.nodes.WildcardQueryNode
 
WildcardQueryNodeBuilder - Class in org.apache.lucene.queryParser.standard.builders
Builds a WildcardQuery object from a WildcardQueryNode object.
WildcardQueryNodeBuilder() - Constructor for class org.apache.lucene.queryParser.standard.builders.WildcardQueryNodeBuilder
 
WildcardQueryNodeProcessor - Class in org.apache.lucene.queryParser.standard.processors
The StandardSyntaxParser creates PrefixWildcardQueryNode nodes which have values containing the prefixed wildcard.
WildcardQueryNodeProcessor() - Constructor for class org.apache.lucene.queryParser.standard.processors.WildcardQueryNodeProcessor
 
WQuery() - Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
 

_

_DISTOP_NUM - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
_ESCAPED_CHAR - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
_NUM_CHAR - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
_NUM_CHAR - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
_ONE_CHAR - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
_QUOTED_CHAR - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
_STAR - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
_TERM_CHAR - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
_TERM_CHAR - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
_TERM_START_CHAR - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
_WHITESPACE - Static variable in interface org.apache.lucene.queryParser.standard.parser.StandardSyntaxParserConstants
RegularExpression Id.
_WHITESPACE - Static variable in interface org.apache.lucene.queryParser.surround.parser.QueryParserConstants
RegularExpression Id.
A B C D E F G H I J K L M N O P Q R S T U V W _