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?