Package | Description |
---|---|
net.ravendb.abstractions.indexing | |
net.ravendb.client.indexes |
Modifier and Type | Method and Description |
---|---|
static FieldIndexing |
FieldIndexing.valueOf(java.lang.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 |
---|---|
java.util.Map<java.lang.String,FieldIndexing> |
IndexDefinition.getIndexes() |
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinition.setIndexes(java.util.Map<java.lang.String,FieldIndexing> indexes) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<com.mysema.query.types.Path<?>,FieldIndexing> |
AbstractIndexCreationTask.indexes |
protected java.util.Map<java.lang.String,FieldIndexing> |
AbstractIndexCreationTask.indexesStrings |
Modifier and Type | Method and Description |
---|---|
java.util.Map<com.mysema.query.types.Path<?>,FieldIndexing> |
IndexDefinitionBuilder.getIndexes() |
java.util.Map<java.lang.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(java.lang.String field,
FieldIndexing indexing)
Register a field to be indexed
|
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinitionBuilder.setIndexes(java.util.Map<com.mysema.query.types.Path<?>,FieldIndexing> indexes) |
void |
IndexDefinitionBuilder.setIndexesStrings(java.util.Map<java.lang.String,FieldIndexing> indexesStrings) |
Copyright © 2014. All Rights Reserved.