org.elasticsearch.index.mapper
Class SourceToParse

java.lang.Object
  extended by org.elasticsearch.index.mapper.SourceToParse

public class SourceToParse
extends java.lang.Object


Constructor Summary
SourceToParse(byte[] source)
           
 
Method Summary
 java.lang.String id()
           
 SourceToParse id(java.lang.String id)
           
 java.lang.String routing()
           
 SourceToParse routing(java.lang.String routing)
           
 byte[] source()
           
static SourceToParse source(byte[] source)
           
 java.lang.String type()
           
 SourceToParse type(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceToParse

public SourceToParse(byte[] source)
Method Detail

source

public static SourceToParse source(byte[] source)

source

public byte[] source()

type

public java.lang.String type()

type

public SourceToParse type(java.lang.String type)

id

public java.lang.String id()

id

public SourceToParse id(java.lang.String id)

routing

public java.lang.String routing()

routing

public SourceToParse routing(java.lang.String routing)