- Add support to OpenSearch v2 - Remove `doc_type` param - Change `record_to_index` to return only the index and not a tuple with index and doc type. - Remove the config var `INDEXER_DEFAULT_DOC_TYPE`
2.0.1
- Bump upper pin of invenio-records
2.0.0
- Integrate invenio-search v2, add support to OpenSearch - Require Elasticsearch >= 7.5 - Remove old versions of Elasticsearch mappings - Breaking: rename kwarg param `es_bulk_kwargs` to `search_bulk_kwargs`
1.2.7
- Add exists method to RecordIndexer API class.
1.2.6
- Add refresh method to RecordIndexer API class.
1.2.5
- Add a config to defined the max number of concurrent consumers when bulk indexing. - Allows to retrieve all registered indexers.