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

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

2014-11-05 Thread Ramzi Alqrainy
You can model this in different ways, depending on your searching/faceting needs. Usually you'll use multivalued or dynamic fields. In the next examples I'll omit the field type, indexed and stored flags: Another one: Here you would store fields 'c_name_1

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