Skip to content

Introduce Optional Cap on Number Of Threads Per Query [LUCENE-8808] #9852

@asfimport

Description

@asfimport

With the presence of #9802 , 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.


Migrated from LUCENE-8808 by Atri Sharma (@atris), updated May 24 2019

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions