[jira] [Commented] (LUCENE-9622) provide gradle option to disable error-prone checker

2020-12-30 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17256418#comment-17256418 ] Dawid Weiss commented on LUCENE-9622: - Ugh, sorry, I didn't see that, Robert. Ping m

[jira] [Updated] (LUCENE-9570) Review code diffs after automatic formatting and correct problems before it is applied

2020-12-30 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9570: Description: Review and correct all the javadocs before they're messed up by automatic formatting

[GitHub] [lucene-solr] cpoerschke commented on a change in pull request #2152: SOLR-14034: remove deprecated min_rf references

2020-12-30 Thread GitBox
cpoerschke commented on a change in pull request #2152: URL: https://github.com/apache/lucene-solr/pull/2152#discussion_r550191016 ## File path: solr/core/src/test/org/apache/solr/cloud/HttpPartitionTest.java ## @@ -548,9 +548,6 @@ protected int sendDoc(int docId, Integer minRf

[jira] [Commented] (LUCENE-9442) Update dev-tools/scripts to use the Gradle build

2020-12-30 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17256526#comment-17256526 ] Erick Erickson commented on LUCENE-9442: [~dawid.weiss] Do you think this can be

[GitHub] [lucene-solr] msokolov opened a new pull request #2173: float performance tester, for demo only

2020-12-30 Thread GitBox
msokolov opened a new pull request #2173: URL: https://github.com/apache/lucene-solr/pull/2173 This PR has a standalone test program that demonstrates some interesting performance characteristics of different data access patterns. It's not intended to be merged; I'm just putting it up here

[jira] [Updated] (LUCENE-9570) Review code diffs after automatic formatting and correct problems before it is applied

2020-12-30 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated LUCENE-9570: --- Description: Review and correct all the javadocs before they're messed up by automatic form

[jira] [Commented] (LUCENE-9442) Update dev-tools/scripts to use the Gradle build

2020-12-30 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17256548#comment-17256548 ] Dawid Weiss commented on LUCENE-9442: - Yeah, close it. It'll be more than just simpl

[GitHub] [lucene-solr] msokolov commented on pull request #2173: float performance tester, for demo only

2020-12-30 Thread GitBox
msokolov commented on pull request #2173: URL: https://github.com/apache/lucene-solr/pull/2173#issuecomment-752752365 At @rmuir's suggestion, I re-coded as JMH benchmark, with a similar result: ``` Benchmark Mode Cnt Score Error U

[jira] [Resolved] (LUCENE-9004) Approximate nearest vector search

2020-12-30 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Sokolov resolved LUCENE-9004. - Resolution: Fixed I think this was re-opened due to javadoc build issues, since resolved

[jira] [Resolved] (LUCENE-9626) Represent HNSW neighbors with primitive arrays instead of Neighbor Objects

2020-12-30 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Sokolov resolved LUCENE-9626. - Resolution: Fixed > Represent HNSW neighbors with primitive arrays instead of Neighbor O

[jira] [Resolved] (LUCENE-9202) Refactor TopFieldCollector

2020-12-30 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Sokolov resolved LUCENE-9202. - Resolution: Fixed > Refactor TopFieldCollector > -- > >

[GitHub] [lucene-solr] msokolov closed pull request #1316: LUCENE-8929 parallel early termination in TopFieldCollector using minmin score

2020-12-30 Thread GitBox
msokolov closed pull request #1316: URL: https://github.com/apache/lucene-solr/pull/1316 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 g

[jira] [Created] (LUCENE-9652) DataInput.readFloats to be used by Lucene90VectorReader

2020-12-30 Thread Michael Sokolov (Jira)
Michael Sokolov created LUCENE-9652: --- Summary: DataInput.readFloats to be used by Lucene90VectorReader Key: LUCENE-9652 URL: https://issues.apache.org/jira/browse/LUCENE-9652 Project: Lucene - Core

[jira] [Updated] (LUCENE-9652) DataInput.readFloats to be used by Lucene90VectorReader

2020-12-30 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Sokolov updated LUCENE-9652: Description: Benchmarking shows a substantial performance gain can be realized by avoiding

[GitHub] [lucene-solr] tflobbe opened a new pull request #2174: Remove unused test file

2020-12-30 Thread GitBox
tflobbe opened a new pull request #2174: URL: https://github.com/apache/lucene-solr/pull/2174 Trivial change, just the removal of a test file that's unused in master This is an automated message from the Apache Git Servic

[GitHub] [lucene-solr] tflobbe commented on a change in pull request #2169: SOLR-14723: Remove the class attribute for the caches in the _default/example configsets

2020-12-30 Thread GitBox
tflobbe commented on a change in pull request #2169: URL: https://github.com/apache/lucene-solr/pull/2169#discussion_r550406020 ## File path: solr/core/src/test-files/solr/collection1/conf/solrconfig-caching.xml ## @@ -21,19 +21,16 @@ https://github.com/apache/luce