| Modifier and Type | Method and 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 and Description |
|---|---|
org.json.JSONObject |
Index.searchSynonyms(SynonymQuery query)
Search for synonyms
|
org.json.JSONObject |
Index.searchSynonyms(SynonymQuery query,
RequestOptions requestOptions)
Search for synonyms
|
Copyright © 2019. All rights reserved.