org.elasticsearch.index.mapper.xcontent
Class XContentStringFieldMapper
java.lang.Object
org.elasticsearch.index.mapper.xcontent.XContentFieldMapper<java.lang.String>
org.elasticsearch.index.mapper.xcontent.XContentStringFieldMapper
- All Implemented Interfaces:
- FieldMapper<java.lang.String>, XContentIncludeInAllMapper, XContentMapper, ToXContent
public class XContentStringFieldMapper
- extends XContentFieldMapper<java.lang.String>
- implements XContentIncludeInAllMapper
Constructor Summary |
protected |
XContentStringFieldMapper(FieldMapper.Names names,
org.apache.lucene.document.Field.Index index,
org.apache.lucene.document.Field.Store store,
org.apache.lucene.document.Field.TermVector termVector,
float boost,
boolean omitNorms,
boolean omitTermFreqAndPositions,
java.lang.String nullValue,
NamedAnalyzer indexAnalyzer,
NamedAnalyzer searchAnalyzer)
|
Method Summary |
protected java.lang.String |
contentType()
|
protected void |
doXContentBody(XContentBuilder builder)
|
void |
includeInAll(java.lang.Boolean includeInAll)
|
java.lang.String |
indexedValue(java.lang.String value)
Returns the indexed value. |
protected org.apache.lucene.document.Field |
parseCreateField(ParseContext context)
|
java.lang.String |
value(org.apache.lucene.document.Fieldable field)
Returns the actual value of the field. |
java.lang.String |
valueAsString(org.apache.lucene.document.Fieldable field)
Returns the actual value of the field as string. |
Methods inherited from class org.elasticsearch.index.mapper.xcontent.XContentFieldMapper |
analyzed, boost, fieldFilter, fieldQuery, index, indexAnalyzer, indexed, merge, name, names, omitNorms, omitTermFreqAndPositions, parse, queryStringTermQuery, rangeFilter, rangeQuery, searchAnalyzer, shouldBreakTermEnumeration, sortType, store, stored, termVector, toXContent, traverse, useFieldQueryWithQueryString, valueForSearch, valueForSearch, valueFromString, valueFromTerm |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTENT_TYPE
public static final java.lang.String CONTENT_TYPE
- See Also:
- Constant Field Values
XContentStringFieldMapper
protected XContentStringFieldMapper(FieldMapper.Names names,
org.apache.lucene.document.Field.Index index,
org.apache.lucene.document.Field.Store store,
org.apache.lucene.document.Field.TermVector termVector,
float boost,
boolean omitNorms,
boolean omitTermFreqAndPositions,
java.lang.String nullValue,
NamedAnalyzer indexAnalyzer,
NamedAnalyzer searchAnalyzer)
includeInAll
public void includeInAll(java.lang.Boolean includeInAll)
- Specified by:
includeInAll
in interface XContentIncludeInAllMapper
value
public java.lang.String value(org.apache.lucene.document.Fieldable field)
- Description copied from interface:
FieldMapper
- Returns the actual value of the field.
- Specified by:
value
in interface FieldMapper<java.lang.String>
valueAsString
public java.lang.String valueAsString(org.apache.lucene.document.Fieldable field)
- Description copied from interface:
FieldMapper
- Returns the actual value of the field as string.
- Specified by:
valueAsString
in interface FieldMapper<java.lang.String>
indexedValue
public java.lang.String indexedValue(java.lang.String value)
- Description copied from interface:
FieldMapper
- Returns the indexed value.
- Specified by:
indexedValue
in interface FieldMapper<java.lang.String>
- Overrides:
indexedValue
in class XContentFieldMapper<java.lang.String>
parseCreateField
protected org.apache.lucene.document.Field parseCreateField(ParseContext context)
throws java.io.IOException
- Specified by:
parseCreateField
in class XContentFieldMapper<java.lang.String>
- Throws:
java.io.IOException
contentType
protected java.lang.String contentType()
- Specified by:
contentType
in class XContentFieldMapper<java.lang.String>
doXContentBody
protected void doXContentBody(XContentBuilder builder)
throws java.io.IOException
- Overrides:
doXContentBody
in class XContentFieldMapper<java.lang.String>
- Throws:
java.io.IOException