Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.connection | |
net.ravendb.client.document.batches | |
net.ravendb.client.linq |
Modifier and Type | Method and Description |
---|---|
SuggestionQueryResult |
LinqExtensionsQueryable.suggest(SuggestionQuery query) |
Lazy<SuggestionQueryResult> |
LinqExtensionsQueryable.suggestLazy(SuggestionQuery query) |
Modifier and Type | Method and Description |
---|---|
protected SuggestionQueryResult |
ServerClient.directSuggest(String index,
SuggestionQuery suggestionQuery,
OperationMetadata operationMetadata) |
SuggestionQueryResult |
IDatabaseCommands.suggest(String index,
SuggestionQuery suggestionQuery)
Returns a list of suggestions based on the specified suggestion query
|
SuggestionQueryResult |
ServerClient.suggest(String index,
SuggestionQuery suggestionQuery) |
Constructor and Description |
---|
LazySuggestOperation(String index,
SuggestionQuery suggestionQuery) |
Modifier and Type | Method and Description |
---|---|
SuggestionQueryResult |
RavenQueryInspector.suggest(SuggestionQuery query) |
Lazy<SuggestionQueryResult> |
RavenQueryInspector.suggestLazy(SuggestionQuery query) |
Copyright © 2016. All Rights Reserved.