Hi all,

I was wondering about the number of threads to use for indexing.

There is a setting: getMaxThreadStates() in the IndexWriterConfig that
determines how many threads can write to the index  simultaneously.

The luceneutil Indexer.java (that is used for the nightly benchmarks),
seems to use the default value (8), while it uses 20 indexing threads.

Is there a reason to not set the maxThreadStates to the number of indexing
thread?

Thanks!

Reply via email to