java.lang.Object
org.elasticsearch.xcontent.support.filtering.FilterPath

public class FilterPath extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • matchProperty

      public FilterPath matchProperty(String name)
    • matches

      public boolean matches()
    • isDoubleWildcard

      public boolean isDoubleWildcard()
    • hasDoubleWildcard

      public boolean hasDoubleWildcard()
    • isSimpleWildcard

      public boolean isSimpleWildcard()
    • getSegment

      public String getSegment()
    • getNext

      public FilterPath getNext()
    • compile

      public static FilterPath[] compile(Set<String> filters)
    • toString

      public String toString()
      Overrides:
      toString in class Object