Uses of Class
org.apache.lucene.monitor.QueryTree
Packages that use QueryTree
-
Uses of QueryTree in org.apache.lucene.monitor
Subclasses of QueryTree in org.apache.lucene.monitorModifier and TypeClassDescriptionprivate static classprivate static classFields in org.apache.lucene.monitor with type parameters of type QueryTreeModifier and TypeFieldDescription(package private) final List<Function<TermWeightor, QueryTree>> QueryAnalyzer.QueryBuilder.childrenQueryTree.ConjunctionQueryTree.childrenQueryTree.DisjunctionQueryTree.childrenprivate static final Comparator<QueryTree> QueryTree.ConjunctionQueryTree.COMPARATORprivate final BiFunction<Query, TermWeightor, QueryTree> QueryAnalyzer.unknownQueryMapperMethods in org.apache.lucene.monitor that return QueryTreeModifier and TypeMethodDescriptionstatic QueryTreeReturns a leaf node that will match any documentQueryAnalyzer.Disjunction.apply(TermWeightor termWeightor) QueryAnalyzer.QueryBuilder.apply(TermWeightor termWeightor) (package private) QueryTreeQueryAnalyzer.buildTree(Query luceneQuery, TermWeightor weightor) Create aQueryTreefrom a passed in Query or Filterstatic QueryTreeQueryTree.conjunction(List<Function<TermWeightor, QueryTree>> children, TermWeightor weightor) Returns a conjunction of a set of child nodes(package private) static QueryTreeQueryTree.conjunction(QueryTree... children) static QueryTreeQueryTree.disjunction(List<Function<TermWeightor, QueryTree>> children, TermWeightor weightor) Returns a disjunction of a set of child nodes(package private) static QueryTreeQueryTree.disjunction(QueryTree... children) CustomQueryHandler.handleQuery(Query query, TermWeightor termWeightor) Builds aQueryTreenode from a queryRegexpQueryHandler.handleQuery(Query q, TermWeightor termWeightor) static QueryTreeReturns a leaf node for a particular term and weightstatic QueryTreeReturns a leaf node for a particular term and weightstatic QueryTreeQueryTree.term(Term term, TermWeightor weightor) Returns a leaf node for a particular termMethods in org.apache.lucene.monitor that return types with arguments of type QueryTreeModifier and TypeMethodDescriptionprivate static BiFunction<Query, TermWeightor, QueryTree> QueryAnalyzer.buildMapper(List<CustomQueryHandler> mappers) Methods in org.apache.lucene.monitor with parameters of type QueryTreeModifier and TypeMethodDescriptionMultipassTermFilteredPresearcher.buildQueryDocument(QueryTree querytree) protected DocumentTermFilteredPresearcher.buildQueryDocument(QueryTree querytree) Builds aDocumentfrom the terms extracted from a queryprotected Map<String, BytesRefHash> TermFilteredPresearcher.collectTerms(QueryTree querytree) Collects terms from aQueryTreeand maps them per-field(package private) static QueryTreeQueryTree.conjunction(QueryTree... children) (package private) static QueryTreeQueryTree.disjunction(QueryTree... children) Method parameters in org.apache.lucene.monitor with type arguments of type QueryTreeModifier and TypeMethodDescriptionstatic QueryTreeQueryTree.conjunction(List<Function<TermWeightor, QueryTree>> children, TermWeightor weightor) Returns a conjunction of a set of child nodesstatic QueryTreeQueryTree.disjunction(List<Function<TermWeightor, QueryTree>> children, TermWeightor weightor) Returns a disjunction of a set of child nodesConstructor parameters in org.apache.lucene.monitor with type arguments of type QueryTreeModifierConstructorDescription(package private)ConjunctionQueryTree(List<QueryTree> children) privateDisjunctionQueryTree(List<QueryTree> children)