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
Execute the query the first time that this is called.
|
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)
Callback to get the results of the query
|
Modifier and Type | Method and Description |
---|---|
protected QueryResult |
ServerClient.directQuery(HttpMethods method,
java.lang.String index,
IndexQuery query,
OperationMetadata operationMetadata,
java.lang.String[] includes,
boolean metadataOnly,
boolean includeEntries) |
QueryResult |
IDatabaseCommands.query(java.lang.String index,
IndexQuery query)
Performs index query
|
QueryResult |
ServerClient.query(java.lang.String index,
IndexQuery query) |
QueryResult |
IDatabaseCommands.query(java.lang.String index,
IndexQuery query,
java.lang.String[] includes)
Performs index query
|
QueryResult |
ServerClient.query(java.lang.String index,
IndexQuery query,
java.lang.String[] includes) |
QueryResult |
IDatabaseCommands.query(java.lang.String index,
IndexQuery query,
java.lang.String[] includes,
boolean metadataOnly)
Performs index query
|
QueryResult |
ServerClient.query(java.lang.String index,
IndexQuery query,
java.lang.String[] includes,
boolean metadataOnly) |
QueryResult |
IDatabaseCommands.query(java.lang.String index,
IndexQuery query,
java.lang.String[] includes,
boolean metadataOnly,
boolean indexEntriesOnly)
Performs index query
|
QueryResult |
ServerClient.query(java.lang.String index,
IndexQuery query,
java.lang.String[] includes,
boolean metadataOnly,
boolean indexEntriesOnly) |
static QueryResult |
SerializationHelper.toQueryResult(RavenJObject json,
Etag etagHeader,
java.lang.String tempRequestTime,
long numberOfCharactersRead) |
Modifier and Type | Field and Description |
---|---|
protected Action1<QueryResult> |
AbstractDocumentQuery.afterQueryExecutedCallback |
Modifier and Type | Method and Description |
---|---|
QueryResult |
AbstractDocumentQuery.getQueryResult()
Gets the query result
Execute the query the first time that this is called.
|
QueryResult |
LazyFacetsOperation.getQueryResult() |
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 |
LazyStartsWithOperation.getQueryResult() |
QueryResult |
ILazyOperation.getQueryResult() |
QueryResult |
LazyLoadOperation.getQueryResult() |
QueryResult |
LazyQueryOperation.getQueryResult() |
QueryResult |
LazyMultiLoadOperation.getQueryResult() |
QueryResult |
LazyTransformerLoadOperation.getQueryResult() |
QueryResult |
LazyMoreLikeThisOperation.getQueryResult() |
QueryResult |
LazySuggestOperation.getQueryResult() |
Modifier and Type | Method and Description |
---|---|
void |
LazyStartsWithOperation.setQueryResult(QueryResult queryResult) |
void |
LazyLoadOperation.setQueryResult(QueryResult queryResult) |
void |
LazyQueryOperation.setQueryResult(QueryResult queryResult) |
void |
LazyMultiLoadOperation.setQueryResult(QueryResult queryResult) |
void |
LazyTransformerLoadOperation.setQueryResult(QueryResult queryResult) |
void |
LazyMoreLikeThisOperation.setQueryResult(QueryResult queryResult) |
void |
LazySuggestOperation.setQueryResult(QueryResult queryResult) |
Constructor and Description |
---|
LazyQueryOperation(java.lang.Class<T> clazz,
QueryOperation queryOperation,
Action1<QueryResult> afterQueryExecuted,
java.util.Set<java.lang.String> includes) |
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(java.lang.Class<T> clazz,
IDocumentQueryGenerator queryGenerator,
DocumentQueryCustomizationFactory customizeQuery,
Action1<QueryResult> afterQueryExecuted,
java.lang.String indexName,
java.util.Set<java.lang.String> fieldsToFetch,
java.util.List<RenamedField> fieldsToRename,
boolean isMapReduce,
java.lang.String resultsTransformer,
java.util.Map<java.lang.String,RavenJToken> transformerParameters) |
Copyright © 2014. All Rights Reserved.