jpountz commented on issue #12358:
URL: https://github.com/apache/lucene/issues/12358#issuecomment-1596907955
I was wondering about a possible alternative approach that would consist of
handling this optimization more at the collector level. E.g. we could add a new
method to LeafCollector t
msokolov commented on issue #11020:
URL: https://github.com/apache/lucene/issues/11020#issuecomment-1597066615
@adioss why do you say this is "a security issue"? I don't see any security
concerns being discussed here.
--
This is an automated message from the Apache Git Service.
To respon
adioss commented on issue #11020:
URL: https://github.com/apache/lucene/issues/11020#issuecomment-1597126024
Hi @msokolov thanks for the feedback.
In fact,
* somebody created
https://forum.opensearch.org/t/is-opendistro-opensearch-exposed-to-redos-attack/5898/3
(opensearch sensitive
jpountz commented on PR #12374:
URL: https://github.com/apache/lucene/pull/12374#issuecomment-1597335385
I'm not entirely happy with this new constructor either, because now there
are two ways to customize slicing: either with this new constructor or by
overriding the `slices()` method. I'd
jpountz commented on issue #12230:
URL: https://github.com/apache/lucene/issues/12230#issuecomment-1597398770
Would it help if we had something like a `PartialHitCountCollector` in
`lucene/misc` that does what you're describing?
--
This is an automated message from the Apache Git Service.
javanna commented on issue #12230:
URL: https://github.com/apache/lucene/issues/12230#issuecomment-1597471217
> Would it help if we had something like a PartialHitCountCollector in
lucene/misc that does what you're describing?
I believe so, that sounds like a good trade-off.
--
Thi
andrross commented on PR #12374:
URL: https://github.com/apache/lucene/pull/12374#issuecomment-1597890665
+1 to not having two ways to customize slicing.
> the approach to override a method to compute slices given a list of
segments looks more user-friendly to me than having to comput
sohami commented on PR #12374:
URL: https://github.com/apache/lucene/pull/12374#issuecomment-1597927888
> +1 to not having two ways to customize slicing.
>> the approach to override a method to compute slices given a list of
segments looks more user-friendly to me than having to compu
easyice opened a new pull request, #12377:
URL: https://github.com/apache/lucene/pull/12377
### Description
This small change will reduce an unnecessary loop in
DirectMonotonicWriter#flush
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas