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
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