jpountz merged pull request #242:
URL: https://github.com/apache/lucene/pull/242
--
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..
[
https://issues.apache.org/jira/browse/LUCENE-9620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409318#comment-17409318
]
ASF subversion and git services commented on LUCENE-9620:
-
Commi
zacharymorn merged pull request #280:
URL: https://github.com/apache/lucene/pull/280
--
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-unsubs
[
https://issues.apache.org/jira/browse/LUCENE-9959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409333#comment-17409333
]
ASF subversion and git services commented on LUCENE-9959:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409381#comment-17409381
]
ASF subversion and git services commented on LUCENE-9620:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409382#comment-17409382
]
ASF subversion and git services commented on LUCENE-9620:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409487#comment-17409487
]
ASF subversion and git services commented on LUCENE-9620:
-
Commi
mikemccand opened a new pull request #2565:
URL: https://github.com/apache/lucene-solr/pull/2565
I felt bad that we did not backport LUCENE-10035 to 8.x!
Just because 9.0 is coming soon, I don't think we should cut back on
backporting "safe" changes. Else we get ourselves into this
[
https://issues.apache.org/jira/browse/LUCENE-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409510#comment-17409510
]
Michael McCandless commented on LUCENE-10035:
-
I felt bad that we were not
mikemccand merged pull request #2565:
URL: https://github.com/apache/lucene-solr/pull/2565
--
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-
[
https://issues.apache.org/jira/browse/LUCENE-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409528#comment-17409528
]
ASF subversion and git services commented on LUCENE-10035:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409532#comment-17409532
]
ASF subversion and git services commented on LUCENE-10035:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-10035:
Fix Version/s: 8.10
> Simple text codec add multi level skip list data
> --
gautamworah96 commented on pull request #179:
URL: https://github.com/apache/lucene/pull/179#issuecomment-912671850
> I think we should backport this one to 8.x
This change relies on the older repo having the "LUCENE-9450 Switch taxonomy
index to use BinaryDocValues" change.
[
https://issues.apache.org/jira/browse/LUCENE-10070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409708#comment-17409708
]
Ankur commented on LUCENE-10070:
Let me pick it up
> "count all" faceting functionalit
[
https://issues.apache.org/jira/browse/LUCENE-10082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Sokolov resolved LUCENE-10082.
--
Resolution: Fixed
> Improve error messages relating to schema consistency enforcement
[
https://issues.apache.org/jira/browse/LUCENE-10080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409749#comment-17409749
]
Marc D'Mello commented on LUCENE-10080:
---
Hi, I'm working on this issue.
> Use a
jtibshirani commented on a change in pull request #277:
URL: https://github.com/apache/lucene/pull/277#discussion_r702202529
##
File path: lucene/core/src/test/org/apache/lucene/util/hnsw/TestHnswGraph.java
##
@@ -493,9 +496,14 @@ public RandomVectorValues copy() {
}
/*
jtibshirani commented on a change in pull request #267:
URL: https://github.com/apache/lucene/pull/267#discussion_r702205240
##
File path: lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraph.java
##
@@ -188,29 +244,95 @@ public int size() {
}
// TODO: optimize RA
jtibshirani commented on a change in pull request #267:
URL: https://github.com/apache/lucene/pull/267#discussion_r702206125
##
File path:
lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraphBuilder.java
##
@@ -66,13 +69,15 @@
* @param beamWidth the size of the beam
goankur opened a new pull request #282:
URL: https://github.com/apache/lucene/pull/282
# Description
Following `Facets` implementations are changed to ignore deleted documents
for `count all` queries that don't use `FacetsCollector` instance.
- SortedSetDocValueFacet
[
https://issues.apache.org/jira/browse/LUCENE-10070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409785#comment-17409785
]
Ankur commented on LUCENE-10070:
New PR available - [https://github.com/apache/lucene/p
22 matches
Mail list logo