Package org.apache.lucene.monitor
Interface TermFilteredPresearcher.DocumentQueryBuilder
-
- All Known Implementing Classes:
MultipassTermFilteredPresearcher.MultipassDocumentQueryBuilder
- Enclosing class:
- TermFilteredPresearcher
protected static interface TermFilteredPresearcher.DocumentQueryBuilder
Constructs a document disjunction from a set of terms
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addTerm(java.lang.String field, BytesRef term)
Add a term from this documentQuery
build()
-