public interface ExplainQuerySupport
| Modifier and Type | Method and Description |
|---|---|
void |
explain(CRUDOperationContext ctx,
QueryExpression query,
Projection projection,
Sort sort,
Long from,
Long to,
JsonDoc destDoc)
Explains a query
|
void explain(CRUDOperationContext ctx, QueryExpression query, Projection projection, Sort sort, Long from, Long to, JsonDoc destDoc)
ctx - Operation contextentity - The entity to search forquery - The query. Cannot be nullprojection - What fields to return. Cannot be nullsort - Sort keys. Can be nullfrom - starting index in the result set. Can be null. Meaninguful
only if a sort is given. Starts from 0.to - end index in the result set. Starts from 0, and inclusive. Can
be null.destDoc - This document is populated with the explained queryCopyright © 2016. All rights reserved.