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
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
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