Uses of Class
org.apache.lucene.monitor.QueryTree
-
Uses of QueryTree in org.apache.lucene.monitor
Methods in org.apache.lucene.monitor that return QueryTreeModifier and TypeMethodDescriptionstatic QueryTree
Returns a leaf node that will match any documentstatic QueryTree
QueryTree.conjunction
(List<Function<TermWeightor, QueryTree>> children, TermWeightor weightor) Returns a conjunction of a set of child nodesstatic QueryTree
QueryTree.disjunction
(List<Function<TermWeightor, QueryTree>> children, TermWeightor weightor) Returns a disjunction of a set of child nodesCustomQueryHandler.handleQuery
(Query query, TermWeightor termWeightor) Builds aQueryTree
node from a queryRegexpQueryHandler.handleQuery
(Query q, TermWeightor termWeightor) static QueryTree
Returns a leaf node for a particular term and weightstatic QueryTree
Returns a leaf node for a particular term and weightstatic QueryTree
QueryTree.term
(Term term, TermWeightor weightor) Returns a leaf node for a particular termMethods in org.apache.lucene.monitor with parameters of type QueryTreeModifier and TypeMethodDescriptionMultipassTermFilteredPresearcher.buildQueryDocument
(QueryTree querytree) protected Document
TermFilteredPresearcher.buildQueryDocument
(QueryTree querytree) Builds aDocument
from the terms extracted from a queryprotected Map
<String, BytesRefHash> TermFilteredPresearcher.collectTerms
(QueryTree querytree) Collects terms from aQueryTree
and maps them per-fieldMethod parameters in org.apache.lucene.monitor with type arguments of type QueryTreeModifier and TypeMethodDescriptionstatic QueryTree
QueryTree.conjunction
(List<Function<TermWeightor, QueryTree>> children, TermWeightor weightor) Returns a conjunction of a set of child nodesstatic QueryTree
QueryTree.disjunction
(List<Function<TermWeightor, QueryTree>> children, TermWeightor weightor) Returns a disjunction of a set of child nodes