org.elasticsearch.index.mapper.xcontent
Interface IncludeInAllMapper

All Superinterfaces:
ToXContent, XContentMapper
All Known Implementing Classes:
BoostFieldMapper, ByteFieldMapper, DateFieldMapper, DoubleFieldMapper, FloatFieldMapper, GeoPointFieldMapper.GeoStringFieldMapper, IntegerFieldMapper, IpFieldMapper, LongFieldMapper, MultiFieldMapper, NumberFieldMapper, ObjectMapper, RootObjectMapper, ShortFieldMapper, SizeFieldMapper, StringFieldMapper

public interface IncludeInAllMapper
extends XContentMapper


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.index.mapper.xcontent.XContentMapper
XContentMapper.Builder<T extends XContentMapper.Builder,Y extends XContentMapper>, XContentMapper.BuilderContext, XContentMapper.TypeParser
 
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.MapParams, ToXContent.Params
 
Field Summary
 
Fields inherited from interface org.elasticsearch.index.mapper.xcontent.XContentMapper
EMPTY_ARRAY
 
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
 
Method Summary
 void includeInAll(java.lang.Boolean includeInAll)
           
 void includeInAllIfNotSet(java.lang.Boolean includeInAll)
           
 
Methods inherited from interface org.elasticsearch.index.mapper.xcontent.XContentMapper
close, merge, name, parse, traverse
 
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent
toXContent
 

Method Detail

includeInAll

void includeInAll(java.lang.Boolean includeInAll)

includeInAllIfNotSet

void includeInAllIfNotSet(java.lang.Boolean includeInAll)