Package | Description |
---|---|
net.ravendb.abstractions.indexing | |
net.ravendb.client.indexes |
Modifier and Type | Method and Description |
---|---|
static FieldStorage |
FieldStorage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldStorage[] |
FieldStorage.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,FieldStorage> |
IndexDefinition.getStores()
Index field storage settings.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinition.setStores(Map<String,FieldStorage> stores)
Index field storage settings.
|
Modifier and Type | Field and Description |
---|---|
protected Map<com.mysema.query.types.Path<?>,FieldStorage> |
AbstractIndexCreationTask.stores |
protected Map<String,FieldStorage> |
AbstractIndexCreationTask.storesStrings |
Modifier and Type | Method and Description |
---|---|
Map<com.mysema.query.types.Path<?>,FieldStorage> |
IndexDefinitionBuilder.getStores() |
Map<String,FieldStorage> |
IndexDefinitionBuilder.getStoresStrings() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractIndexCreationTask.store(com.mysema.query.types.Path<?> field,
FieldStorage storage)
Register a field to be stored
|
protected void |
AbstractIndexCreationTask.store(String field,
FieldStorage storage)
Register a field to be stored
|
protected void |
AbstractIndexCreationTask.storeAllFields(FieldStorage storage) |
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinitionBuilder.setStores(Map<com.mysema.query.types.Path<?>,FieldStorage> stores) |
void |
IndexDefinitionBuilder.setStoresStrings(Map<String,FieldStorage> storesStrings) |
Copyright © 2016. All Rights Reserved.