Hello,Is it possible to structure lucene documents via Solr, so one document 
coud fit into another one ?What I would like to do, for example :I want to 
retrieve full text articles, that fit on several pages for each of them. 
Results must take in account both the pages and the article from wich the 
search terms are from. I can create a lucene document for each pages of the 
article AND the article itself, and do two requests to get my results, but it 
would duplicate the full text in the index, and will not be too efficient. 
Ideally, what I would like to do is to create a document for indexing the text 
of each pages of the article, and group these documents in one document that 
describe the article : this way, when Lucene retrieve a requested term, i'll 
get the article and the page that contains the term.I wonder if there's a way 
to emulate elegantly this behavior with Solr ?Kind Regards,Pierre-Yves Landron
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

Reply via email to