You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to use async client also. For this Indexer, SchemaManager, Searcher need to be updated. As there currently only sync Elasticsearch object is supported and not the Async Promise:
Currently only
sync
http client is supported:https://github.com/schranz-search/schranz-search/blob/dbf8196bd64bd9b1aa88a628857b8d423a265da6/packages/seal-elasticsearch-adapter/ElasticsearchAdapter.php#L28
It should be possible to use
async
client also. For this Indexer, SchemaManager, Searcher need to be updated. As there currently only syncElasticsearch
object is supported and not the AsyncPromise
:https://github.com/schranz-search/schranz-search/blob/dbf8196bd64bd9b1aa88a628857b8d423a265da6/packages/seal-elasticsearch-adapter/ElasticsearchIndexer.php#L36
The text was updated successfully, but these errors were encountered: