public interface StorableField extends GeneralField
| Modifier and Type | Method and Description |
|---|---|
BytesRef |
binaryValue()
Non-null if this field has a binary value
|
Number |
numericValue()
Non-null if this field has a numeric value
|
Reader |
readerValue()
Non-null if this field has a Reader value
|
String |
stringValue()
Non-null if this field has a string value
|
fieldType, nameBytesRef binaryValue()
String stringValue()
Reader readerValue()
Number numericValue()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.