Class SortingBinaryDocValues

java.lang.Object
org.elasticsearch.index.fielddata.SortedBinaryDocValues
org.elasticsearch.index.fielddata.SortingBinaryDocValues
Direct Known Subclasses:
ScriptBytesValues, StringScriptDocValues

public abstract class SortingBinaryDocValues extends SortedBinaryDocValues
Base class for building SortedBinaryDocValues instances based on unsorted content.
  • Field Details

    • count

      protected int count
    • values

      protected org.apache.lucene.util.BytesRefBuilder[] values
  • Constructor Details

    • SortingBinaryDocValues

      protected SortingBinaryDocValues()
  • Method Details