Package org.elasticsearch.index.mapper
Class ContentPath
java.lang.Object
org.elasticsearch.index.mapper.ContentPath
- 
Constructor SummaryConstructorsConstructorDescriptionContentPath(int offset)Constructs a json path with an offset.ContentPath(String path)
- 
Method Summary
- 
Constructor Details- 
ContentPathpublic ContentPath()
- 
ContentPathpublic 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
- 
removepublic void remove()
- 
pathAsText
- 
lengthpublic int length()
 
-