Re: Using multiple index searchers.

2008-11-23 Thread Henrik Axelsson
escriptor usage can be minimized by either calling optimize > before opening a new IndexSearcher (depends on how often you want to > see updates), lowering the merge factor, or using the compound file > format. > > -Yonik > > > On Sun, Nov 23, 2008 at 9:32 PM, Henrik Axelss

Re: Using multiple index searchers.

2008-11-23 Thread Henrik Axelsson
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

Using multiple index searchers.

2008-11-23 Thread Henrik Axelsson
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