Package | Description |
---|---|
org.apache.lucene.queryParser.core.nodes |
Contains query nodes that are commonly used by query parser implementations
|
Modifier and Type | Class | Description |
---|---|---|
class |
MatchNoDocsQueryNode |
A
MatchNoDocsQueryNode indicates that a query node tree or subtree
will not match any documents if executed in the index. |
class |
NoTokenFoundQueryNode |
A
NoTokenFoundQueryNode is used if a term is convert into no tokens
by the tokenizer/lemmatizer/analyzer (null). |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.