- getAttribute(String) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex.IndexPlan
-
Returns the value of the named attribute as an Object,
or null if no attribute of the given name exists.
- getBase() - Method in class org.apache.jackrabbit.oak.spi.query.fulltext.FullTextContains
-
- getBoost() - Method in class org.apache.jackrabbit.oak.spi.query.fulltext.FullTextTerm
-
- getCost(Filter, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex
-
Estimate the worst-case cost to query with the given filter.
- getCostPerEntry() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex.IndexPlan
-
The cost to read one entry from the cursor.
- getCostPerExecution() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex.IndexPlan
-
The cost to execute the query once.
- getDefinition() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex.IndexPlan
-
The node state with the index definition.
- getEstimatedEntryCount() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex.IndexPlan
-
The estimated number of entries in the cursor that is returned by the query method,
when using this plan.
- getFailTraversal() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryLimits
-
- getFilter() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex.IndexPlan
-
The filter to use.
- getFullTextComparisonWithoutIndex() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryLimits
-
- getFulltextConditions() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Deprecated.
- getFullTextConstraint() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the fulltext search condition expression, if any.
- getIndexName() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex
-
Get the unique index name.
- getLimitInMemory() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryLimits
-
- getLimitReads() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryLimits
-
- getLowerBound() - Method in class org.apache.jackrabbit.oak.spi.query.fulltext.LikePattern
-
Get the lower bound if any.
- getMinimumCost() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex
-
- getMixinTypes() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Returns the names of all matching mixin node types.
- getNodeAggregator() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex.FulltextQueryIndex
-
Returns the NodeAggregator responsible for providing the aggregation
settings or null if aggregation is not available/desired.
- getNodeType() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Returns the name of the filter node type.
- getOrder() - Method in class org.apache.jackrabbit.oak.spi.query.QueryIndex.OrderEntry
-
- getParents(NodeState, String) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex.NodeAggregator
-
- getPath() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the path, or "/" if there is no path restriction set.
- getPath() - Method in interface org.apache.jackrabbit.oak.spi.query.IndexRow
-
The path of the node, if available.
- getPathPlan() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the plan for the path.
- getPathPrefix() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex.IndexPlan
-
The path prefix for this index plan.
- getPathRestriction() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the path restriction type.
- getPlan(Filter, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex
-
Get the query plan for the given filter.
- getPlanDescription(QueryIndex.IndexPlan, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex.AdvancedQueryIndex
-
Get the query plan description (for logging purposes).
- getPlanName() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex.IndexPlan
-
Get the unique plan name.
- getPlans(Filter, List<QueryIndex.OrderEntry>, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex.AdvancedQueryIndex
-
Return the possible index plans for the given filter and sort order.
- getPrecedence() - Method in class org.apache.jackrabbit.oak.spi.query.fulltext.FullTextAnd
-
- getPrecedence() - Method in class org.apache.jackrabbit.oak.spi.query.fulltext.FullTextContains
-
- getPrecedence() - Method in class org.apache.jackrabbit.oak.spi.query.fulltext.FullTextExpression
-
Get the operator precedence.
- getPrecedence() - Method in class org.apache.jackrabbit.oak.spi.query.fulltext.FullTextOr
-
- getPrecedence() - Method in class org.apache.jackrabbit.oak.spi.query.fulltext.FullTextTerm
-
- getPrimaryTypes() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Returns the names of all matching primary node types.
- getPropertyName() - Method in class org.apache.jackrabbit.oak.spi.query.fulltext.FullTextContains
-
- getPropertyName() - Method in class org.apache.jackrabbit.oak.spi.query.fulltext.FullTextTerm
-
- getPropertyName() - Method in class org.apache.jackrabbit.oak.spi.query.QueryIndex.OrderEntry
-
- getPropertyRestriction(String) - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the most restrictive property restriction for the given property, if
any.
- getPropertyRestriction() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex.IndexPlan
-
The property restriction for this index plan or null if
this index plan isn't base on a property restriction.
- getPropertyRestrictions() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the list of property restrictions, if any.
- getPropertyRestrictions(String) - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the all property restriction for the given property.
- getPropertyType() - Method in class org.apache.jackrabbit.oak.spi.query.QueryIndex.OrderEntry
-
- getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.spi.query.CompositeQueryIndexProvider
-
- getQueryIndexes(NodeState) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndexProvider
-
Get the currently configured indexes.
- getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.spi.query.WhiteboardIndexProvider
-
- getQueryLimits() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
- getQueryStatement() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the complete query statement.
- getRawText() - Method in class org.apache.jackrabbit.oak.spi.query.fulltext.FullTextContains
-
- getSize(Result.SizePrecision, long) - Method in interface org.apache.jackrabbit.oak.spi.query.Cursor
-
Get the size if known.
- getSortOrder() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex.IndexPlan
-
The sort order of the returned entries, or null if unsorted.
- getSupertypes() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Returns the names of the filter node type and all its supertypes.
- getText() - Method in class org.apache.jackrabbit.oak.spi.query.fulltext.FullTextTerm
-
- getUpperBound() - Method in class org.apache.jackrabbit.oak.spi.query.fulltext.LikePattern
-
Get the upper bound if any.
- getValue(String) - Method in interface org.apache.jackrabbit.oak.spi.query.IndexRow
-
The value of the given property, if available.