Package org.elasticsearch.index.mapper
Class ContentPath
java.lang.Object
org.elasticsearch.index.mapper.ContentPath
- 
Constructor Summary
ConstructorsConstructorDescriptionContentPath(int offset)Constructs a json path with an offset.ContentPath(String path) - 
Method Summary
 
- 
Constructor Details
- 
ContentPath
public ContentPath() - 
ContentPath
public ContentPath(int offset)Constructs a json path with an offset. The offset will result anoffsetnumber of path elements to not be included inpathAsText(String). - 
ContentPath
 
 - 
 - 
Method Details
- 
add
 - 
remove
public void remove() - 
pathAsText
 - 
length
public int length() 
 -