3

I'm looking for a way to understand how the newly implemented nested document feature works in lucene 3.4. There doesn't seem to be any tutorial available on the net yet considering that it's a very recent feature. Can somebody please demonstrate on how to index/query them? Would be very helpful, thanks a lot :-).

Ananth.

ananthv
  • 533
  • 1
  • 5
  • 12
  • I have read Lucene supports nested documents through a feature called _index-time joining_. However, I could not find any tutorial nor a simple example on how a nested document can be created. Have you found any information about it? – Marco Lackovic Mar 21 '13 at 17:05

1 Answers1

7

I just made a blog post about using BlockJoinQuery:

http://blog.mikemccandless.com/2012/01/searching-relational-content-with.html

Alberto Zaccagni
  • 30,779
  • 11
  • 72
  • 106
Michael McCandless
  • 1,176
  • 7
  • 5