How to do wildcard search using structured prefix operator with AWS CloudSearch
问题 I've currently migrating to the 2013 Cloudsearch API (from the 2011 API). Previously, I had been using a wildcard prefix with my searches, like this: bq=(and 'first secon*') My queries sometimes include facet options, which is why I use the boolean query syntax and not the simple version. I've created a new cloudsearch instance using the 2013 engine and indexed it. The bq parameter is gone now, so I have to use the q parameter with the q.parser=structured parameter to get the same