When I search for 'bcde' I would like to get all of the following matches:
- 'abcde'
 - 'bcdef'
 - 'abcdef'
 
What is the way to achieve this result in AWS cloudsearch (preferably with a simple query parser)? Prefix will not give me the first result. Is there any other way?
                        
If your index field is of type "text", A simple structured query will return all the matches which include your query string.
Example
Result: