- saveObject(JSONObject, String) - Method in class com.algolia.search.saas.Index
-
Override the content of object
- saveObjects(List<JSONObject>) - Method in class com.algolia.search.saas.Index
-
Override the content of several objects
- saveObjects(JSONArray) - Method in class com.algolia.search.saas.Index
-
Override the content of several objects
- search(Query) - Method in class com.algolia.search.saas.Index
-
Search inside the index
- searchDisjunctiveFaceting(Query, List<String>, Map<String, List<String>>) - Method in class com.algolia.search.saas.Index
-
Perform a search with disjunctive facets generating as many queries as number of disjunctive facets
- searchDisjunctiveFaceting(Query, List<String>) - Method in class com.algolia.search.saas.Index
-
- setAnalyticsTags(String) - Method in class com.algolia.search.saas.Query
-
- setAttributesToHighlight(List<String>) - Method in class com.algolia.search.saas.Query
-
Specify the list of attribute names to highlight.
- setAttributesToRetrieve(List<String>) - Method in class com.algolia.search.saas.Query
-
Specify the list of attribute names to retrieve.
- setAttributesToSnippet(List<String>) - Method in class com.algolia.search.saas.Query
-
Specify the list of attribute names to Snippet alongside the number of
words to return (syntax is 'attributeName:nbWords').
- setExtraHeader(String, String) - Method in class com.algolia.search.saas.APIClient
-
Allow to set custom headers
- setFacetFilters(List<String>) - Method in class com.algolia.search.saas.Query
-
Filter the query by a list of facets.
- setFacetFilters(String) - Method in class com.algolia.search.saas.Query
-
Filter the query by a list of facets.
- setFacets(List<String>) - Method in class com.algolia.search.saas.Query
-
List of object attributes that you want to use for faceting.
- setHighlightingTags(String, String) - Method in class com.algolia.search.saas.Query
-
- setHitsPerPage(int) - Method in class com.algolia.search.saas.Query
-
Set the number of hits per page.
- setIndex(String) - Method in class com.algolia.search.saas.APIClient.IndexQuery
-
- setMaxNumberOfFacets(int) - Method in class com.algolia.search.saas.Query
-
Limit the number of facet values returned for each facet.
- setMinProximity(int) - Method in class com.algolia.search.saas.Query
-
- setMinWordSizeToAllowOneTypo(int) - Method in class com.algolia.search.saas.Query
-
Specify the minimum number of characters in a query word to accept one
typo in this word.
- setMinWordSizeToAllowTwoTypos(int) - Method in class com.algolia.search.saas.Query
-
Specify the minimum number of characters in a query word to accept two
typos in this word.
- setNbHitsPerPage(int) - Method in class com.algolia.search.saas.Query
-
Deprecated.
Use setHitsPerPage
- setNumericFilters(String) - Method in class com.algolia.search.saas.Query
-
Add a list of numeric filters separated by a comma.
- setNumericFilters(List<String>) - Method in class com.algolia.search.saas.Query
-
Add a list of numeric filters separated by a comma.
- setOptionalWords(String) - Method in class com.algolia.search.saas.Query
-
Set the list of words that should be considered as optional when found in
the query.
- setOptionalWords(List<String>) - Method in class com.algolia.search.saas.Query
-
Set the list of words that should be considered as optional when found in
the query.
- setPage(int) - Method in class com.algolia.search.saas.Query
-
Set the page to retrieve (zero base).
- setQuery(Query) - Method in class com.algolia.search.saas.APIClient.IndexQuery
-
- setQueryString(String) - Method in class com.algolia.search.saas.Query
-
Set the full text query
- setQueryType(Query.QueryType) - Method in class com.algolia.search.saas.Query
-
Select how the query words are interpreted:
- setSettings(JSONObject) - Method in class com.algolia.search.saas.Index
-
Set settings for this index
- setTagFilters(String) - Method in class com.algolia.search.saas.Query
-
Filter the query by a set of tags.
- setTimeout(int, int) - Method in class com.algolia.search.saas.APIClient
-
Allow to set the timeout
- setTypoTolerance(Query.TypoTolerance) - Method in class com.algolia.search.saas.Query
-
- setUserAgent(String, String) - Method in class com.algolia.search.saas.APIClient
-
Allow to modify the user-agent in order to add the user agent of the integration
- synonyms - Variable in class com.algolia.search.saas.Query
-