Package org.elasticsearch.index.mapper
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
-
Field Summary
Fields inherited from class org.elasticsearch.index.mapper.CustomDocValuesField
TYPE
-
Constructor Summary
-
Method Summary
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
-
CustomBinaryDocValuesField
-
-
Method Details
-
add
public void add(byte[] bytes) -
binaryValue
public org.apache.lucene.util.BytesRef binaryValue()
-