Thanks for the quick reply, time to get to work on a prototype!
On Mon, Nov 24, 2008 at 2:12 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote:
> If the data is unrelated, separate indexes will lead to the best performance.
> Memory usage should be less or equal to one big index.
> File descriptor usage
If the data is unrelated, separate indexes will lead to the best performance.
Memory usage should be less or equal to one big index.
File descriptor usage can be minimized by either calling optimize
before opening a new IndexSearcher (depends on how often you want to
see updates), lowering the merg
Hi all,
After reading the FAQ I have a question regarding the use of multiple
indexes and thus IndexSearches on the one server.
I work on ecommerce websites and am looking at replacing our current
method of full text searching product descriptions and names with a
Lucene implementation. I envisag