Class BinaryFieldMapper.CustomBinaryDocValuesField

java.lang.Object
org.elasticsearch.index.mapper.CustomDocValuesField
org.elasticsearch.index.mapper.BinaryFieldMapper.CustomBinaryDocValuesField
All Implemented Interfaces:
org.apache.lucene.index.IndexableField
Enclosing class:
BinaryFieldMapper

public static class BinaryFieldMapper.CustomBinaryDocValuesField extends CustomDocValuesField
  • Constructor Details

    • CustomBinaryDocValuesField

      public CustomBinaryDocValuesField(String name, byte[] bytes)
  • Method Details

    • add

      public void add(byte[] bytes)
    • binaryValue

      public org.apache.lucene.util.BytesRef binaryValue()