Package | Description |
---|---|
net.ravendb.abstractions.indexing | |
net.ravendb.client.indexes |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,SuggestionOptions> |
IndexDefinition.getSuggestions() |
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinition.setSuggestions(java.util.Map<java.lang.String,SuggestionOptions> suggestions) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<com.mysema.query.types.Path<?>,SuggestionOptions> |
AbstractIndexCreationTask.indexSuggestions |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Map<com.mysema.query.types.Path<?>,SuggestionOptions> suggestions) |
Copyright © 2014. All Rights Reserved.