[jira] [Resolved] (LUCENE-9938) ConjunctionDISI should recognize DocIdSetIterator.all

2021-04-26 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-9938. -- Resolution: Invalid Nevermind.  The TPI design requires that the "approximation" DISI coupled

[GitHub] [lucene-site] zacharymorn merged pull request #57: Update whoweare page

2021-04-26 Thread GitBox
zacharymorn merged pull request #57: URL: https://github.com/apache/lucene-site/pull/57 -- 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. For queries about this service, pl

[GitHub] [lucene-site] zacharymorn commented on pull request #57: Update whoweare page

2021-04-26 Thread GitBox
zacharymorn commented on pull request #57: URL: https://github.com/apache/lucene-site/pull/57#issuecomment-827265331 > Congratulations 👍 Thanks Tomoko! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[jira] [Commented] (LUCENE-9897) Use gradle's built-in artifact checksum verification

2021-04-26 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17332823#comment-17332823 ] Gautam Worah commented on LUCENE-9897: -- Added an initial PR. cc [~dweiss] Looking

[GitHub] [lucene] gautamworah96 opened a new pull request #108: LUCENE-9897 Change dependency checking mechanism to use gradle checksum verification

2021-04-26 Thread GitBox
gautamworah96 opened a new pull request #108: URL: https://github.com/apache/lucene/pull/108 Remove custom checksum generation logic from our gradle build. We can now use gradle to both generate checksums and verify our dependencies to check that they match that checksum. Addit

[jira] [Created] (LUCENE-9938) ConjunctionDISI should recognize DocIdSetIterator.all

2021-04-26 Thread David Smiley (Jira)
David Smiley created LUCENE-9938: Summary: ConjunctionDISI should recognize DocIdSetIterator.all Key: LUCENE-9938 URL: https://issues.apache.org/jira/browse/LUCENE-9938 Project: Lucene - Core

[GitHub] [lucene-solr] mikemccand commented on pull request #2349: Added FlushIndexTask to flush documents at index thread level.

2021-04-26 Thread GitBox
mikemccand commented on pull request #2349: URL: https://github.com/apache/lucene-solr/pull/2349#issuecomment-827082089 Thanks @balmukundblr this looks great! Could you please open a new PR on the new Lucene GitHub repo? https://github.com/apache/lucene Thanks! -- This is an aut

[jira] [Updated] (LUCENE-9878) enable redundantNullCheck in ecjLint

2021-04-26 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9878: Fix Version/s: main (9.0) > enable redundantNullCheck in ecjLint > ---

[jira] [Resolved] (LUCENE-9878) enable redundantNullCheck in ecjLint

2021-04-26 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-9878. - Resolution: Fixed yes, oops! thanks [~mikemccand] > enable redundantNullCheck in ecjLint >

[jira] [Commented] (LUCENE-9878) enable redundantNullCheck in ecjLint

2021-04-26 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17332678#comment-17332678 ] Michael McCandless commented on LUCENE-9878: [~rcmuir] can we resolve this o

[jira] [Resolved] (LUCENE-9908) Move VectorValues#search to VectorReader and LeafReader

2021-04-26 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julie Tibshirani resolved LUCENE-9908. -- Resolution: Fixed > Move VectorValues#search to VectorReader and LeafReader >

[GitHub] [lucene] jtibshirani merged pull request #104: LUCENE-9908: Move VectorValues#search to LeafReader

2021-04-26 Thread GitBox
jtibshirani merged pull request #104: URL: https://github.com/apache/lucene/pull/104 -- 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. For queries about this service, pleas

[jira] [Commented] (LUCENE-9908) Move VectorValues#search to VectorReader and LeafReader

2021-04-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17332668#comment-17332668 ] ASF subversion and git services commented on LUCENE-9908: - Commi

[GitHub] [lucene] jtibshirani commented on a change in pull request #104: LUCENE-9908: Move VectorValues#search to LeafReader

