Home » lucene-3.0.1-src » org.apache » lucene » queryParser » core » nodes »

org.apache.lucene.queryParser.core.nodes

Interfaces:

FieldableNode   A query node implements FieldableNode interface to indicate that its children and itself are associated to a specific field.  code | html
QueryNode   A QueryNode is a interface implemented by all nodes on a QueryNode tree.  code | html
TextableQueryNode     code | html

Abstract Classes:

QueryNodeImpl   A QueryNodeImpl is the default implementation of the interface QueryNode   code | html

Classes:

ModifierQueryNode.Modifier     code | html
ParametricQueryNode.CompareOperator     code | html
ProximityQueryNode.Type     code | html
AndQueryNode   A AndQueryNode represents an AND boolean operation performed on a list of nodes.  code | html
AnyQueryNode   A AnyQueryNode represents an ANY operator performed on a list of nodes.  code | html
BooleanQueryNode   A BooleanQueryNode represents a list of elements which do not have an explicit boolean operator defined between them.  code | html
BoostQueryNode   A BoostQueryNode boosts the QueryNode tree which is under this node.  code | html
DeletedQueryNode   A DeletedQueryNode represents a node that was deleted from the query node tree.  code | html
FieldQueryNode   A FieldQueryNode represents a element that contains field/text tuple  code | html
FuzzyQueryNode   A FuzzyQueryNode represents a element that contains field/text/similarity tuple  code | html
GroupQueryNode   A GroupQueryNode represents a location where the original user typed real parenthesis on the query string.  code | html
MatchAllDocsQueryNode   A MatchAllDocsQueryNode indicates that a query node tree or subtree will match all documents if executed in the index.  code | html
MatchNoDocsQueryNode   A MatchNoDocsQueryNode indicates that a query node tree or subtree will not match any documents if executed in the index.  code | html
ModifierQueryNode   A ModifierQueryNode indicates the modifier value (+,-,?,NONE) for each term on the query string.  code | html
NoTokenFoundQueryNode   A NoTokenFoundQueryNode is used if a term is convert into no tokens by the tokenizer/lemmatizer/analyzer (null).  code | html
OpaqueQueryNode   A OpaqueQueryNode is used for specify values that are not supposed to be parsed by the parser.  code | html
OrQueryNode   A OrQueryNode represents an OR boolean operation performed on a list of nodes.  code | html
ParametricQueryNode   A ParametricQueryNode represents LE, LT, GE, GT, EQ, NE query.  code | html
ParametricRangeQueryNode   A ParametricRangeQueryNode represents LE, LT, GE, GT, EQ, NE query.  code | html
PathQueryNode   A PathQueryNode is used to store queries like /company/USA/California /product/shoes/brown.  code | html
PathQueryNode.QueryText     code | html
PhraseSlopQueryNode   Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  code | html
ProximityQueryNode   A ProximityQueryNode represents a query where the terms should meet specific distance conditions.  code | html
ProximityQueryNode.ProximityType     code | html
QuotedFieldQueryNode   A QuotedFieldQueryNode represents phrase query.  code | html
SlopQueryNode   A SlopQueryNode represents phrase query with a slop.  code | html
TokenizedPhraseQueryNode   A TokenizedPhraseQueryNode represents a node created by a code that tokenizes/lemmatizes/analyzes.  code | html