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 · May be fixed by #1080
Open
1 task done

Add cancellation support to IndexSearcher #922

paulirwin opened this issue Feb 25, 2024 · 0 comments · May be fixed by #1080

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
@paulirwin paulirwin added this to the 4.8.0-beta00018 milestone Oct 28, 2024
@paulirwin paulirwin self-assigned this Dec 31, 2024
@paulirwin paulirwin removed the up-for-grabs This issue is open to be worked on by anyone label Dec 31, 2024
paulirwin added a commit to paulirwin/lucene.net that referenced this issue Dec 31, 2024
paulirwin added a commit to paulirwin/lucene.net that referenced this issue Dec 31, 2024
@paulirwin paulirwin linked a pull request Dec 31, 2024 that will close this issue
4 tasks
paulirwin added a commit to paulirwin/lucene.net that referenced this issue Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants