Package org.elasticsearch.index.mapper
Class ContentPath
- java.lang.Object
-
- org.elasticsearch.index.mapper.ContentPath
-
public final class ContentPath extends Object
-
-
Constructor Summary
Constructors Constructor Description ContentPath()ContentPath(int offset)Constructs a json path with an offset.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(String name)intlength()StringpathAsText(String name)voidremove()
-
-
-
Constructor Detail
-
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).
-
-