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 class  SourceToParse.Origin  
  • Constructor Summary

    Constructors 
    Constructor Description
    SourceToParse​(java.lang.String index, java.lang.String type, java.lang.String id, BytesReference source, XContentType xContentType)  
    SourceToParse​(java.lang.String index, java.lang.String type, java.lang.String id, BytesReference source, XContentType xContentType, java.lang.String routing)  
  • Method Summary

    Modifier and Type Method Description
    XContentType getXContentType()  
    java.lang.String id()  
    java.lang.String index()  
    java.lang.String routing()  
    BytesReference source()  
    java.lang.String type()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait