| Modifier and Type | Method | Description |
|---|---|---|
SynonymQuery |
SynonymQuery.setHitsPerPage(Integer hitsPerPage) |
Set the number of hits per page.
|
SynonymQuery |
SynonymQuery.setPage(Integer page) |
Set the page to retrieve (zero base).
|
SynonymQuery |
SynonymQuery.setQueryString(String query) |
Set the full text query
|
SynonymQuery |
SynonymQuery.setTypes(List<SynonymQuery.SynonymType> types) |
Set the types of Synonym to search
|
| Modifier and Type | Method | Description |
|---|---|---|
org.json.JSONObject |
Index.searchSynonyms(SynonymQuery query) |
Search for synonyms
|
org.json.JSONObject |
Index.searchSynonyms(SynonymQuery query,
RequestOptions requestOptions) |
Search for synonyms
|
Copyright © 2018. All rights reserved.