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
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
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