- java.lang.Object
-
- org.apache.lucene.search.QueryVisitor
-
- org.apache.lucene.monitor.QueryAnalyzer.QueryBuilder
-
- org.apache.lucene.monitor.QueryAnalyzer.Disjunction
-
- All Implemented Interfaces:
java.util.function.Function<TermWeightor,QueryTree>
- Enclosing class:
- QueryAnalyzer
private class QueryAnalyzer.Disjunction extends QueryAnalyzer.QueryBuilder
-
-
Field Summary
-
Fields inherited from class org.apache.lucene.monitor.QueryAnalyzer.QueryBuilder
children
-
Fields inherited from class org.apache.lucene.search.QueryVisitor
EMPTY_VISITOR
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Disjunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryTree
apply(TermWeightor termWeightor)
-
Methods inherited from class org.apache.lucene.monitor.QueryAnalyzer.QueryBuilder
consumeTerms, getSubVisitor, visitLeaf
-
Methods inherited from class org.apache.lucene.search.QueryVisitor
acceptField, consumeTermsMatching, termCollector
-
-
-
-
Method Detail
-
apply
public QueryTree apply(TermWeightor termWeightor)
- Specified by:
apply
in interfacejava.util.function.Function<TermWeightor,QueryTree>
- Overrides:
apply
in classQueryAnalyzer.QueryBuilder
-
-