solariumphp / solarium

PHP Solr client library
Other
933 stars 302 forks source link

Using Solarium with Amazon CloudSearch #522

Closed mefiblogger closed 6 years ago

mefiblogger commented 7 years ago

Hello,

This is not really an issue, more like a question: I'm wondering if there's anyone using Solarium with Amazon CloudSearch? We are planning to switch from Solr to Amazon CloudSearch and for the first sight the two APIs seems compatible, but I'd like to talk with someone who has hands-on experience in the topic.

Thanks in advance, Mefi

ghost commented 7 years ago

Honestly you would be better off using the AWSSDK for this, while Amazon CloudSearch does share similar behavior to Solr it is not same (especially with regards to facets). The query endpoints and behavior are not the same as Solr either with regards to filtering queries (i.e. edismax is not properly supported) nor is the spellcheck or suggestion system the same.

mkalkbrenner commented 6 years ago

@extrarius Thanks for the explanation.