Re: Modelling Relational Lucene Index

2006-12-27 Thread Erick Erickson
One other note. If you do NOT store the article text, you can still search it but your index size for storing the text data will be MUCH smaller. This requires that you have access to the actual text somewhere in order to be able to return it to the user, but it's a possibility. The scenario runs

Modelling Relational Lucene Index

2006-12-27 Thread Harini Raghavan
Hi Erick, Thank you for the detailed response. First I would like to mention that my application has an index with company id & name indexed for article for the following reasons: 1. A search interface where we search across articles and companies. 2. Paging - I need to page the results after