Re: SOLR Support for Lucene Nested Documents

2011-08-05 Thread Martijn v Groningen
Hi Josh, Solr doesn't expose this Lucene feature yet. To support this Solr needs to be able to index documents in a single block. Also the BlockJoinQuery needs to be exposed to Solr (this can easily happen via a QParserPlugin). Martijn On 5 August 2011 00:00, Joshua Harness wrote: > I noticed

SOLR Support for Lucene Nested Documents

2011-08-04 Thread Joshua Harness
I noticed that lucene supports 'Nested Documents'. However - I couldn't find mention of this feature within SOLR. Does anybody know how to leverage this lucene feature through SOLR? Thanks! Josh Harness