donnerpeter opened a new pull request, #12351:
URL: https://github.com/apache/lucene/pull/12351
We need to check how the timeout interacts with custom exception-throwing
checkCanceled. The default timeout seems not enough for some CI agents, so
let's increase it.
--
This is an automated
iverase opened a new issue, #12352:
URL: https://github.com/apache/lucene/issues/12352
relates to https://github.com/apache/lucene/issues/11986
More polygons reported to be failing to tessellate. The polygon data can be
found here: Sharing the sample polygon data.
[https://raw.git
rafalh opened a new pull request, #12354:
URL: https://github.com/apache/lucene/pull/12354
### Description
When there is a boolean query consisting of a fuzzy query and a boosted term
query during rewrite:
1. fuzzy query is replaced by `BlendedTermQuery` with a series of term
quer
jpountz opened a new issue, #12355:
URL: https://github.com/apache/lucene/issues/12355
### Description
Forked from
https://lists.apache.org/thread/1fskhmz84pp60o41txsxj2193vt9txod: the fact that
FST reads bytes backwards doesn't play well with BufferedIndexInput, which
triggers a re
jpountz opened a new issue, #12356:
URL: https://github.com/apache/lucene/issues/12356
### Description
Forked from
https://lists.apache.org/thread/1fskhmz84pp60o41txsxj2193vt9txod: if
`BufferedIndexInput` is asked to read N bytes backward, one after the other, it
will internally tri
dweiss commented on code in PR #12351:
URL: https://github.com/apache/lucene/pull/12351#discussion_r1221418008
##
lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/TestHunspell.java:
##
@@ -74,7 +75,7 @@ public void testCustomCheckCanceledGivesPartialResult()
donnerpeter merged PR #12351:
URL: https://github.com/apache/lucene/pull/12351
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@lucene
romseygeek commented on issue #12356:
URL: https://github.com/apache/lucene/issues/12356#issuecomment-1580848574
Maybe the simplest change to make here would be in
`BufferedIndexInput.readXXX(pos)`, when pos is less than `bufferStart`, we
reset `bufferStart` to `Math.min(pos, bufferStart -
romseygeek commented on issue #12356:
URL: https://github.com/apache/lucene/issues/12356#issuecomment-1581011484
> we'd have the same issue that every read needs to perform a refill if
backward and forward reads are interleaved
I think this would only be the case if the target of the
jpountz commented on issue #12356:
URL: https://github.com/apache/lucene/issues/12356#issuecomment-1581099491
Thanks, I think you're right that the binary search scenario I had in mind
would not be impacted.
--
This is an automated message from the Apache Git Service.
To respond to the me
dweiss commented on PR #12351:
URL: https://github.com/apache/lucene/pull/12351#issuecomment-1581103146
Thanks @donnerpeter !
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
tflobbe merged PR #12326:
URL: https://github.com/apache/lucene/pull/12326
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@lucene.apa
12 matches
Mail list logo