Class DocValuesMultiRangeQuery.SortedSetStabbingBuilder

java.lang.Object
org.apache.lucene.sandbox.search.DocValuesMultiRangeQuery.SortedSetStabbingBuilder
Enclosing class:
DocValuesMultiRangeQuery

public static class DocValuesMultiRangeQuery.SortedSetStabbingBuilder extends Object
Builder for creating a multi-range query for stabbing by SortedSet or Sorted field values. For example, it matches IPs in docvalues field by multiple IP ranges. For the single range it behaves like SortedSetDocValuesField.newSlowRangeQuery(String, BytesRef, BytesRef, boolean, boolean) with both true arguments