Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.lucene.queryparser.flexible.core Classes and Interfaces - 54 results found.
NameDescriptionTypePackageFramework
AbstractQueryConfig This class is the base of QueryConfigHandler and FieldConfig.Classorg.apache.lucene.queryparser.flexible.core.configApache Lucene
AndQueryNodeClassorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
AnyQueryNodeClassorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
BooleanQueryNodeA BooleanQueryNode represents a list of elements which do not have an explicit boolean operator defined between them.Classorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
BoostQueryNodeA BoostQueryNode boosts the QueryNode tree which is under this node.Classorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
ConfigurationKeyAn instance of this class represents a key that is used to retrieve a value from AbstractQueryConfig.Classorg.apache.lucene.queryparser.flexible.core.configApache Lucene
DeletedQueryNodeA DeletedQueryNode represents a node that was deleted from the query node tree.Classorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
EscapeQuerySyntaxA parser needs to implement EscapeQuerySyntax to allow the QueryNode to escape the queries, when the toQueryString method is called.Interfaceorg.apache.lucene.queryparser.flexible.core.parserApache Lucene
EscapeQuerySyntax .TypeType of escaping: String for escaping syntax, NORMAL for escaping reserved words (like AND) in termsClassorg.apache.lucene.queryparser.flexible.core.parser.EscapeQuerySyntaxApache Lucene
FieldableNodeA query node implements FieldableNode interface to indicate that its children and itself are associated to a specific field.Interfaceorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
FieldConfigThis class represents a field configuration.Classorg.apache.lucene.queryparser.flexible.core.configApache Lucene
FieldConfigListenerThis interface should be implemented by classes that wants to listen for field configuration requests.Interfaceorg.apache.lucene.queryparser.flexible.core.configApache Lucene
FieldQueryNodeClassorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
FieldValuePairQueryNodeThis interface should be implemented by QueryNode that holds a field and an arbitrary value.Interfaceorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
FuzzyQueryNodeA FuzzyQueryNode represents a element that contains field/text/similarity tupleClassorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
GroupQueryNodeA GroupQueryNode represents a location where the original user typed real parenthesis on the query string.Classorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
MatchAllDocsQueryNodeA MatchAllDocsQueryNode indicates that a query node tree or subtree will match all documents if executed in the index.Classorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
MatchNoDocsQueryNodeA MatchNoDocsQueryNode indicates that a query node tree or subtree will not match any documents if executed in the index.Classorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
ModifierQueryNodeA ModifierQueryNode indicates the modifier value (+,-,?,NONE) for each term on the query string.Classorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
ModifierQueryNode .ModifierClassorg.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNodeApache Lucene
NoChildOptimizationQueryNodeProcessor A NoChildOptimizationQueryNodeProcessor removes every BooleanQueryNode, BoostQueryNode, TokenizedPhraseQueryNode orClassorg.apache.lucene.queryparser.flexible.core.processorsApache Lucene
NoTokenFoundQueryNodeA NoTokenFoundQueryNode is used if a term is convert into no tokens by the tokenizer/lemmatizer/analyzer (null).Classorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
OpaqueQueryNodeA OpaqueQueryNode is used for specify values that are not supposed to be parsed by the parser.Classorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
OrQueryNodeClassorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
PathQueryNodeA PathQueryNode is used to store queries like /company/USA/California /product/shoes/brown.Classorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
PathQueryNode .QueryTextClassorg.apache.lucene.queryparser.flexible.core.nodes.PathQueryNodeApache Lucene
PhraseSlopQueryNodeQuery node for PhraseQuery's slop factor.Classorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
ProximityQueryNodeA ProximityQueryNode represents a query where the terms should meet specific distance conditions.Classorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
ProximityQueryNode .ProximityTypeClassorg.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNodeApache Lucene
ProximityQueryNode .TypeClassorg.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNodeApache Lucene
QueryBuilderThis interface is used by implementors classes that builds some kind of object from a query tree.Interfaceorg.apache.lucene.queryparser.flexible.core.buildersApache Lucene
QueryConfigHandlerThis class can be used to hold any query configuration and no field configuration.Classorg.apache.lucene.queryparser.flexible.core.configApache Lucene
QueryNodeInterfaceorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
QueryNodeErrorClassorg.apache.lucene.queryparser.flexible.coreApache Lucene
QueryNodeException This exception should be thrown if something wrong happens when dealing with It also supports NLS messages.Classorg.apache.lucene.queryparser.flexible.coreApache Lucene
QueryNodeImplClassorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
QueryNodeOperationAllow joining 2 QueryNode Trees, into one.Classorg.apache.lucene.queryparser.flexible.core.utilApache Lucene
QueryNodeParseExceptionThis should be thrown when an exception happens during the query parsing from string to the query node tree.Classorg.apache.lucene.queryparser.flexible.coreApache Lucene
QueryNodeProcessorA QueryNodeProcessor is an interface for classes that process a The implementor of this class should perform some operation on a query nodeInterfaceorg.apache.lucene.queryparser.flexible.core.processorsApache Lucene
QueryNodeProcessorImpl This is a default implementation for the QueryNodeProcessor interface, it's an abstract class, so it should be extended by classes thatClassorg.apache.lucene.queryparser.flexible.core.processorsApache Lucene
QueryNodeProcessorPipelineA QueryNodeProcessorPipeline class should be used to build a query node processor pipeline.Classorg.apache.lucene.queryparser.flexible.core.processorsApache Lucene
QueryParserHelperThis class is a helper for the query parser framework, it does all the three query parser phrases at once: text parsing, query processing and queryClassorg.apache.lucene.queryparser.flexible.coreApache Lucene
QueryParserMessagesClassorg.apache.lucene.queryparser.flexible.core.messagesApache Lucene
QueryTreeBuilderThis class should be used when there is a builder for each type of node.Classorg.apache.lucene.queryparser.flexible.core.buildersApache Lucene
QuotedFieldQueryNodeA QuotedFieldQueryNode represents phrase query.Classorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
RangeQueryNodeThis interface should be implemented by a QueryNode that represents some kind of range query.Interfaceorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
RemoveDeletedQueryNodesProcessorA QueryNodeProcessorPipeline class removes every instance of DeletedQueryNode from a query node tree.Classorg.apache.lucene.queryparser.flexible.core.processorsApache Lucene
SlopQueryNodeA SlopQueryNode represents phrase query with a slop.Classorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
StringUtilsClassorg.apache.lucene.queryparser.flexible.core.utilApache Lucene
SyntaxParserInterfaceorg.apache.lucene.queryparser.flexible.core.parserApache Lucene
TextableQueryNodeInterfaceorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
TokenizedPhraseQueryNodeA TokenizedPhraseQueryNode represents a node created by a code that tokenizes/lemmatizes/analyzes.Classorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene
UnescapedCharSequenceCharsSequence with escaped chars information.Classorg.apache.lucene.queryparser.flexible.core.utilApache Lucene
ValueQueryNodeInterfaceorg.apache.lucene.queryparser.flexible.core.nodesApache Lucene