Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cancellation support to IndexSearcher #922

Open
1 task done
paulirwin opened this issue Feb 25, 2024 · 0 comments
Open
1 task done

Add cancellation support to IndexSearcher #922

paulirwin opened this issue Feb 25, 2024 · 0 comments
Labels
design is:feature pri:normal up-for-grabs This issue is open to be worked on by anyone

Comments

@paulirwin
Copy link
Contributor

paulirwin commented Feb 25, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

No response

Describe the solution you'd like

From @NightOwl888:

What I was wondering is whether it makes sense to be able to cancel an in progress search (and whether it would function as expected). We are using a .NET TaskScheduler here and CancellationToken is part of the tool set. This isn't something that exists in Lucene 4.8.0, but I think it would be useful to have in .NET if it can be implemented reliably. That is, if there isn't some other way to cancel a search that I am unaware of.

Additional context

Context: #914 (comment)

@NightOwl888 NightOwl888 added up-for-grabs This issue is open to be worked on by anyone design pri:normal labels Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design is:feature pri:normal up-for-grabs This issue is open to be worked on by anyone
Projects
None yet
Development

No branches or pull requests

2 participants