This repository was archived by the owner on Jan 31, 2022. It is now read-only.
3.3.0
- removeStopWords can be either a list of language codes or a boolean, see documentation.
- Implement new exact API: see documentation for the new
exactOnSingleWordQuery
andalternativesAsExact
parameters. - Remove app_name string resource (fixes #104)
- New
Index.multipleQueriesAsync()
method (convenience shortcut toClient.multipleQueriesAsync()
)
The following changes impact the offline mode only:
- Require an Android
Context
to be provided during client construction. Warning: breaking change. - Offline requests now also work for disjunctive faceting
- New offline fallback strategy. Warning: breaking change: preemptive search no longer supported.
- Improve detection of non-existent indices
- Improve error handling
- Fix crash on concurrent accesses to a local index
- Fix potential race condition in lazy instantiation of the local index