[GitHub] [lucene-solr] gsmiller commented on pull request #2521: Backport LUCENE-9948 LUCENE-9964

2021-07-20 Thread GitBox
gsmiller commented on pull request #2521: URL: https://github.com/apache/lucene-solr/pull/2521#issuecomment-882695741 @gautamworah96 I don't think we want to make this non-backwards compatible change (LUCENE-9948) in 8.10. I think we need to wait for 9.0 for that. This is just what I've ga

[GitHub] [lucene] dnhatn commented on a change in pull request #214: LUCENE-10027 provide leaf sorter from commit

2021-07-20 Thread GitBox
dnhatn commented on a change in pull request #214: URL: https://github.com/apache/lucene/pull/214#discussion_r672315261 ## File path: lucene/core/src/java/org/apache/lucene/index/DirectoryReader.java ## @@ -122,6 +122,23 @@ public static DirectoryReader open(final IndexCommit

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

2021-07-20 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384068#comment-17384068 ] Adrien Grand commented on LUCENE-9959: -- I actually like the changes made in #180. I

[jira] [Created] (LUCENE-10030) [DrillSidewaysScorer] redundant score() calculations in doQueryFirstScoring

2021-07-20 Thread Grigoriy Troitskiy (Jira)
Grigoriy Troitskiy created LUCENE-10030: --- Summary: [DrillSidewaysScorer] redundant score() calculations in doQueryFirstScoring Key: LUCENE-10030 URL: https://issues.apache.org/jira/browse/LUCENE-10030

[jira] [Updated] (LUCENE-10030) [DrillSidewaysScorer] redundant score() calculations in doQueryFirstScoring

