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