Package | Description |
---|---|
net.ravendb.abstractions.indexing | |
net.ravendb.client.indexes |
Modifier and Type | Method and Description |
---|---|
static FieldIndexing |
FieldIndexing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldIndexing[] |
FieldIndexing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<String,FieldIndexing> |
IndexDefinition.getIndexes()
Index field indexing settings.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinition.setIndexes(Map<String,FieldIndexing> indexes)
Index field indexing settings.
|
Modifier and Type | Field and Description |
---|---|
protected Map<com.mysema.query.types.Path<?>,FieldIndexing> |
AbstractIndexCreationTask.indexes |
protected Map<String,FieldIndexing> |
AbstractIndexCreationTask.indexesStrings |
Modifier and Type | Method and Description |
---|---|
Map<com.mysema.query.types.Path<?>,FieldIndexing> |
IndexDefinitionBuilder.getIndexes() |
Map<String,FieldIndexing> |
IndexDefinitionBuilder.getIndexesStrings() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractIndexCreationTask.index(com.mysema.query.types.Path<?> field,
FieldIndexing indexing)
Register a field to be indexed
|
protected void |
AbstractIndexCreationTask.index(String field,
FieldIndexing indexing)
Register a field to be indexed
|
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinitionBuilder.setIndexes(Map<com.mysema.query.types.Path<?>,FieldIndexing> indexes) |
void |
IndexDefinitionBuilder.setIndexesStrings(Map<String,FieldIndexing> indexesStrings) |
Copyright © 2016. All Rights Reserved.