|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@ThreadSafe public interface SourceFieldMapper
A mapper that maps the actual source of a generated document.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.elasticsearch.index.mapper.FieldMapper |
|---|
FieldMapper.Names |
| Field Summary | |
|---|---|
static java.lang.String |
NAME
|
| Method Summary | |
|---|---|
boolean |
compressed()
Is the source field compressed or not? |
boolean |
enabled()
Returns true if the source field mapper is enabled or not. |
org.apache.lucene.document.FieldSelector |
fieldSelector()
A field selector that loads just the source field. |
byte[] |
nativeValue(org.apache.lucene.document.Fieldable field)
Returns the native source value, if its compressed, then the compressed value is returned. |
byte[] |
value(org.apache.lucene.document.Document document)
|
| Methods inherited from interface org.elasticsearch.index.mapper.FieldMapper |
|---|
analyzed, boost, fieldDataType, fieldFilter, fieldQuery, index, indexAnalyzer, indexed, indexedValue, names, omitNorms, omitTermFreqAndPositions, queryStringTermQuery, rangeFilter, rangeQuery, searchAnalyzer, store, stored, termVector, useFieldQueryWithQueryString, value, valueAsString, valueForSearch, valueFromString |
| Field Detail |
|---|
static final java.lang.String NAME
| Method Detail |
|---|
boolean enabled()
boolean compressed()
byte[] nativeValue(org.apache.lucene.document.Fieldable field)
byte[] value(org.apache.lucene.document.Document document)
org.apache.lucene.document.FieldSelector fieldSelector()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||