Modifier and Type | Method and Description |
---|---|
QueryResult |
QueryResult.createSnapshot()
Creates a snapshot of the query results
|
Modifier and Type | Method and Description |
---|---|
QueryResult |
IDocumentQuery.getQueryResult()
Gets the query result.
|
Modifier and Type | Method and Description |
---|---|
void |
IDocumentQueryBase.invokeAfterQueryExecuted(QueryResult result)
Called externally to raise the after query executed callback
|
void |
RavenQueryHighlightings.update(QueryResult queryResult) |
protected void |
FieldHighlightings.update(QueryResult queryResult) |
void |
RavenQueryStatistics.updateQueryStats(QueryResult qr) |
Modifier and Type | Method and Description |
---|---|
void |
IDocumentQueryBase.afterQueryExecuted(Action1<QueryResult> afterQueryExecuted)
Called externally to raise the after query executed callback
|
Modifier and Type | Method and Description |
---|---|
protected QueryResult |
ServerClient.directQueryAsGet(String index,
IndexQuery query,
OperationMetadata operationMetadata,
String[] includes,
boolean metadataOnly,
boolean includeEntries) |
protected QueryResult |
ServerClient.directQueryAsPost(String index,
IndexQuery query,
OperationMetadata operationMetadata,
String[] includes,
boolean metadataOnly,
boolean indexEntriesOnly) |
QueryResult |
IDatabaseCommands.query(String index,
IndexQuery query)
Queries the specified index in the Raven-flavored Lucene query syntax
|
QueryResult |
ServerClient.query(String index,
IndexQuery query) |
QueryResult |
IDatabaseCommands.query(String index,
IndexQuery query,
String[] includes)
Queries the specified index in the Raven-flavored Lucene query syntax
|
QueryResult |
ServerClient.query(String index,
IndexQuery query,
String[] includes) |
QueryResult |
IDatabaseCommands.query(String index,
IndexQuery query,
String[] includes,
boolean metadataOnly)
Queries the specified index in the Raven-flavored Lucene query syntax
|
QueryResult |
ServerClient.query(String index,
IndexQuery query,
String[] includes,
boolean metadataOnly) |
QueryResult |
IDatabaseCommands.query(String index,
IndexQuery query,
String[] includes,
boolean metadataOnly,
boolean indexEntriesOnly)
Queries the specified index in the Raven-flavored Lucene query syntax
|
QueryResult |
ServerClient.query(String index,
IndexQuery query,
String[] includes,
boolean metadataOnly,
boolean indexEntriesOnly) |
static QueryResult |
SerializationHelper.toQueryResult(RavenJObject json,
Etag etagHeader,
String tempRequestTime,
long numberOfCharactersRead) |
Modifier and Type | Field and Description |
---|---|
protected Action1<QueryResult> |
AbstractDocumentQuery.afterQueryExecutedCallback |
Modifier and Type | Method and Description |
---|---|
QueryResult |
LazyFacetsOperation.getQueryResult() |
QueryResult |
AbstractDocumentQuery.getQueryResult()
Gets the query result Execute the query the first time that this is called.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDocumentQuery.invokeAfterQueryExecuted(QueryResult result)
Called externally to raise the after query executed callback
|
void |
LazyFacetsOperation.setQueryResult(QueryResult queryResult) |
protected void |
AbstractDocumentQuery.updateStatsAndHighlightings(QueryResult queryResult) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDocumentQuery.afterQueryExecuted(Action1<QueryResult> afterQueryExecutedCallback)
Callback to get the results of the query
|
Modifier and Type | Method and Description |
---|---|
QueryResult |
LazyTransformerLoadOperation.getQueryResult() |
QueryResult |
LazyQueryOperation.getQueryResult() |
QueryResult |
LazyMoreLikeThisOperation.getQueryResult() |
QueryResult |
ILazyOperation.getQueryResult() |
QueryResult |
LazyMultiLoadOperation.getQueryResult() |
QueryResult |
LazySuggestOperation.getQueryResult() |
QueryResult |
LazyLoadOperation.getQueryResult() |
QueryResult |
LazyStartsWithOperation.getQueryResult() |
Modifier and Type | Method and Description |
---|---|
void |
LazyTransformerLoadOperation.setQueryResult(QueryResult queryResult) |
void |
LazyQueryOperation.setQueryResult(QueryResult queryResult) |
void |
LazyMoreLikeThisOperation.setQueryResult(QueryResult queryResult) |
void |
LazyMultiLoadOperation.setQueryResult(QueryResult queryResult) |
void |
LazySuggestOperation.setQueryResult(QueryResult queryResult) |
void |
LazyLoadOperation.setQueryResult(QueryResult queryResult) |
void |
LazyStartsWithOperation.setQueryResult(QueryResult queryResult) |
Constructor and Description |
---|
LazyQueryOperation(Class<T> clazz,
QueryOperation queryOperation,
Action1<QueryResult> afterQueryExecuted,
Set<String> includes,
Map<String,String> headers) |
Modifier and Type | Method and Description |
---|---|
QueryResult |
QueryOperation.getCurrentQueryResults() |
Modifier and Type | Method and Description |
---|---|
void |
QueryOperation.forceResult(QueryResult result) |
boolean |
QueryOperation.isAcceptable(QueryResult result) |
Modifier and Type | Method and Description |
---|---|
protected void |
RavenQueryInspector.afterQueryExecuted(QueryResult queryResult) |
void |
RavenQueryProviderProcessor.renameResults(QueryResult queryResult) |
Modifier and Type | Method and Description |
---|---|
void |
IRavenQueryProvider.afterQueryExecuted(Action1<QueryResult> afterQueryExecuted)
Callback to get the results of the query
|
void |
RavenQueryProvider.afterQueryExecuted(Action1<QueryResult> afterQueryExecutedCallback)
Callback to get the results of the query
|
Constructor and Description |
---|
RavenQueryProviderProcessor(Class<T> clazz,
IDocumentQueryGenerator queryGenerator,
DocumentQueryCustomizationFactory customizeQuery,
Action1<QueryResult> afterQueryExecuted,
Action1<RavenJObject> afterStreamExecuted,
String indexName,
Set<String> fieldsToFetch,
List<RenamedField> fieldsToRename,
boolean isMapReduce,
String resultsTransformer,
Map<String,RavenJToken> transformerParameters,
Class originalType) |
Modifier and Type | Method and Description |
---|---|
QueryResult |
ShardStrategy.defaultMergeQueryResults(IndexQuery query,
List<QueryResult> queryResults)
Merge the query results from all the shards into a single query results object by simply
concatenating all of the values
|
Modifier and Type | Method and Description |
---|---|
QueryResult |
ShardStrategy.defaultMergeQueryResults(IndexQuery query,
List<QueryResult> queryResults)
Merge the query results from all the shards into a single query results object by simply
concatenating all of the values
|
Copyright © 2016. All Rights Reserved.