Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.core.nodes |
Query nodes commonly used by query parser implementations.
|
Modifier and Type | Class and 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-2019 Apache Software Foundation. All Rights Reserved.