Uses of Interface
org.apache.jackrabbit.oak.spi.query.Filter
Packages that use Filter
Package
Description
This package contains oak query index related classes.
-
Uses of Filter in org.apache.jackrabbit.oak.spi.query
Fields in org.apache.jackrabbit.oak.spi.query declared as FilterModifier and TypeFieldDescriptionstatic final FilterFilter.EMPTY_FILTERprotected FilterQueryIndex.IndexPlan.Builder.filterMethods in org.apache.jackrabbit.oak.spi.query that return FilterMethods in org.apache.jackrabbit.oak.spi.query with parameters of type FilterModifier and TypeMethodDescriptiondoubleEstimate the worst-case cost to query with the given filter.default StringQueryIndex.getIndexName(Filter filter, org.apache.jackrabbit.oak.spi.state.NodeState rootState) Get the specific index name (the path of the index definition, or the index type if that one is unique).Get the query plan for the given filter.QueryIndex.AdvancedQueryIndex.getPlans(Filter filter, List<QueryIndex.OrderEntry> sortOrder, org.apache.jackrabbit.oak.spi.state.NodeState rootState) Return the possible index plans for the given filter and sort order.Query the index.voidUse the given filter.