public static class BinaryFieldMapper.CustomBinaryDocValuesField extends NumberFieldMapper.CustomNumericDocValuesField
| Modifier and Type | Field and Description |
|---|---|
static org.apache.lucene.document.FieldType |
TYPE |
| Constructor and Description |
|---|
CustomBinaryDocValuesField(String name,
byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(byte[] bytes) |
org.apache.lucene.util.BytesRef |
binaryValue() |
boost, fieldType, name, numericValue, readerValue, stringValue, tokenStreampublic CustomBinaryDocValuesField(String name, byte[] bytes)
Copyright © 2009–2016. All rights reserved.