[jira] [Resolved] (LUCENE-10309) Minimum KnnVector codec support in Luke

2021-12-11 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida resolved LUCENE-10309. Fix Version/s: 9.1 10.0 (main) Resolution: Fixed > Minimum KnnV

[jira] [Commented] (LUCENE-10309) Minimum KnnVector codec support in Luke

2021-12-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17457853#comment-17457853 ] ASF subversion and git services commented on LUCENE-10309: -- Co

[jira] [Commented] (LUCENE-10309) Minimum KnnVector codec support in Luke

2021-12-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17457852#comment-17457852 ] ASF subversion and git services commented on LUCENE-10309: -- Co

[GitHub] [lucene] mocobeta merged pull request #535: LUCENE-10309: Minimum KnnVector codec support in Luke

2021-12-11 Thread GitBox
mocobeta merged pull request #535: URL: https://github.com/apache/lucene/pull/535 -- 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.

[jira] [Updated] (LUCENE-10309) Minimum KnnVector codec support in Luke

2021-12-11 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-10309: --- Affects Version/s: (was: 9.1) (was: 10.0 (main)) > Minimum K

[jira] [Updated] (LUCENE-10309) Minimum KnnVector codec support in Luke

2021-12-11 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-10309: --- Description: (For completeness,) Luke should show KnnVector format information in the index

[GitHub] [lucene] mikemccand commented on a change in pull request #456: LUCENE-10236: Add change entry

2021-12-11 Thread GitBox
mikemccand commented on a change in pull request #456: URL: https://github.com/apache/lucene/pull/456#discussion_r767022313 ## File path: lucene/CHANGES.txt ## @@ -57,7 +57,9 @@ Optimizations Bug Fixes - -(No changes) + +* LUCENE-10236: Update field-weig

[GitHub] [lucene-solr] madrob merged pull request #2627: SOLR-15843

2021-12-11 Thread GitBox
madrob merged pull request #2627: URL: https://github.com/apache/lucene-solr/pull/2627 -- 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] mdmarshmallow commented on a change in pull request #509: LUCENE-10250: Add support for arbitrary length hierarchical SSDV facets

2021-12-11 Thread GitBox
mdmarshmallow commented on a change in pull request #509: URL: https://github.com/apache/lucene/pull/509#discussion_r766907398 ## File path: lucene/facet/src/java/org/apache/lucene/facet/sortedset/SortedSetDocValuesReaderState.java ## @@ -37,19 +38,102 @@ public abstract clas

[GitHub] [lucene] msokolov commented on pull request #446: LUCENE-10237 : Add MergeOnCommitTieredMergePolicy to sandbox

2021-12-11 Thread GitBox
msokolov commented on pull request #446: URL: https://github.com/apache/lucene/pull/446#issuecomment-991310522 > So I am thinking of revising this PR with only change 1(easy to configure merge-on-commit merges ) and make it generic to work with all merge polcies. What do you think Mike ?

[GitHub] [lucene] zacharymorn commented on a change in pull request #456: LUCENE-10236: Add change entry

2021-12-11 Thread GitBox
zacharymorn commented on a change in pull request #456: URL: https://github.com/apache/lucene/pull/456#discussion_r767084987 ## File path: lucene/CHANGES.txt ## @@ -57,7 +57,9 @@ Optimizations Bug Fixes - -(No changes) + +* LUCENE-10236: Update field-wei

[GitHub] [lucene] zacharymorn commented on pull request #456: LUCENE-10236: Add change entry

2021-12-11 Thread GitBox
zacharymorn commented on pull request #456: URL: https://github.com/apache/lucene/pull/456#issuecomment-991446756 > Hmm actually this issue was fixed in 9.0.0, I think? This change entry is for https://github.com/apache/lucene/commit/07ee3ba83a4c9f3abc24bf9d3fbb3c3102c4a102#diff-27a1

[GitHub] [lucene] msfroh commented on pull request #446: LUCENE-10237 : Add MergeOnCommitTieredMergePolicy to sandbox

