Class BinaryDVAtomicFieldData

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

public class BinaryDVAtomicFieldData
extends java.lang.Object
implements AtomicFieldData
AtomicFieldData impl on top of Lucene's binary doc values.
  • Constructor Summary

    Constructors 
    Constructor Description
    BinaryDVAtomicFieldData​(org.apache.lucene.index.LeafReader reader, java.lang.String field)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    SortedBinaryDocValues getBytesValues()
    Return a String representation of the values.
    java.util.Collection<org.apache.lucene.util.Accountable> getChildResources()  
    ScriptDocValues.Strings getScriptValues()
    Returns field values for use in scripting.
    long ramBytesUsed()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait