You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add CancellationToken parameter to IndexSearcher methods, apache#922
* Pass cancellation token and throw if requested, apache#922
* Pass cancellation token further down in multithreaded code, apache#922
* PR feedback
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Add unit tests for cancellation support
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
For each of the above collector types there is also a variant that works with `ValueSource` instead of of fields. Concretely this means that these variants can work with functions. These variants are slower than there termbased counter parts. These implementations are located in the `Lucene.Net.Search.Grouping.Function` package, but can also be used with the `GroupingSearch` convenience utility
169
+
For each of the above collector types there is also a variant that works with `ValueSource` instead of fields. Concretely, this means that these variants can work with functions. These variants are slower than their term-based counterparts. These implementations are located in the `Lucene.Net.Search.Grouping.Function` package, but can also be used with the `GroupingSearch` convenience utility.
0 commit comments