Class DocValuesRewriteMethod


  • public final class DocValuesRewriteMethod
    extends MultiTermQuery.RewriteMethod
    Rewrites MultiTermQueries into a filter, using DocValues for term enumeration.

    This can be used to perform these queries against an unindexed docvalues field.

    WARNING: This API is experimental and might change in incompatible ways in the next release.