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
{{ message }}
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
Here is the main problem: https://github.com/doctrine/search/blob/master/lib/Doctrine/Search/Query.php#L257
Here is two ways.
First one: We can create abstract layer for ResultSet, for example Adapter, and wrap all result sets.
Second one: We can move query on client level, create QueryInterface and realize it in ElasticSerach namespace for example, and create method in Client, something like Client::createQuery.
So each query will work only with his native ResultSet. @MrHash What do you think?
The text was updated successfully, but these errors were encountered:
Here is the main problem: https://github.com/doctrine/search/blob/master/lib/Doctrine/Search/Query.php#L257
Here is two ways.
First one: We can create abstract layer for ResultSet, for example Adapter, and wrap all result sets.
Second one: We can move query on client level, create QueryInterface and realize it in ElasticSerach namespace for example, and create method in Client, something like Client::createQuery.
So each query will work only with his native ResultSet.
@MrHash What do you think?
The text was updated successfully, but these errors were encountered: