AWS CloudSearch: how to search a large subset?
问题 I simply want to search a large subset of ids within our CloudSearch index. I have tried with a structured query (and also with a simple query plus a filterQuery), for example this narrows the search to three records only, those with item_key of 36933, 36940, or 36950. (or (term field=item_key 'item_36933') (term field=item_key 'item_36940') (term field=item_key 'item_36950')) This works, and it is obviously easy to expand that structured query to include many items. However, there seems to