Class FilterPath
- java.lang.Object
-
- org.elasticsearch.common.xcontent.support.filtering.FilterPath
-
public class FilterPath extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFilterPath(String filter, String segment, FilterPath next)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FilterPath[]compile(Set<String> filters)booleanmatches()FilterPathmatchProperty(String name)StringtoString()
-
-
-
Constructor Detail
-
FilterPath
protected FilterPath(String filter, String segment, FilterPath next)
-
-
Method Detail
-
matchProperty
public FilterPath matchProperty(String name)
-
matches
public boolean matches()
-
compile
public static FilterPath[] compile(Set<String> filters)
-
-