2021-07-20 Thread Grigoriy Troitskiy (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grigoriy Troitskiy updated LUCENE-10030: Description: *Diff* {code:java} @@ -195,11 +195,8 @@ class DrillSidewaysScorer ex

[GitHub] [lucene-solr] gsmiller commented on pull request #2521: Backport LUCENE-9948 LUCENE-9964

2021-07-20 Thread GitBox
gsmiller commented on pull request #2521: URL: https://github.com/apache/lucene-solr/pull/2521#issuecomment-882695741 @gautamworah96 I don't think we want to make this non-backwards compatible change (LUCENE-9948) in 8.10. I think we need to wait for 9.0 for that. This is just what I've ga

[GitHub] [lucene] dnhatn commented on a change in pull request #214: LUCENE-10027 provide leaf sorter from commit

2021-07-20 Thread GitBox
dnhatn commented on a change in pull request #214: URL: https://github.com/apache/lucene/pull/214#discussion_r672315261 ## File path: lucene/core/src/java/org/apache/lucene/index/DirectoryReader.java ## @@ -122,6 +122,23 @@ public static DirectoryReader open(final IndexCommit

[GitHub] [lucene] gtroitskiy opened a new pull request #217: LUCENE-10030: [DrillSidewaysScorer.doQueryFirstScoring] disable scoring for near-miss hits

2021-07-20 Thread GitBox
gtroitskiy opened a new pull request #217: URL: https://github.com/apache/lucene/pull/217 https://issues.apache.org/jira/browse/LUCENE-10030 disabling scoring for near-miss hits, since it's quite heavy and it isn't being used anywhere please check the Jira issue for more details --

[GitHub] [lucene] jpountz commented on pull request #205: LUCENE-9959: Rename TermVectorsReader to TermVectorsReaderBase

2021-07-20 Thread GitBox
jpountz commented on pull request #205: URL: https://github.com/apache/lucene/pull/205#issuecomment-883355855 I prefer the current API that's been merged as part of #180 than the proposed API where Fields, TermVectors and TermVectorsReader get renamed to TermVectors, TermVectorsReader and

[GitHub] [lucene] jpountz commented on a change in pull request #214: LUCENE-10027 provide leaf sorter from commit

2021-07-20 Thread GitBox
jpountz commented on a change in pull request #214: URL: https://github.com/apache/lucene/pull/214#discussion_r673086767 ## File path: lucene/core/src/java/org/apache/lucene/index/DirectoryReader.java ## @@ -122,6 +122,23 @@ public static DirectoryReader open(final IndexCommit

[GitHub] [lucene] jpountz commented on a change in pull request #196: LUCENE-10000: Make MultiCollectorManager consistent with MultiCollector

2021-07-20 Thread GitBox
jpountz commented on a change in pull request #196: URL: https://github.com/apache/lucene/pull/196#discussion_r673114007 ## File path: lucene/core/src/java/org/apache/lucene/search/MultiCollector.java ## @@ -83,7 +83,7 @@ public static Collector wrap(Iterable collectors) {

[jira] [Commented] (LUCENE-10010) Should we have a NFA Query?

2021-07-20 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384259#comment-17384259 ] Michael McCandless commented on LUCENE-10010: - bq. While in the NFA query,

[GitHub] [lucene] mocobeta opened a new pull request #218: LUCENE-9855: Rename knn search vector format

2021-07-20 Thread GitBox
mocobeta opened a new pull request #218: URL: https://github.com/apache/lucene/pull/218 This is the second attempt to rename the nearest-neighbor vector search format. Changes in o.a.l.codec package: - rename VectorFormat to KnnVectorsVormat, VectorReader to KnnVectorsReader, and

[GitHub] [lucene-solr] mikemccand commented on pull request #2521: Backport LUCENE-9948 LUCENE-9964

2021-07-20 Thread GitBox
mikemccand commented on pull request #2521: URL: https://github.com/apache/lucene-solr/pull/2521#issuecomment-883450480 > @gautamworah96 I don't think we want to make this non-backwards compatible change (LUCENE-9948) in 8.10. I think we need to wait for 9.0 for that. This is just what I'v

[jira] [Commented] (LUCENE-9450) Taxonomy index should use DocValues not StoredFields

2021-07-20 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384320#comment-17384320 ] Michael McCandless commented on LUCENE-9450: Catching up here... So yeah as

[GitHub] [lucene] mocobeta commented on pull request #207: LUCENE-9855: Rename nn search vector format

2021-07-20 Thread GitBox
mocobeta commented on pull request #207: URL: https://github.com/apache/lucene/pull/207#issuecomment-883464749 I opened #218 since I found that it's much easier than to revert previous commits and resolve the conflicts with the latest main here. Can you have a look at it? "Knn" vs.

[GitHub] [lucene] mocobeta commented on pull request #207: LUCENE-9855: Rename nn search vector format

2021-07-20 Thread GitBox
mocobeta commented on pull request #207: URL: https://github.com/apache/lucene/pull/207#issuecomment-883474655 > A new question is whether VectorSimilarityFunction needs renaming now that it's been extracted out from VectorValues. I'm fine with `VectorSimilarityFunction` and haven't

[jira] [Commented] (LUCENE-10015) Remove VectorValues.SimilarityFunction, remove NONE

2021-07-20 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384330#comment-17384330 ] Adrien Grand commented on LUCENE-10015: --- In this case, nextDoc would hopefully re

[GitHub] [lucene] mocobeta commented on a change in pull request #218: LUCENE-9855: Rename knn search vector format

2021-07-20 Thread GitBox
mocobeta commented on a change in pull request #218: URL: https://github.com/apache/lucene/pull/218#discussion_r673219671 ## File path: lucene/CHANGES.txt ## @@ -7,7 +7,7 @@ http://s.apache.org/luceneversions New Features -* LUCENE-9322: Vector-valued fields, Lucene90 Code

[GitHub] [lucene] jpountz opened a new pull request #219: LUCENE-10015: Remove VectorSimilarityFunction#NONE.

2021-07-20 Thread GitBox
jpountz opened a new pull request #219: URL: https://github.com/apache/lucene/pull/219 -- 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

[GitHub] [lucene] dsmiley commented on pull request #205: LUCENE-9959: Rename TermVectorsReader to TermVectorsReaderBase

2021-07-20 Thread GitBox
dsmiley commented on pull request #205: URL: https://github.com/apache/lucene/pull/205#issuecomment-883540136 FWIW, what I care about most in this is that Fields.java is relegated to an internal only thing associated with the terms index, for those that build PostingsFormats 'n such. I fi

[GitHub] [lucene-solr] HoustonPutman merged pull request #2533: SOLR-15549: Add support for Solr 9.0 clouds in ZkStateReader

2021-07-20 Thread GitBox
HoustonPutman merged pull request #2533: URL: https://github.com/apache/lucene-solr/pull/2533 -- 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: issu

[jira] [Commented] (LUCENE-9450) Taxonomy index should use DocValues not StoredFields

2021-07-20 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384409#comment-17384409 ] Adrien Grand commented on LUCENE-9450: -- For the record, another approach could work

[GitHub] [lucene] jtibshirani commented on a change in pull request #219: LUCENE-10015: Remove VectorSimilarityFunction#NONE.

2021-07-20 Thread GitBox
jtibshirani commented on a change in pull request #219: URL: https://github.com/apache/lucene/pull/219#discussion_r673356722 ## File path: lucene/core/src/java/org/apache/lucene/index/VectorSimilarityFunction.java ## @@ -62,15 +64,5 @@ * @param v2 another vector, of the sa

[jira] [Commented] (LUCENE-10015) Remove VectorValues.SimilarityFunction, remove NONE

2021-07-20 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384430#comment-17384430 ] Julie Tibshirani commented on LUCENE-10015: --- I was initially hesitant about r

[jira] [Commented] (LUCENE-9450) Taxonomy index should use DocValues not StoredFields

2021-07-20 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384433#comment-17384433 ] Michael McCandless commented on LUCENE-9450: Ahh that is a compelling option

[GitHub] [lucene-solr] gsmiller commented on pull request #2521: Backport LUCENE-9948 LUCENE-9964

2021-07-20 Thread GitBox
gsmiller commented on pull request #2521: URL: https://github.com/apache/lucene-solr/pull/2521#issuecomment-883666505 I'm a bit skeptical of needing to backport both of these changes together to be honest. For LUCENE-9948, I think the easiest/best thing to do is to let it be a breaking cha

[GitHub] [lucene] gsmiller commented on a change in pull request #217: LUCENE-10030: [DrillSidewaysScorer.doQueryFirstScoring] disable scoring for near-miss hits

2021-07-20 Thread GitBox
gsmiller commented on a change in pull request #217: URL: https://github.com/apache/lucene/pull/217#discussion_r673515186 ## File path: lucene/facet/src/java/org/apache/lucene/facet/DrillSidewaysScorer.java ## @@ -195,11 +195,8 @@ private void doQueryFirstScoring(Bits acceptDo

[jira] [Commented] (LUCENE-10030) [DrillSidewaysScorer] redundant score() calculations in doQueryFirstScoring

2021-07-20 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384494#comment-17384494 ] Greg Miller commented on LUCENE-10030: -- Thanks for opening this! Left one small co

[jira] [Commented] (LUCENE-10030) [DrillSidewaysScorer] redundant score() calculations in doQueryFirstScoring

2021-07-20 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384497#comment-17384497 ] Greg Miller commented on LUCENE-10030: -- To respond to your second point above, I t

[jira] [Commented] (LUCENE-9450) Taxonomy index should use DocValues not StoredFields

2021-07-20 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384501#comment-17384501 ] Gautam Worah commented on LUCENE-9450: -- I tried the approach of indexing the new Bi

[jira] [Comment Edited] (LUCENE-9450) Taxonomy index should use DocValues not StoredFields

2021-07-20 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384501#comment-17384501 ] Gautam Worah edited comment on LUCENE-9450 at 7/20/21, 10:04 PM: -

[GitHub] [lucene] gtroitskiy commented on a change in pull request #217: LUCENE-10030: [DrillSidewaysScorer.doQueryFirstScoring] disable scoring for near-miss hits

2021-07-20 Thread GitBox
gtroitskiy commented on a change in pull request #217: URL: https://github.com/apache/lucene/pull/217#discussion_r673540568 ## File path: lucene/facet/src/java/org/apache/lucene/facet/DrillSidewaysScorer.java ## @@ -195,11 +195,8 @@ private void doQueryFirstScoring(Bits accept

[GitHub] [lucene] gtroitskiy commented on a change in pull request #217: LUCENE-10030: [DrillSidewaysScorer.doQueryFirstScoring] disable scoring for near-miss hits

2021-07-20 Thread GitBox
gtroitskiy commented on a change in pull request #217: URL: https://github.com/apache/lucene/pull/217#discussion_r673540568 ## File path: lucene/facet/src/java/org/apache/lucene/facet/DrillSidewaysScorer.java ## @@ -195,11 +195,8 @@ private void doQueryFirstScoring(Bits accept

[GitHub] [lucene] gsmiller commented on a change in pull request #196: LUCENE-10000: Make MultiCollectorManager consistent with MultiCollector

2021-07-20 Thread GitBox
gsmiller commented on a change in pull request #196: URL: https://github.com/apache/lucene/pull/196#discussion_r673536496 ## File path: lucene/core/src/java/org/apache/lucene/search/MultiCollector.java ## @@ -83,7 +83,7 @@ public static Collector wrap(Iterable collectors) {

[jira] [Commented] (LUCENE-10030) [DrillSidewaysScorer] redundant score() calculations in doQueryFirstScoring

2021-07-20 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384524#comment-17384524 ] Greg Miller commented on LUCENE-10030: -- Actually, I think we do need to provide a

[GitHub] [lucene] gsmiller commented on a change in pull request #217: LUCENE-10030: [DrillSidewaysScorer.doQueryFirstScoring] disable scoring for near-miss hits

2021-07-20 Thread GitBox
gsmiller commented on a change in pull request #217: URL: https://github.com/apache/lucene/pull/217#discussion_r673552569 ## File path: lucene/facet/src/java/org/apache/lucene/facet/DrillSidewaysScorer.java ## @@ -195,11 +195,8 @@ private void doQueryFirstScoring(Bits acceptDo

[GitHub] [lucene] gtroitskiy commented on a change in pull request #217: LUCENE-10030: [DrillSidewaysScorer.doQueryFirstScoring] disable scoring for near-miss hits

2021-07-20 Thread GitBox
gtroitskiy commented on a change in pull request #217: URL: https://github.com/apache/lucene/pull/217#discussion_r673575108 ## File path: lucene/facet/src/java/org/apache/lucene/facet/DrillSidewaysScorer.java ## @@ -195,11 +195,8 @@ private void doQueryFirstScoring(Bits accept

[jira] [Comment Edited] (LUCENE-9450) Taxonomy index should use DocValues not StoredFields

2021-07-20 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384501#comment-17384501 ] Gautam Worah edited comment on LUCENE-9450 at 7/21/21, 1:01 AM: --