public interface IRavenQueryInspector
IDocumentQuery
Modifier and Type | Method and Description |
---|---|
IDatabaseCommands |
getDatabaseCommands()
Grant access to the database commands
|
FacetResults |
getFacets(java.util.List<Facet> facets,
int start,
java.lang.Integer pageSize)
Get the facet results as per the specified facets with the given start and pageSize
|
FacetResults |
getFacets(java.lang.String facetSetupDoc,
int start,
java.lang.Integer pageSize)
Get the facets as per the specified facet document with the given start and pageSize
|
java.lang.String |
getIndexQueried()
Get the name of the index being queried
|
IndexQuery |
getIndexQuery()
Get the index query for this query
|
Tuple<java.lang.String,java.lang.String> |
getLastEqualityTerm()
The last term that we asked the query to use equals on
|
InMemoryDocumentSessionOperations |
getSession()
The query session
|
java.lang.String getIndexQueried()
IDatabaseCommands getDatabaseCommands()
InMemoryDocumentSessionOperations getSession()
Tuple<java.lang.String,java.lang.String> getLastEqualityTerm()
IndexQuery getIndexQuery()
FacetResults getFacets(java.lang.String facetSetupDoc, int start, java.lang.Integer pageSize)
facetSetupDoc
- start
- pageSize
- FacetResults getFacets(java.util.List<Facet> facets, int start, java.lang.Integer pageSize)
facets
- start
- pageSize
- Copyright © 2014. All Rights Reserved.