Hi guys, How do I search only a subset of my corpus based on a large list of non consecutive unique key ids (cannot do a range query). Is there a way around doing this q=id:(id1 OR id2 OR id3 OR id4 ... OR id40000 ) AND name:*
Also what is the limit of "OR"s i can apply on the query if that is the only way out, i don't suppose it is infinity. Thanks