Class StringScriptFieldData

java.lang.Object
org.elasticsearch.index.fielddata.BinaryScriptFieldData
org.elasticsearch.index.fielddata.StringScriptFieldData
All Implemented Interfaces:
IndexFieldData<BinaryScriptFieldData.BinaryScriptLeafFieldData>

public class StringScriptFieldData extends BinaryScriptFieldData
  • Method Details

    • loadDirect

      public BinaryScriptFieldData.BinaryScriptLeafFieldData loadDirect(org.apache.lucene.index.LeafReaderContext context) throws Exception
      Description copied from interface: IndexFieldData
      Loads directly the atomic field data for the reader, ignoring any caching involved.
      Throws:
      Exception
    • getValuesSourceType

      public ValuesSourceType getValuesSourceType()
      Description copied from interface: IndexFieldData
      The ValuesSourceType of the underlying data. It's possible for fields that use the same IndexFieldData implementation to have different ValuesSourceTypes, such as in the case of Longs and Dates.