Package org.elasticsearch.index.mapper
Class SourceToParse
java.lang.Object
org.elasticsearch.index.mapper.SourceToParse
public class SourceToParse
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSourceToParse.Origin -
Constructor Summary
Constructors Constructor Description SourceToParse(java.lang.String index, java.lang.String type, java.lang.String id, BytesReference source, org.elasticsearch.common.xcontent.XContentType xContentType)SourceToParse(java.lang.String index, java.lang.String type, java.lang.String id, BytesReference source, org.elasticsearch.common.xcontent.XContentType xContentType, java.lang.String routing) -
Method Summary
Modifier and Type Method Description org.elasticsearch.common.xcontent.XContentTypegetXContentType()java.lang.Stringid()java.lang.Stringindex()java.lang.Stringrouting()BytesReferencesource()java.lang.Stringtype()
-
Constructor Details
-
SourceToParse
public SourceToParse(java.lang.String index, java.lang.String type, java.lang.String id, BytesReference source, org.elasticsearch.common.xcontent.XContentType xContentType, @Nullable java.lang.String routing) -
SourceToParse
public SourceToParse(java.lang.String index, java.lang.String type, java.lang.String id, BytesReference source, org.elasticsearch.common.xcontent.XContentType xContentType)
-
-
Method Details