RE: Search all Related Documents

2008-09-18 Thread Abdulrahman Galal
please anyone help me and tell me how to unsubscribe from this mailing list > From: [EMAIL PROTECTED]> Subject: Re: Search all Related Documents> Date: > Thu, 18 Sep 2008 17:35:14 -0500> To: java-user@lucene.apache.org> > You can > search the lucene and solr mailin

Re: Search all Related Documents

2008-09-18 Thread N. Hira
You can search the lucene and solr mailing lists for "denormalize" but the general response is to try one of: 1. de-normalize the data while indexing - advantage: one query - disadvantage: data repetition 2. use 2 indices - advantage: no need for repetition; this is necessa

Search all Related Documents

2008-09-18 Thread Dino Korah
Hi All, Scenario: I have 100 documents in an index and if these documents fall into 10 mutualy exclusive set; And within that set one of them is the main document. Now if I am to search on the index and group the result on 10 mutually exclusive sets. And if I have to display the result with field