[jira] [Commented] (LUCENE-10070) "count all" faceting functionality counts deleted docs for multiple implementations

2021-09-03 Thread Ankur (Jira)
[ 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

[GitHub] [lucene] goankur opened a new pull request #282: Lucene-10070

2021-09-03 Thread GitBox
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

[GitHub] [lucene] jtibshirani commented on a change in pull request #267: LUCENE-10054 Handle hierarchy in graph construction and search

2021-09-03 Thread GitBox
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

[GitHub] [lucene] jtibshirani commented on a change in pull request #267: LUCENE-10054 Handle hierarchy in graph construction and search

2021-09-03 Thread GitBox
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

[GitHub] [lucene] jtibshirani commented on a change in pull request #277: LUCENE-10040 Correct TestHnswGraph.testSearchWithAcceptOrds

2021-09-03 Thread GitBox
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() { } /*

[jira] [Commented] (LUCENE-10080) Use a bit set to count long-tail of singleton FacetLabels?

2021-09-03 Thread Marc D'Mello (Jira)
[ 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

[jira] [Resolved] (LUCENE-10082) Improve error messages relating to schema consistency enforcement

2021-09-03 Thread Michael Sokolov (Jira)
[ 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

[jira] [Commented] (LUCENE-10070) "count all" faceting functionality counts deleted docs for multiple implementations

2021-09-03 Thread Ankur (Jira)
[ 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

[GitHub] [lucene] gautamworah96 commented on pull request #179: LUCENE-9476: Add getBulkPath API to DirectoryTaxonomyReader

2021-09-03 Thread GitBox
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.

[jira] [Updated] (LUCENE-10035) Simple text codec add multi level skip list data

2021-09-03 Thread Michael McCandless (Jira)
[ 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 > --

[jira] [Commented] (LUCENE-10035) Simple text codec add multi level skip list data

2021-09-03 Thread ASF subversion and git services (Jira)
[ 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

[jira] [Commented] (LUCENE-10035) Simple text codec add multi level skip list data

2021-09-03 Thread ASF subversion and git services (Jira)
[ 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

[GitHub] [lucene-solr] mikemccand merged pull request #2565: LUCENE-10035: Simple text codec add multi level skip list data (#224)

2021-09-03 Thread GitBox
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-

[jira] [Commented] (LUCENE-10035) Simple text codec add multi level skip list data

2021-09-03 Thread Michael McCandless (Jira)
[ 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

[GitHub] [lucene-solr] mikemccand opened a new pull request #2565: LUCENE-10035: Simple text codec add multi level skip list data (#224)

2021-09-03 Thread GitBox
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

[jira] [Commented] (LUCENE-9620) Add Weight#count(LeafReaderContext)

2021-09-03 Thread ASF subversion and git services (Jira)
[ 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

[jira] [Commented] (LUCENE-9620) Add Weight#count(LeafReaderContext)

2021-09-03 Thread ASF subversion and git services (Jira)
[ 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

[jira] [Commented] (LUCENE-9620) Add Weight#count(LeafReaderContext)

2021-09-03 Thread ASF subversion and git services (Jira)
[ 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

[jira] [Commented] (LUCENE-9959) Can we remove threadlocals of stored fields and term vectors

2021-09-03 Thread ASF subversion and git services (Jira)
[ 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

[GitHub] [lucene] zacharymorn merged pull request #280: Revert "LUCENE-9959: Add non thread local based API for term vector reader usage (#180)"

2021-09-03 Thread GitBox
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

[jira] [Commented] (LUCENE-9620) Add Weight#count(LeafReaderContext)

2021-09-03 Thread ASF subversion and git services (Jira)
[ 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

[GitHub] [lucene] jpountz merged pull request #242: LUCENE-9620 Add Weight#count(LeafReaderContext)

2021-09-03 Thread GitBox
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..