Modifier and Type | Class and Description |
---|---|
class |
SpatialIndexQuery |
Modifier and Type | Method and Description |
---|---|
IndexQuery |
IndexQuery.clone() |
IndexQuery |
FacetQuery.getQuery() |
Modifier and Type | Method and Description |
---|---|
void |
FacetQuery.setQuery(IndexQuery query) |
Constructor and Description |
---|
SpatialIndexQuery(IndexQuery query) |
Modifier and Type | Method and Description |
---|---|
IndexQuery |
IDocumentQuery.getIndexQuery()
Create the index query object for this query
|
Modifier and Type | Method and Description |
---|---|
IDocumentQueryCustomization |
IDocumentQueryCustomization.beforeQueryExecution(Action1<IndexQuery> action)
Allow you to modify the index query before it is executed
|
TSelf |
IDocumentQueryBase.beforeQueryExecution(Action1<IndexQuery> beforeQueryExecution)
Allows you to modify the index query before it is sent to the server
|
Modifier and Type | Method and Description |
---|---|
IndexQuery |
IRavenQueryInspector.getIndexQuery()
Get the index query for this query
|
Modifier and Type | Method and Description |
---|---|
Operation |
IDatabaseCommands.deleteByIndex(java.lang.String indexName,
IndexQuery queryToDelete)
Perform a set based deletes using the specified index, not allowing the operation
if the index is stale
|
Operation |
ServerClient.deleteByIndex(java.lang.String indexName,
IndexQuery queryToDelete)
Perform a set based deletes using the specified index, not allowing the operation
if the index is stale
|
Operation |
IDatabaseCommands.deleteByIndex(java.lang.String indexName,
IndexQuery queryToDelete,
BulkOperationOptions options)
Perform a set based deletes using the specified index.
|
Operation |
ServerClient.deleteByIndex(java.lang.String indexName,
IndexQuery queryToDelete,
BulkOperationOptions options)
Perform a set based deletes using the specified index.
|
protected Operation |
ServerClient.directDeleteByIndex(OperationMetadata operationMetadata,
java.lang.String indexName,
IndexQuery queryToDelete,
BulkOperationOptions options) |
protected FacetResults |
ServerClient.directGetFacets(OperationMetadata operationMetadata,
java.lang.String index,
IndexQuery query,
java.lang.String facetSetupDoc,
int start,
java.lang.Integer pageSize) |
protected FacetResults |
ServerClient.directGetFacets(OperationMetadata operationMetadata,
java.lang.String index,
IndexQuery query,
java.lang.String facetsJson,
int start,
java.lang.Integer pageSize,
HttpMethods method) |
protected QueryResult |
ServerClient.directQuery(HttpMethods method,
java.lang.String index,
IndexQuery query,
OperationMetadata operationMetadata,
java.lang.String[] includes,
boolean metadataOnly,
boolean includeEntries) |
protected Operation |
ServerClient.directUpdateByIndexImpl(OperationMetadata operationMetadata,
java.lang.String indexName,
IndexQuery queryToUpdate,
BulkOperationOptions options,
java.lang.String requestData,
HttpMethods method) |
FacetResults |
IDatabaseCommands.getFacets(java.lang.String index,
IndexQuery query,
java.util.List<Facet> facets)
Using the given Index, calculate the facets as per the specified doc with the given start and pageSize
|
FacetResults |
ServerClient.getFacets(java.lang.String index,
IndexQuery query,
java.util.List<Facet> facets)
Using the given Index, calculate the facets as per the specified doc with the given start and pageSize
|
FacetResults |
IDatabaseCommands.getFacets(java.lang.String index,
IndexQuery query,
java.util.List<Facet> facets,
int start)
Using the given Index, calculate the facets as per the specified doc with the given start and pageSize
|
FacetResults |
ServerClient.getFacets(java.lang.String index,
IndexQuery query,
java.util.List<Facet> facets,
int start)
Using the given Index, calculate the facets as per the specified doc with the given start and pageSize
|
FacetResults |
IDatabaseCommands.getFacets(java.lang.String index,
IndexQuery query,
java.util.List<Facet> facets,
int start,
java.lang.Integer pageSize)
Using the given Index, calculate the facets as per the specified doc with the given start and pageSize
|
FacetResults |
ServerClient.getFacets(java.lang.String index,
IndexQuery query,
java.util.List<Facet> facets,
int start,
java.lang.Integer pageSize)
Using the given Index, calculate the facets as per the specified doc with the given start and pageSize
|
FacetResults |
IDatabaseCommands.getFacets(java.lang.String index,
IndexQuery query,
java.lang.String facetSetupDoc)
Using the given Index, calculate the facets as per the specified doc with the given start and pageSize
|
FacetResults |
ServerClient.getFacets(java.lang.String index,
IndexQuery query,
java.lang.String facetSetupDoc)
Using the given Index, calculate the facets as per the specified doc
|
FacetResults |
IDatabaseCommands.getFacets(java.lang.String index,
IndexQuery query,
java.lang.String facetSetupDoc,
int start)
Using the given Index, calculate the facets as per the specified doc with the given start and pageSize
|
FacetResults |
ServerClient.getFacets(java.lang.String index,
IndexQuery query,
java.lang.String facetSetupDoc,
int start)
Using the given Index, calculate the facets as per the specified doc with the given start
|
FacetResults |
IDatabaseCommands.getFacets(java.lang.String index,
IndexQuery query,
java.lang.String facetSetupDoc,
int start,
java.lang.Integer pageSize)
Using the given Index, calculate the facets as per the specified doc with the given start and pageSize
|
FacetResults |
ServerClient.getFacets(java.lang.String index,
IndexQuery query,
java.lang.String facetSetupDoc,
int start,
java.lang.Integer pageSize)
Using the given Index, calculate the facets as per the specified doc with the given start and pageSize
|
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) |
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamQuery(java.lang.String index,
IndexQuery query,
Reference<QueryHeaderInformation> queryHeaderInfo)
Queries the specified index in the Raven flavored Lucene query syntax.
|
RavenJObjectIterator |
ServerClient.streamQuery(java.lang.String index,
IndexQuery query,
Reference<QueryHeaderInformation> queryHeaderInfo) |
Operation |
IDatabaseCommands.updateByIndex(java.lang.String indexName,
IndexQuery queryToUpdate,
PatchRequest[] patchRequests)
Perform a set based update using the specified index, not allowing the operation
if the index is stale
|
Operation |
ServerClient.updateByIndex(java.lang.String indexName,
IndexQuery queryToUpdate,
PatchRequest[] patchRequests)
Perform a set based update using the specified index, not allowing the operation
if the index is stale
|
Operation |
IDatabaseCommands.updateByIndex(java.lang.String indexName,
IndexQuery queryToUpdate,
PatchRequest[] patchRequests,
BulkOperationOptions options)
Perform a set based update using the specified index, not allowing the operation
if the index is stale
|
Operation |
ServerClient.updateByIndex(java.lang.String indexName,
IndexQuery queryToUpdate,
PatchRequest[] patchRequests,
BulkOperationOptions options)
Perform a set based update using the specified index.
|
Operation |
IDatabaseCommands.updateByIndex(java.lang.String indexName,
IndexQuery queryToUpdate,
ScriptedPatchRequest patch)
Perform a set based update using the specified index, not allowing the operation
if the index is stale
|
Operation |
ServerClient.updateByIndex(java.lang.String indexName,
IndexQuery queryToUpdate,
ScriptedPatchRequest patch)
Perform a set based update using the specified index, not allowing the operation
if the index is stale
|
Operation |
IDatabaseCommands.updateByIndex(java.lang.String indexName,
IndexQuery queryToUpdate,
ScriptedPatchRequest patch,
BulkOperationOptions options)
Perform a set based update using the specified index, not allowing the operation
if the index is stale
|
Operation |
ServerClient.updateByIndex(java.lang.String indexName,
IndexQuery queryToUpdate,
ScriptedPatchRequest patch,
BulkOperationOptions options)
Perform a set based update using the specified index.
|
Modifier and Type | Field and Description |
---|---|
protected Action1<IndexQuery> |
AbstractDocumentQuery.beforeQueryExecutionAction |
Modifier and Type | Method and Description |
---|---|
protected IndexQuery |
AbstractDocumentQuery.generateIndexQuery(java.lang.String query)
Generates the index query.
|
IndexQuery |
AbstractDocumentQuery.getIndexQuery() |
Modifier and Type | Method and Description |
---|---|
IDocumentQueryCustomization |
DocumentQueryCustomization.beforeQueryExecution(Action1<IndexQuery> action) |
DocumentQueryCustomizationFactory |
DocumentQueryCustomizationFactory.beforeQueryExecution(Action1<IndexQuery> action)
Allow you to modify the index query before it is executed
|
IDocumentQuery<T> |
AbstractDocumentQuery.beforeQueryExecution(Action1<IndexQuery> action) |
Constructor and Description |
---|
LazyFacetsOperation(java.lang.String index,
java.util.List<Facet> facets,
IndexQuery query) |
LazyFacetsOperation(java.lang.String index,
java.util.List<Facet> facets,
IndexQuery query,
int start) |
LazyFacetsOperation(java.lang.String index,
java.util.List<Facet> facets,
IndexQuery query,
int start,
java.lang.Integer pageSize) |
LazyFacetsOperation(java.lang.String index,
java.lang.String facetSetupDoc,
IndexQuery query) |
LazyFacetsOperation(java.lang.String index,
java.lang.String facetSetupDoc,
IndexQuery query,
int start) |
LazyFacetsOperation(java.lang.String index,
java.lang.String facetSetupDoc,
IndexQuery query,
int start,
java.lang.Integer pageSize) |
Modifier and Type | Method and Description |
---|---|
IndexQuery |
QueryOperation.getIndexQuery() |
Constructor and Description |
---|
QueryOperation(InMemoryDocumentSessionOperations sessionOperations,
java.lang.String indexName,
IndexQuery indexQuery,
java.lang.String[] projectionFields,
java.util.Set<Tuple<java.lang.String,java.lang.Class<?>>> sortByHints,
boolean waitForNonStaleResults,
Action2<java.lang.String,java.lang.String> setOperationHeaders,
long timeout,
java.util.Set<java.lang.String> includes,
boolean disableEntitiesTracking) |
Modifier and Type | Method and Description |
---|---|
IndexQuery |
RavenQueryInspector.getIndexQuery() |
Copyright © 2014. All Rights Reserved.