javanna merged PR #12603:
URL: https://github.com/apache/lucene/pull/12603
--
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
gf2121 commented on PR #12604:
URL: https://github.com/apache/lucene/pull/12604#issuecomment-1742668578
Hi @jpountz ! Would you please take a look at this PR when you have time?
Looking forward to getting your suggestions on this topic ~
--
This is an automated message from the Apache Git
jpountz commented on PR #12604:
URL: https://github.com/apache/lucene/pull/12604#issuecomment-1742678478
Oh, interesting find, it makes sense to me but I'm not the most familiar one
with this piece of code. @mikemccand or @s1monw what do you think?
--
This is an automated message from the
jpountz commented on code in PR #12610:
URL: https://github.com/apache/lucene/pull/12610#discussion_r1342470366
##
lucene/core/src/java/org/apache/lucene/util/bkd/MutablePointTreeReaderUtils.java:
##
@@ -81,6 +86,40 @@ protected int byteAt(int i, int k) {
return (read
dainiusjocas opened a new pull request, #12613:
URL: https://github.com/apache/lucene/pull/12613
### Description
I've been debugging a problem with a classic query parser producing a
`TermRangeQuery` with wrong tokens. I'm using a `CustomAnalyzer` that uses the
`PatternReplaceFilter
jpountz commented on issue #12418:
URL: https://github.com/apache/lucene/issues/12418#issuecomment-1742740792
Sorry @Yuti-G I had missed your reply!
I think that reverting the commit that you linked only made the test pass
because this commit adds a call to `random().nextInt()` to
`L
s1monw commented on PR #12604:
URL: https://github.com/apache/lucene/pull/12604#issuecomment-1742998087
This change makes sense to me. @mikemccand WDYT
--
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 g
jbellis closed pull request #12421: Concurrent hnsw graph and builder, take two
URL: https://github.com/apache/lucene/pull/12421
--
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.
jbellis commented on PR #12421:
URL: https://github.com/apache/lucene/pull/12421#issuecomment-1743159095
Thanks for the feedback. I've switched my efforts to a DiskANN
implementation in JVector, so closing this out.
--
This is an automated message from the Apache Git Service.
To respond
javanna merged PR #12607:
URL: https://github.com/apache/lucene/pull/12607
--
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
reta commented on code in PR #12606:
URL: https://github.com/apache/lucene/pull/12606#discussion_r1342999505
##
lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java:
##
@@ -420,13 +418,12 @@ public int count(Query query) throws IOException {
}
/**
- * Retur
javanna commented on code in PR #12523:
URL: https://github.com/apache/lucene/pull/12523#discussion_r1343009944
##
lucene/core/src/test/org/apache/lucene/search/TestIndexSearcher.java:
##
@@ -267,7 +266,133 @@ protected LeafSlice[] slices(List
leaves) {
return slic
javanna commented on code in PR #12523:
URL: https://github.com/apache/lucene/pull/12523#discussion_r1343038417
##
lucene/core/src/test/org/apache/lucene/search/TestIndexSearcher.java:
##
@@ -267,11 +266,130 @@ protected LeafSlice[] slices(List
leaves) {
return sli
javanna commented on code in PR #12523:
URL: https://github.com/apache/lucene/pull/12523#discussion_r1343042425
##
lucene/core/src/test/org/apache/lucene/search/TestIndexSearcher.java:
##
@@ -267,11 +266,130 @@ protected LeafSlice[] slices(List
leaves) {
return sli
javanna commented on code in PR #12523:
URL: https://github.com/apache/lucene/pull/12523#discussion_r1343048682
##
lucene/core/src/test/org/apache/lucene/search/TestIndexSearcher.java:
##
@@ -267,7 +266,133 @@ protected LeafSlice[] slices(List
leaves) {
return slic
benwtrent commented on code in PR #12582:
URL: https://github.com/apache/lucene/pull/12582#discussion_r1343092520
##
lucene/core/src/java/org/apache/lucene/codecs/KnnVectorsWriter.java:
##
@@ -139,7 +139,7 @@ public int nextDoc() throws IOException {
}
/** View over mult
quux00 commented on code in PR #12523:
URL: https://github.com/apache/lucene/pull/12523#discussion_r1343142475
##
lucene/core/src/test/org/apache/lucene/search/TestIndexSearcher.java:
##
@@ -267,11 +266,130 @@ protected LeafSlice[] slices(List
leaves) {
return slic
quux00 commented on code in PR #12523:
URL: https://github.com/apache/lucene/pull/12523#discussion_r1343180733
##
lucene/core/src/test/org/apache/lucene/search/TestIndexSearcher.java:
##
@@ -267,7 +266,133 @@ protected LeafSlice[] slices(List
leaves) {
return slice
quux00 commented on code in PR #12523:
URL: https://github.com/apache/lucene/pull/12523#discussion_r1343180948
##
lucene/core/src/test/org/apache/lucene/search/TestIndexSearcher.java:
##
@@ -267,7 +266,133 @@ protected LeafSlice[] slices(List
leaves) {
return slice
quux00 commented on code in PR #12523:
URL: https://github.com/apache/lucene/pull/12523#discussion_r1343185358
##
lucene/core/src/test/org/apache/lucene/search/TestIndexSearcher.java:
##
@@ -267,7 +266,133 @@ protected LeafSlice[] slices(List
leaves) {
return slice
quux00 commented on code in PR #12523:
URL: https://github.com/apache/lucene/pull/12523#discussion_r1343266881
##
lucene/core/src/test/org/apache/lucene/search/TestIndexSearcher.java:
##
@@ -267,11 +266,130 @@ protected LeafSlice[] slices(List
leaves) {
return slic
gtroitskiy opened a new pull request, #12614:
URL: https://github.com/apache/lucene/pull/12614
…cy check
**Root cause**
`onQueryCache` increases `ramBytesUsed` for specified amount, that is being
calculated with respect to query being `Accountable` or not.
Unfortunately, `onQuer
hossman commented on PR #12382:
URL: https://github.com/apache/lucene/pull/12382#issuecomment-1744028622
git bisect has identified `f2bd0bbcdd38cd3c681a9d302bdb856f1a62208d` as the
cause of a recent jenkins failure in `TestBlockMaxConjunction.testRandom` that
reproduces reliably for me loca
jpountz commented on PR #12382:
URL: https://github.com/apache/lucene/pull/12382#issuecomment-1744317702
Thanks Hoss! I had missed this failure, it looks like a real one. I'm
looking.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
24 matches
Mail list logo