2021-12-11 Thread GitBox
msfroh commented on pull request #446: URL: https://github.com/apache/lucene/pull/446#issuecomment-991340704 > As I look at this, it is kind of strange that we call setMaxMergedSegmentMB in findMerges because if a user set that explicitly, we would then override it based on the max size as

[jira] [Updated] (LUCENE-10309) Minimum KnnVector codec support in Luke

2021-12-11 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-10309: --- Description: (For completeness,) Luke should show KnnVector format information in the index

[GitHub] [lucene] zacharymorn commented on a change in pull request #534: LUCENE-10183: KnnVectorsWriter#writeField to take KnnVectorsReader instead of VectorValues

2021-12-11 Thread GitBox
zacharymorn commented on a change in pull request #534: URL: https://github.com/apache/lucene/pull/534#discussion_r767087199 ## File path: lucene/core/src/java/org/apache/lucene/index/EmptyKnnVectorsReader.java ## @@ -0,0 +1,54 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [lucene] msfroh edited a comment on pull request #446: LUCENE-10237 : Add MergeOnCommitTieredMergePolicy to sandbox

2021-12-11 Thread GitBox
msfroh edited a comment on pull request #446: URL: https://github.com/apache/lucene/pull/446#issuecomment-991340704 > As I look at this, it is kind of strange that we call setMaxMergedSegmentMB in findMerges because if a user set that explicitly, we would then override it based on the max

[jira] [Updated] (LUCENE-10309) Minimum KnnVector codec support in Luke

2021-12-11 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-10309: --- Attachment: Screenshot from 2021-12-12 14-54-47.png > Minimum KnnVector codec support in Lu

[jira] [Commented] (LUCENE-10309) Minimum KnnVector codec support in Luke

2021-12-11 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17457822#comment-17457822 ] Tomoko Uchida commented on LUCENE-10309: Snapshot (an example index created by

[GitHub] [lucene] mikemccand commented on pull request #456: LUCENE-10236: Add change entry

2021-12-11 Thread GitBox
mikemccand commented on pull request #456: URL: https://github.com/apache/lucene/pull/456#issuecomment-991348342 Hmm actually this issue was fixed in 9.0.0, I think? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Created] (LUCENE-10309) Minimum KnnVector codec support in Luke

2021-12-11 Thread Tomoko Uchida (Jira)
Tomoko Uchida created LUCENE-10309: -- Summary: Minimum KnnVector codec support in Luke Key: LUCENE-10309 URL: https://issues.apache.org/jira/browse/LUCENE-10309 Project: Lucene - Core Issue T

[jira] [Updated] (LUCENE-10309) Minimum KnnVector codec support in Luke

2021-12-11 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-10309: --- Attachment: Screenshot from 2021-12-12 14-40-41.png > Minimum KnnVector codec support in Lu

[jira] [Commented] (LUCENE-10308) Make ecj and javadoc run with modular paths

2021-12-11 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17457723#comment-17457723 ] Dawid Weiss commented on LUCENE-10308: -- I made the gradle code patches but ecj is

[jira] [Created] (LUCENE-10308) Make ecj and javadoc run with modular paths

2021-12-11 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-10308: Summary: Make ecj and javadoc run with modular paths Key: LUCENE-10308 URL: https://issues.apache.org/jira/browse/LUCENE-10308 Project: Lucene - Core Issue T

[jira] [Comment Edited] (LUCENE-10297) Speed up medium cardinality fields with readLongs and SIMD

2021-12-11 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456577#comment-17456577 ] Feng Guo edited comment on LUCENE-10297 at 12/11/21, 6:38 PM: ---

[jira] [Comment Edited] (LUCENE-10307) Add sanity checks for the distribution

2021-12-11 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17457567#comment-17457567 ] Dawid Weiss edited comment on LUCENE-10307 at 12/11/21, 2:07 PM:

[jira] [Commented] (LUCENE-10307) Add sanity checks for the distribution

2021-12-11 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17457567#comment-17457567 ] Dawid Weiss commented on LUCENE-10307: -- That's fine - provided the test is working