|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.document.AbstractField
org.elasticsearch.index.mapper.xcontent.NumberFieldMapper.CustomNumericField
public abstract static class NumberFieldMapper.CustomNumericField
| Field Summary | |
|---|---|
protected NumberFieldMapper |
mapper
|
| Fields inherited from class org.apache.lucene.document.AbstractField |
|---|
binaryLength, binaryOffset, boost, fieldsData, isBinary, isIndexed, isStored, isTokenized, lazy, name, omitNorms, omitTermFreqAndPositions, storeOffsetWithTermVector, storePositionWithTermVector, storeTermVector, tokenStream |
| Constructor Summary | |
|---|---|
NumberFieldMapper.CustomNumericField(NumberFieldMapper mapper,
byte[] value)
|
|
| Method Summary | |
|---|---|
java.io.Reader |
readerValue()
|
java.lang.String |
stringValue()
|
| Methods inherited from class org.apache.lucene.document.AbstractField |
|---|
getBinaryLength, getBinaryOffset, getBinaryValue, getBinaryValue, getBoost, getOmitNorms, getOmitTermFreqAndPositions, isBinary, isIndexed, isLazy, isStored, isStoreOffsetWithTermVector, isStorePositionWithTermVector, isTermVectorStored, isTokenized, name, setBoost, setOmitNorms, setOmitTermFreqAndPositions, setStoreTermVector, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.lucene.document.Fieldable |
|---|
tokenStreamValue |
| Field Detail |
|---|
protected final NumberFieldMapper mapper
| Constructor Detail |
|---|
public NumberFieldMapper.CustomNumericField(NumberFieldMapper mapper,
byte[] value)
| Method Detail |
|---|
public java.lang.String stringValue()
public java.io.Reader readerValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||