Class FilterPath
java.lang.Object
org.elasticsearch.common.xcontent.support.filtering.FilterPath
public class FilterPath
extends java.lang.Object
-
Constructor Summary
Constructors Modifier Constructor Description protectedFilterPath(java.lang.String filter, java.lang.String segment, FilterPath next) -
Method Summary
Modifier and Type Method Description static FilterPath[]compile(java.util.Set<java.lang.String> filters)booleanmatches()FilterPathmatchProperty(java.lang.String name)java.lang.StringtoString()
-
Constructor Details
-
Method Details
-
matchProperty
-
matches
public boolean matches() -
compile
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-