Class BinaryFieldMapper.CustomBinaryDocValuesField

  • All Implemented Interfaces:
    org.apache.lucene.index.IndexableField
    Enclosing class:
    BinaryFieldMapper

    public static class BinaryFieldMapper.CustomBinaryDocValuesField
    extends CustomDocValuesField
    • Method Summary

      Modifier and Type Method Description
      void add​(byte[] bytes)  
      org.apache.lucene.util.BytesRef binaryValue()  
      • 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 Detail

      • CustomBinaryDocValuesField

        public CustomBinaryDocValuesField​(java.lang.String name,
                                          byte[] bytes)
    • Method Detail

      • add

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

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