You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/03/28 07:25:00 UTC

[jira] [Created] (LUCENE-10487) Can IndexSearcher enable search concurrency by default?

Adrien Grand created LUCENE-10487:
-------------------------------------

             Summary: Can IndexSearcher enable search concurrency by default?
                 Key: LUCENE-10487
                 URL: https://issues.apache.org/jira/browse/LUCENE-10487
             Project: Lucene - Core
          Issue Type: Task
            Reporter: Adrien Grand


IndexSearcher has the ability to search an index using multiple threads, but this behavior is an opt-in. Could we enable it by default so that:
 - Users experience better latency out-of-the-box.
 - Lucene performs better in comparative benchmarks against other engines that leverage multiple threads by default.

Note that this isn't totally straightforward to implement, as we'd need to share the threadpool across all index searchers and think of when to shut down this threadpool?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org