2021-04-26 Thread GitBox
jtibshirani commented on a change in pull request #104: URL: https://github.com/apache/lucene/pull/104#discussion_r620480117 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene90/Lucene90VectorReader.java ## @@ -199,40 +229,53 @@ public void checkIntegrity() thr

[GitHub] [lucene] jtibshirani commented on a change in pull request #104: LUCENE-9908: Move VectorValues#search to LeafReader

2021-04-26 Thread GitBox
jtibshirani commented on a change in pull request #104: URL: https://github.com/apache/lucene/pull/104#discussion_r620479333 ## File path: lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java ## @@ -1357,6 +1359,11 @@ public VectorValues getVectorValues(Strin

[GitHub] [lucene-solr] iverase commented on pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2021-04-26 Thread GitBox
iverase commented on pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094#issuecomment-826650321 superseded by https://github.com/apache/lucene/pull/107 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [lucene-solr] iverase closed pull request #2094: LUCENE-9047: Move the Directory APIs to be little endian

2021-04-26 Thread GitBox
iverase closed pull request #2094: URL: https://github.com/apache/lucene-solr/pull/2094 -- 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. For queries about this service, pl

[GitHub] [lucene] iverase opened a new pull request #107: LUCENE-9047: Move the Directory APIs to be little endian (take 2)

2021-04-26 Thread GitBox
iverase opened a new pull request #107: URL: https://github.com/apache/lucene/pull/107 Here is a proposal for changing the directory API to be little endian meanwhile keeping backwards compatibility. This effort build on top of the efforts of having new codecs for Lucene 9.0. In order to i

[jira] [Commented] (LUCENE-9047) Directory APIs should be little endian

2021-04-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17331896#comment-17331896 ] ASF subversion and git services commented on LUCENE-9047: - Commi

[GitHub] [lucene] iverase merged pull request #102: LUCENE-9047: Remove unnecessary ByteBuffersDataOutput in BKD writer

2021-04-26 Thread GitBox
iverase merged pull request #102: URL: https://github.com/apache/lucene/pull/102 -- 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. For queries about this service, please co

[GitHub] [lucene] jpountz commented on pull request #91: LUCENE-9932: Performance improvement for BKD index building

2021-04-26 Thread GitBox
jpountz commented on pull request #91: URL: https://github.com/apache/lucene/pull/91#issuecomment-826622533 Maybe try running this benchmark: https://github.com/mikemccand/luceneutil/blob/master/src/main/perf/IndexAndSearchOpenStreetMaps1D.java. Instructions on how to get the data are avai

[GitHub] [lucene] jpountz commented on a change in pull request #104: LUCENE-9908: Move VectorValues#search to LeafReader

2021-04-26 Thread GitBox
jpountz commented on a change in pull request #104: URL: https://github.com/apache/lucene/pull/104#discussion_r620057599 ## File path: lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java ## @@ -1357,6 +1359,11 @@ public VectorValues getVectorValues(String fi

[GitHub] [lucene] jpountz commented on a change in pull request #106: LUCENE-9905: rename VectorValues.SearchStrategy to VectorValues.SimilarityFunction

2021-04-26 Thread GitBox
jpountz commented on a change in pull request #106: URL: https://github.com/apache/lucene/pull/106#discussion_r620046351 ## File path: lucene/core/src/java/org/apache/lucene/index/CheckIndex.java ## @@ -2336,6 +2338,29 @@ static void checkImpacts(Impacts impacts, int lastTarge

[GitHub] [lucene-site] zacharymorn commented on pull request #56: Add Zach Chen to committer list

2021-04-26 Thread GitBox
zacharymorn commented on pull request #56: URL: https://github.com/apache/lucene-site/pull/56#issuecomment-826458091 Thanks Jan! I'll open a PR for this then. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [lucene] rmuir merged pull request #105: Use HTTPS for documentation link

2021-04-26 Thread GitBox
rmuir merged pull request #105: URL: https://github.com/apache/lucene/pull/105 -- 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. For queries about this service, please cont