| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.responses |
| Modifier and Type | Method and Description |
|---|---|
default SearchSynonymResult |
SyncSynonyms.searchSynonyms(SynonymQuery query)
Search for synonyms
|
default SearchSynonymResult |
SyncSynonyms.searchSynonyms(SynonymQuery query,
RequestOptions requestOptions)
Search for synonyms
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchSynonymResult> |
AsyncSynonyms.searchSynonyms(SynonymQuery query)
Search for synonyms
|
default CompletableFuture<SearchSynonymResult> |
AsyncSynonyms.searchSynonyms(SynonymQuery query,
RequestOptions requestOptions)
Search for synonyms
|
| Modifier and Type | Method and Description |
|---|---|
static SearchSynonymResult |
SearchSynonymResult.empty() |
SearchSynonymResult |
SearchSynonymResult.setHits(List<AbstractSynonym> hits) |
SearchSynonymResult |
SearchSynonymResult.setNbHits(int nbHits) |
Copyright © 2018. All rights reserved.