Package org.elasticsearch.index.mapper
Class SourceToParse
java.lang.Object
org.elasticsearch.index.mapper.SourceToParse
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionSourceToParse(String index, String type, String id, BytesReference source, org.elasticsearch.common.xcontent.XContentType xContentType)
SourceToParse(String index, String type, String id, BytesReference source, org.elasticsearch.common.xcontent.XContentType xContentType, String routing, Map<String,String> dynamicTemplates)
-
Method Summary
-
Constructor Details
-
SourceToParse
-
SourceToParse
public SourceToParse(String index, String type, String id, BytesReference source, org.elasticsearch.common.xcontent.XContentType xContentType)
-
-
Method Details
-
source
-
index
-
type
-
id
-
routing
-
dynamicTemplates
Returns a map from the full path (i.e. foo.bar) of field names to the names of dynamic mapping templates. -
getXContentType
public org.elasticsearch.common.xcontent.XContentType getXContentType()
-