Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-8808

Introduce Optional Cap on Number Of Threads Per Query

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • core/search
    • None
    • New

    Description

      With the presence of https://issues.apache.org/jira/browse/LUCENE-8757 , a natural progression is to allow advanced users to specify a cap on the number of threads a query can use. This is especially useful for long polled IndexSearcher instances, where the same instance is used to fire queries for multiple runs and there are multiple concurrent IndexSearcher instances on the same node.

       

      This will be an optional parameter and local only to the IndexSearcher instance being configured during construction.

      Attachments

        Activity

          People

            Unassigned Unassigned
            atris Atri Sharma
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: