Package org.apache.lucene.search
Class DocValuesRewriteMethod
java.lang.Object
org.apache.lucene.search.MultiTermQuery.RewriteMethod
org.apache.lucene.search.DocValuesRewriteMethod
Rewrites MultiTermQueries into a filter, using DocValues for term enumeration.
This can be used to perform these queries against an unindexed docvalues field.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
rewrite
(IndexReader reader, MultiTermQuery query) Methods inherited from class org.apache.lucene.search.MultiTermQuery.RewriteMethod
getTermsEnum