Re: lucene scanning

2010-08-26 Thread Erick Erickson
Why do you care? By that I mean that nothing you've written gives us any clue whether you need to do anything about making things faster. "Making things faster" is a laudable goal, but not worth worrying about until you can confidently state you have performance issues. And you've provided no deta

lucene scanning

2010-08-26 Thread suman.holani
hi , 1. whether any search query, will scan for all documents in the lucene indexes 2. I want to search query faster.So I thought of if I could reduce the number of docs , lucene needs to search for , when given some search parameters. It would act lil faster. Can we make subset (subindexe