Package | Description |
---|---|
net.ravendb.abstractions.data | |
net.ravendb.abstractions.indexing | |
net.ravendb.client.connection | |
net.ravendb.client.indexes |
Modifier and Type | Method and Description |
---|---|
IndexDefinition |
IndexToAdd.getDefinition()
Definition of an index
|
Modifier and Type | Method and Description |
---|---|
void |
IndexToAdd.setDefinition(IndexDefinition definition)
Definition of an index
|
Modifier and Type | Method and Description |
---|---|
IndexDefinition |
MergeSuggestions.getMergedIndex() |
Modifier and Type | Method and Description |
---|---|
void |
MergeSuggestions.setMergedIndex(IndexDefinition mergedIndex) |
Modifier and Type | Method and Description |
---|---|
protected IndexDefinition |
ServerClient.directGetIndex(String indexName,
OperationMetadata operationMetadata) |
IndexDefinition |
IDatabaseCommands.getIndex(String name)
Retrieves an index definition from a database.
|
IndexDefinition |
ServerClient.getIndex(String name) |
Modifier and Type | Method and Description |
---|---|
protected Collection<IndexDefinition> |
ServerClient.directGetIndexes(int start,
int pageSize,
OperationMetadata operationMetadata) |
Collection<IndexDefinition> |
IDatabaseCommands.getIndexes(int start,
int pageSize)
Retrieves multiple index definitions from a database
|
Collection<IndexDefinition> |
ServerClient.getIndexes(int start,
int pageSize) |
Modifier and Type | Method and Description |
---|---|
protected Boolean |
ServerClient.directIndexHasChanged(String name,
IndexDefinition definition,
OperationMetadata operationMetadata) |
String |
ServerClient.directPutIndex(String name,
IndexDefinition definition,
boolean overwrite,
OperationMetadata operationMetadata) |
boolean |
IDatabaseCommands.indexHasChanged(String name,
IndexDefinition indexDef)
Lets you check if the given index definition differs from the one on a server.
|
boolean |
ServerClient.indexHasChanged(String name,
IndexDefinition definition) |
String |
IDatabaseCommands.putIndex(String name,
IndexDefinition definition)
Creates an index with the specified name, based on an index definition
|
String |
ServerClient.putIndex(String name,
IndexDefinition definition) |
String |
IDatabaseCommands.putIndex(String name,
IndexDefinition definition,
boolean overwrite)
Creates an index with the specified name, based on an index definition
|
String |
ServerClient.putIndex(String name,
IndexDefinition definition,
boolean overwrite) |
String |
IDatabaseCommands.putIndex(String name,
IndexDefinition definition,
boolean overwrite,
Reference<Operation> precomputeBatchOperation)
Creates an index with the specified name, based on an index definition
|
String |
ServerClient.putIndex(String name,
IndexDefinition definition,
boolean overwrite,
Reference<Operation> precomputeBatchOperation) |
Modifier and Type | Method and Description |
---|---|
IndexDefinition |
AbstractIndexCreationTask.createIndexDefinition() |
IndexDefinition |
RavenDocumentsByEntityName.createIndexDefinition() |
IndexDefinition |
AbstractMultiMapIndexCreationTask.createIndexDefinition() |
IndexDefinition |
IndexDefinitionBuilder.toIndexDefinition(DocumentConvention convention) |
IndexDefinition |
IndexDefinitionBuilder.toIndexDefinition(DocumentConvention convention,
boolean validateMap) |
Copyright © 2016. All Rights Reserved.