Package org.elasticsearch.index.mapper
Class ContentPath
java.lang.Object
org.elasticsearch.index.mapper.ContentPath
-
Constructor Summary
ConstructorDescriptionContentPath(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 anoffset
number of path elements to not be included inpathAsText(String)
. -
ContentPath
-
-
Method Details
-
add
-
remove
public void remove() -
pathAsText
-
length
public int length()
-