glawson0 commented on pull request #157:
URL: https://github.com/apache/lucene/pull/157#issuecomment-895680595
Thanks for the merge! You are correct, there are no API changes and it
should be safe to backport.
--
This is an automated message from the Apache Git Service.
To respond to th
[
https://issues.apache.org/jira/browse/LUCENE-9614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396283#comment-17396283
]
Michael Sokolov edited comment on LUCENE-9614 at 8/9/21, 9:07 PM:
[
https://issues.apache.org/jira/browse/LUCENE-9614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396283#comment-17396283
]
Michael Sokolov commented on LUCENE-9614:
-
Thinking about how to make the scores
ctargett commented on pull request #1971:
URL: https://github.com/apache/lucene-solr/pull/1971#issuecomment-895533661
We can't use Jekyll 4 due to problems with its dependencies on Windows
machines (see also https://issues.apache.org/jira/browse/SOLR-15520). Closing
this.
--
This is an
ctargett closed pull request #1971:
URL: https://github.com/apache/lucene-solr/pull/1971
--
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-un
ctargett closed pull request #2467:
URL: https://github.com/apache/lucene-solr/pull/2467
--
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-un
ctargett commented on pull request #2467:
URL: https://github.com/apache/lucene-solr/pull/2467#issuecomment-895532506
I'm going to close this PR since it should now go against the `apache/solr`
repo's `main` branch instead. However, I have made this change in a branch and
I'll merge that i
[
https://issues.apache.org/jira/browse/LUCENE-9963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396254#comment-17396254
]
ASF subversion and git services commented on LUCENE-9963:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396253#comment-17396253
]
ASF subversion and git services commented on LUCENE-9963:
-
Commi
mikemccand merged pull request #157:
URL: https://github.com/apache/lucene/pull/157
--
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-unsubsc
[
https://issues.apache.org/jira/browse/LUCENE-9620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396196#comment-17396196
]
Gautam Worah commented on LUCENE-9620:
--
Hmm. Okay. Just so I get it right, this iss
msokolov commented on a change in pull request #239:
URL: https://github.com/apache/lucene/pull/239#discussion_r685374213
##
File path: lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraph.java
##
@@ -109,13 +115,14 @@ public static NeighborQueue search(
if (visite
jtibshirani commented on a change in pull request #239:
URL: https://github.com/apache/lucene/pull/239#discussion_r685344896
##
File path:
lucene/core/src/test/org/apache/lucene/codecs/lucene90/TestLucene90HnswVectorsFormat.java
##
@@ -16,13 +16,79 @@
*/
package org.apache.
mikemccand commented on pull request #157:
URL: https://github.com/apache/lucene/pull/157#issuecomment-895357881
+1, thanks @glawson0 -- I'll try to merge this soon.
I think this is also safe to backport? No API breaks, and it is "just"
fixing bugs in this hairy `TokenFilter`?
--
jtibshirani commented on a change in pull request #239:
URL: https://github.com/apache/lucene/pull/239#discussion_r685315440
##
File path:
lucene/core/src/test/org/apache/lucene/codecs/lucene90/TestLucene90HnswVectorsFormat.java
##
@@ -16,13 +16,79 @@
*/
package org.apache.
jtibshirani commented on a change in pull request #239:
URL: https://github.com/apache/lucene/pull/239#discussion_r685309467
##
File path:
lucene/core/src/test/org/apache/lucene/codecs/lucene90/TestLucene90HnswVectorsFormat.java
##
@@ -16,13 +16,79 @@
*/
package org.apache.
jtibshirani commented on a change in pull request #239:
URL: https://github.com/apache/lucene/pull/239#discussion_r685299100
##
File path: lucene/core/src/java/org/apache/lucene/util/hnsw/NeighborQueue.java
##
@@ -42,13 +42,6 @@
}
}
- NeighborQueue copy(boolean rever
jtibshirani commented on a change in pull request #239:
URL: https://github.com/apache/lucene/pull/239#discussion_r685297886
##
File path: lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraph.java
##
@@ -109,13 +115,14 @@ public static NeighborQueue search(
if (vis
jtibshirani commented on a change in pull request #239:
URL: https://github.com/apache/lucene/pull/239#discussion_r685289606
##
File path: lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraph.java
##
@@ -138,10 +145,14 @@ public static NeighborQueue search(
con
msokolov commented on a change in pull request #239:
URL: https://github.com/apache/lucene/pull/239#discussion_r685157613
##
File path: lucene/core/src/java/org/apache/lucene/util/hnsw/NeighborQueue.java
##
@@ -42,13 +42,6 @@
}
}
- NeighborQueue copy(boolean reversed
[
https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17393292#comment-17393292
]
Julie Tibshirani edited comment on LUCENE-9004 at 8/9/21, 12:16 PM:
--
[
https://issues.apache.org/jira/browse/LUCENE-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wuda updated LUCENE-10035:
--
Comment: was deleted
(was: Thanks! I have commited and add a new pull request.)
> Simple text codec add mul
janhoy closed pull request #2550:
URL: https://github.com/apache/lucene-solr/pull/2550
--
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-unsu
mayya-sharipova commented on a change in pull request #239:
URL: https://github.com/apache/lucene/pull/239#discussion_r685117823
##
File path: lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraph.java
##
@@ -138,10 +145,14 @@ public static NeighborQueue search(
[
https://issues.apache.org/jira/browse/LUCENE-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wuda updated LUCENE-10035:
--
Description:
Simple text codec add skip list data( include impact) to help understand index
format,For debug
[
https://issues.apache.org/jira/browse/LUCENE-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wuda updated LUCENE-10035:
--
Status: Patch Available (was: Open)
> Simple text codec add multi level skip list data
> -
[
https://issues.apache.org/jira/browse/LUCENE-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wuda updated LUCENE-10035:
--
Attachment: LUCENE-10035.patch
Status: Open (was: Open)
> Simple text codec add multi level skip li
[
https://issues.apache.org/jira/browse/LUCENE-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wuda updated LUCENE-10035:
--
Status: Open (was: Patch Available)
> Simple text codec add multi level skip list data
> -
[
https://issues.apache.org/jira/browse/LUCENE-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wuda updated LUCENE-10035:
--
Status: Patch Available (was: Open)
> Simple text codec add multi level skip list data
> -
[
https://issues.apache.org/jira/browse/LUCENE-10040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17395937#comment-17395937
]
Julie Tibshirani commented on LUCENE-10040:
---
I opened [https://github.com/apa
jtibshirani commented on a change in pull request #239:
URL: https://github.com/apache/lucene/pull/239#discussion_r685036039
##
File path:
lucene/core/src/test/org/apache/lucene/codecs/lucene90/TestLucene90HnswVectorsFormat.java
##
@@ -16,13 +16,79 @@
*/
package org.apache.
jtibshirani opened a new pull request #239:
URL: https://github.com/apache/lucene/pull/239
This PR extends VectorReader#search to take a parameter specifying the live
docs. LeafReader#searchNearestVectors then always returns the k nearest
undeleted docs.
To implement this, the H
[
https://issues.apache.org/jira/browse/LUCENE-9620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17395870#comment-17395870
]
Adrien Grand commented on LUCENE-9620:
--
Hi [~gworah]. Actually I was thinking of ke
33 matches
Mail list logo