2

I am trying to use amazon cloudsearch to implement search functionality.

It uses set of key:value pair to represent a document. A suggester can be defined that will give auto complete suggestions based on the values of a particular key. It searches documents whose values in the suggester field start with the specified query string—the beginning of the field must match the query string to be considered a match.

I have searched its documentation. I want to enable auto complete suggestions also from a word present in the middle and not just at the start. Can i enable this on amazon cloudsearch?

Nikhil Sahu
  • 2,463
  • 2
  • 32
  • 48
  • switched to solr now as did not find a way to achieve it on cloudsearch. Now looking for a way to configure n-grams on its text fields in solr. – Nikhil Sahu Oct 08 '15 at 08:57
  • Refer here to configure auto complete with solr: http://stackoverflow.com/questions/32862609/how-to-get-suggestions-in-solr-5-3-0 – Nikhil Sahu Oct 19 '15 at 13:03

0 Answers0