Class BinaryDVLeafFieldData

java.lang.Object
org.elasticsearch.index.fielddata.plain.BinaryDVLeafFieldData
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.lucene.util.Accountable, Releasable, LeafFieldData

public class BinaryDVLeafFieldData extends Object implements LeafFieldData
LeafFieldData impl on top of Lucene's binary doc values.
  • Constructor Details

    • BinaryDVLeafFieldData

      public BinaryDVLeafFieldData(org.apache.lucene.index.LeafReader reader, String field)
  • Method Details