Class ContentPath

org.elasticsearch.index.mapper.ContentPath

public final class ContentPath extends
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    ContentPath​(int offset)
    Constructs a json path with an offset.
     path)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     name)
     
    int
     
     name)
     
    void
     

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Constructor Details

    • ContentPath

      public ContentPath()
    • ContentPath

      public ContentPath(int offset)
      Constructs a json path with an offset. The offset will result an offset number of path elements to not be included in pathAsText(String).
    • ContentPath

      public ContentPath( path)
  • Method Details

    • add

      public void add( name)
    • remove

      public void remove()
    • pathAsText

      public  pathAsText( name)
    • length

      public int length()