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
  • Field Summary

    Fields inherited from class org.elasticsearch.index.mapper.CustomDocValuesField

    TYPE
  • Constructor Summary

    Constructors 
    Constructor Description
    CustomBinaryDocValuesField​(java.lang.String name, byte[] bytes)  
  • Method Summary

    Modifier and Type Method Description
    void add​(byte[] bytes)  
    org.apache.lucene.util.BytesRef binaryValue()  

    Methods inherited from class org.elasticsearch.index.mapper.CustomDocValuesField

    fieldType, name, numericValue, readerValue, stringValue, tokenStream

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.apache.lucene.index.IndexableField

    getCharSequenceValue
  • Constructor Details

  • Method Details

    • add

      public void add​(byte[] bytes)
    • binaryValue

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