Re: NewBie To Lucene || Perfect configuration on a 64 bit server

2014-05-23 Thread Vitaly Funstein
At the risk of sounding overly critical here, I would say you need to scrap your entire approach of building one small index per request, and just build your entire searchable data store in Lucene/Solr. This is the simplest and probably most maintainable and scalable solution. Even if your index co

Re: NewBie To Lucene || Perfect configuration on a 64 bit server

2014-05-23 Thread Shashi Kant
To 2nd Vitaly's suggestion. You should consider using Apache Solr instead - it handles such issues OOTB . On Fri, May 23, 2014 at 7:52 PM, Vitaly Funstein wrote: > At the risk of sounding overly critical here, I would say you need to scrap > your entire approach of building one small index per