Restrict search to subset (a list of aprrox 40,000 ids from an external service) of corpus

2014-11-14 Thread henry cleland
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 id4 ) AND name:* Also what is the limit of "OR"s i can apply on the query if that is th

Re: Indexing nested document to support blockjoin queries in solr 4.10.1

2014-11-05 Thread henry cleland
Hi Ramzi, Thanks for the response. I should have pointed out that this is an overly simplified view of my scenario at hand. Denormalisation is not an option for me as advised because of the sheer volume, nature and spread/skewness of the relations/schema of my actual data scenario. Also multivalued

Indexing nested document to support blockjoin queries in solr 4.10.1

2014-11-05 Thread henry cleland
Hello Guys, Im a noob on this mailing list so bear with me. Could i kindly get some help on this very elaborate problem? http://stackoverflow.com/questions/26759366/solr-blockjoin-indexing-for-solr-4-10-1 Thanks