Interface SessionQuerySettings
@ProviderType
public interface SessionQuerySettings
User-specific settings which may be passed by the query engine to index providers during query planning and iteration
of results.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true to use the index provider's query result count.
-
Method Details
-
useDirectResultCount
boolean useDirectResultCount()Return true to use the index provider's query result count.- Returns:
- true to use the index provider's query result count
-