Class IndexSelectionPolicy
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.index.IndexSelectionPolicy
-
public final class IndexSelectionPolicy extends java.lang.Object
This class defines the index selection policy constants
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TAG
Only queries using tags matching the index can use the index
-
Constructor Summary
Constructors Constructor Description IndexSelectionPolicy()
-
-
-
Field Detail
-
TAG
public static final java.lang.String TAG
Only queries using tags matching the index can use the index- See Also:
- Constant Field Values
-
-