Package | Description |
---|---|
net.ravendb.abstractions.indexing | |
net.ravendb.client.indexes |
Modifier and Type | Method and Description |
---|---|
Map<String,SuggestionOptions> |
IndexDefinition.getSuggestions()
Index field suggestion settings.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinition.setSuggestions(Map<String,SuggestionOptions> suggestions)
Index field suggestion settings.
|
Modifier and Type | Field and Description |
---|---|
protected Map<com.mysema.query.types.Path<?>,SuggestionOptions> |
AbstractIndexCreationTask.indexSuggestions |
Modifier and Type | Method and Description |
---|---|
Map<com.mysema.query.types.Path<?>,SuggestionOptions> |
IndexDefinitionBuilder.getSuggestions() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractIndexCreationTask.suggestion(com.mysema.query.types.Path<?> field,
SuggestionOptions suggestion)
Register a field to be sorted
|
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinitionBuilder.setSuggestions(Map<com.mysema.query.types.Path<?>,SuggestionOptions> suggestions) |
Copyright © 2016. All Rights Reserved.