Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.lucene.queryparser.flexible.standard Classes and Interfaces - 71 results found.
NameDescriptionTypePackageFramework
AbstractRangeQueryNodeThis class should be extended by nodes intending to represent range queries.Classorg.apache.lucene.queryparser.flexible.standard.nodesApache Lucene
AllowLeadingWildcardProcessorThis processor verifies if StandardQueryConfigHandler.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
AnalyzerQueryNodeProcessorThis processor verifies if StandardQueryConfigHandler.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
AnyQueryNodeBuilderBuilds a BooleanQuery of SHOULD clauses, possibly with some minimum number to match.Classorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
BooleanModifierNodeA BooleanModifierNode has the same behaviour as ModifierQueryNode, it only indicates that this modifier was added byClassorg.apache.lucene.queryparser.flexible.standard.nodesApache Lucene
BooleanQuery2ModifierNodeProcessor This processor is used to apply the correct ModifierQueryNode to BooleanQueryNodes children.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
BooleanQueryNodeBuilderBuilds a BooleanQuery object from a BooleanQueryNode object.Classorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
BooleanSingleChildOptimizationQueryNodeProcessorThis processor removes every BooleanQueryNode that contains only one child and returns this child.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
BoostQueryNodeBuilderThis builder basically reads the Query object set on the BoostQueryNode child usingClassorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
BoostQueryNodeProcessorThis processor iterates the query node tree looking for every FieldableNode that has StandardQueryConfigHandler.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
CharStreamThis interface describes a character stream that maintains line and column number positions of the characters.Interfaceorg.apache.lucene.queryparser.flexible.standard.parserApache Lucene
CommonQueryParserConfigurationConfiguration options common across queryparser implementations.Interfaceorg.apache.lucene.queryparser.flexible.standardApache Lucene
DefaultPhraseSlopQueryNodeProcessorThis processor verifies if StandardQueryConfigHandler.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
DummyQueryNodeBuilderThis builder does nothing.Classorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
EscapeQuerySyntaxImplClassorg.apache.lucene.queryparser.flexible.standard.parserApache Lucene
FastCharStreamAn efficient implementation of JavaCC's CharStream interface.Classorg.apache.lucene.queryparser.flexible.standard.parserApache Lucene
FieldBoostMapFCListenerThis listener listens for every field configuration request and assign a StandardQueryConfigHandler.Classorg.apache.lucene.queryparser.flexible.standard.configApache Lucene
FieldDateResolutionFCListenerThis listener listens for every field configuration request and assign a StandardQueryConfigHandler.Classorg.apache.lucene.queryparser.flexible.standard.configApache Lucene
FieldQueryNodeBuilderBuilds a TermQuery object from a FieldQueryNode object.Classorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
FuzzyConfigClassorg.apache.lucene.queryparser.flexible.standard.configApache Lucene
FuzzyQueryNodeBuilderBuilds a FuzzyQuery object from a FuzzyQueryNode object.Classorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
FuzzyQueryNodeProcessorThis processor iterates the query node tree looking for every FuzzyQueryNode, when this kind of node is found, it checks on theClassorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
GroupQueryNodeBuilderBuilds no object, it only returns the Query object set on the GroupQueryNode object using aClassorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
GroupQueryNodeProcessor generates query node trees that consider the boolean operator precedence, but Lucene current syntax does not support boolean precedence, so this processorClassorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
LowercaseExpandedTermsQueryNodeProcessorThis processor verifies if StandardQueryConfigHandler.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
MatchAllDocsQueryNodeBuilderBuilds a MatchAllDocsQuery object from a MatchAllDocsQueryNode object.Classorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
MatchAllDocsQueryNodeProcessorThis processor converts every WildcardQueryNode that is *:* to MatchAllDocsQueryNode.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
MatchNoDocsQueryNodeBuilderBuilds a MatchNoDocsQuery object from a MatchNoDocsQueryNode object.Classorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
ModifierQueryNodeBuilderBuilds no object, it only returns the Query object set on the ModifierQueryNode object using aClassorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
MultiFieldQueryNodeProcessorThis processor is used to expand terms so the query looks for the same term in different fields.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
MultiPhraseQueryNodeA MultiPhraseQueryNode indicates that its children should be used to build a MultiPhraseQuery instead of PhraseQuery.Classorg.apache.lucene.queryparser.flexible.standard.nodesApache Lucene
MultiPhraseQueryNodeBuilderClassorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
MultiTermRewriteMethodProcessorThis processor instates the default MultiTermQuery.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
NumberDateFormatThis Format parses Long into date strings and vice-versa.Classorg.apache.lucene.queryparser.flexible.standard.configApache Lucene
NumericConfigThis class holds the configuration used to parse numeric queries and create NumericRangeQuerys.Classorg.apache.lucene.queryparser.flexible.standard.configApache Lucene
NumericFieldConfigListenerThis listener is used to listen to FieldConfig requests in QueryConfigHandler and add StandardQueryConfigHandler.Classorg.apache.lucene.queryparser.flexible.standard.configApache Lucene
NumericQueryNodeThis query node represents a field query that holds a numeric value.Classorg.apache.lucene.queryparser.flexible.standard.nodesApache Lucene
NumericQueryNodeProcessorThis processor is used to convert FieldQueryNodes to NumericRangeQueryNodes.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
NumericRangeQueryNodeThis query node represents a range query composed by NumericQueryNode bounds, which means the bound values are Numbers.Classorg.apache.lucene.queryparser.flexible.standard.nodesApache Lucene
NumericRangeQueryNodeBuilderBuilds NumericRangeQuerys out of NumericRangeQueryNodes.Classorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
NumericRangeQueryNodeProcessorThis processor is used to convert TermRangeQueryNodes to NumericRangeQueryNodes.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
OpenRangeQueryNodeProcessorProcesses TermRangeQuerys with open ranges.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
ParseExceptionThis exception is thrown when parse errors are encountered.Classorg.apache.lucene.queryparser.flexible.standard.parserApache Lucene
PhraseQueryNodeBuilderClassorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
PhraseSlopQueryNodeProcessorThis processor removes invalid SlopQueryNode objects in the query node tree.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
PrefixWildcardQueryNodeA PrefixWildcardQueryNode represents wildcardquery that matches abc* or *.Classorg.apache.lucene.queryparser.flexible.standard.nodesApache Lucene
PrefixWildcardQueryNodeBuilderClassorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
QueryParserUtilClassorg.apache.lucene.queryparser.flexible.standardApache Lucene
RegexpQueryNodeBuilderBuilds a RegexpQuery object from a RegexpQueryNode object.Classorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
RemoveEmptyNonLeafQueryNodeProcessorThis processor removes every QueryNode that is not a leaf and has not children.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
SlopQueryNodeBuilderThis builder basically reads the Query object set on the SlopQueryNode child usingClassorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
StandardBooleanQueryNodeA StandardBooleanQueryNode has the same behavior as BooleanQueryNode.Classorg.apache.lucene.queryparser.flexible.standard.nodesApache Lucene
StandardBooleanQueryNodeBuilderThis builder does the same as the BooleanQueryNodeBuilder, but this considers if the built BooleanQuery should have its coord disabled orClassorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
StandardQueryBuilderThis interface should be implemented by every class that wants to build Query objects from QueryNode objects.Interfaceorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
StandardQueryConfigHandlerThis query configuration handler is used for almost every processor defined in the StandardQueryNodeProcessorPipeline processor pipeline.Classorg.apache.lucene.queryparser.flexible.standard.configApache Lucene
StandardQueryConfigHandler .ConfigurationKeysClassorg.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandlerApache Lucene
StandardQueryConfigHandler .OperatorClassorg.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandlerApache Lucene
StandardQueryNodeProcessorPipelineThis pipeline has all the processors needed to process a query node tree, generated by StandardSyntaxParser, already assembled.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
StandardQueryParserThis class is a helper that enables users to easily use the Lucene query To construct a Query object from a query string, use theClassorg.apache.lucene.queryparser.flexible.standardApache Lucene
StandardQueryTreeBuilderThis query tree builder only defines the necessary map to build a Query tree object.Classorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
StandardSyntaxParserClassorg.apache.lucene.queryparser.flexible.standard.parserApache Lucene
StandardSyntaxParserConstantsToken literal values and constants.Interfaceorg.apache.lucene.queryparser.flexible.standard.parserApache Lucene
StandardSyntaxParserTokenManagerClassorg.apache.lucene.queryparser.flexible.standard.parserApache Lucene
TermRangeQueryNodeThis query node represents a range query composed by FieldQueryNode bounds, which means the bound values are strings.Classorg.apache.lucene.queryparser.flexible.standard.nodesApache Lucene
TermRangeQueryNodeBuilderClassorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
TermRangeQueryNodeProcessorThis processors process TermRangeQueryNodes.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
TokenDescribes the input token stream.Classorg.apache.lucene.queryparser.flexible.standard.parserApache Lucene
TokenMgrErrorToken Manager Error.Classorg.apache.lucene.queryparser.flexible.standard.parserApache Lucene
WildcardQueryNodeA WildcardQueryNode represents wildcard query This does not apply to phrases.Classorg.apache.lucene.queryparser.flexible.standard.nodesApache Lucene
WildcardQueryNodeBuilderClassorg.apache.lucene.queryparser.flexible.standard.buildersApache Lucene
WildcardQueryNodeProcessorThe StandardSyntaxParser creates PrefixWildcardQueryNode nodes which have values containing the prefixed wildcard.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene