-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Search - Core
The number of threads within the thread pool for indexing should be optimal for the number of operations which must occur to rebuild a search index. If there's five operations, then only one thread is needed. If there are 500 then we should have some logic which will devote x threads to processing them.