Uses of Class
org.apache.lucene.search.IndexOrDocValuesQuery
Packages that use IndexOrDocValuesQuery
-
Uses of IndexOrDocValuesQuery in org.apache.lucene.search
Methods in org.apache.lucene.search that return IndexOrDocValuesQueryModifier and TypeMethodDescriptionstatic IndexOrDocValuesQueryTermInSetQuery.newIndexOrDocValuesQuery(MultiTermQuery.RewriteMethod indexRewriteMethod, String field, Collection<BytesRef> terms) Creates a newIndexOrDocValuesQuerycombining twoTermInSetQuerywith the same terms allowing to pack them only once that's faster.