Uses of Class
org.elasticsearch.common.xcontent.support.filtering.FilterPath
-
Packages that use FilterPath Package Description org.elasticsearch.common.xcontent.support.filtering -
-
Uses of FilterPath in org.elasticsearch.common.xcontent.support.filtering
Methods in org.elasticsearch.common.xcontent.support.filtering that return FilterPath Modifier and Type Method Description static FilterPath[]FilterPath. compile(Set<String> filters)FilterPathFilterPath. matchProperty(String name)Constructors in org.elasticsearch.common.xcontent.support.filtering with parameters of type FilterPath Constructor Description FilterPath(String filter, String segment, FilterPath next)FilterPathBasedFilter(FilterPath[] filters, boolean inclusive)
-