[jira] [Created] (LUCENE-10394) Explore moving ByteBuffer(sData|Index)Input to absolute bulk gets

2022-01-28 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10394: - Summary: Explore moving ByteBuffer(sData|Index)Input to absolute bulk gets Key: LUCENE-10394 URL: https://issues.apache.org/jira/browse/LUCENE-10394 Project: Lucene

[GitHub] [lucene] javanna commented on a change in pull request #622: LUCENE-10002: Introduce TotalHitCountCollectorManager

2022-01-28 Thread GitBox
javanna commented on a change in pull request #622: URL: https://github.com/apache/lucene/pull/622#discussion_r794326102 ## File path: lucene/misc/src/test/org/apache/lucene/misc/search/TestDocValuesStatsCollector.java ## @@ -396,10 +394,8 @@ public void testDocsWithSortedSetV

[GitHub] [lucene] rmuir merged pull request #628: update javac flags for java 17

2022-01-28 Thread GitBox
rmuir merged pull request #628: URL: https://github.com/apache/lucene/pull/628 -- 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...@

[GitHub] [lucene] mayya-sharipova commented on a change in pull request #629: LUCENE-10054 Make HnswGraph hierarchical (#608)

2022-01-28 Thread GitBox
mayya-sharipova commented on a change in pull request #629: URL: https://github.com/apache/lucene/pull/629#discussion_r794439844 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91Codec.java ## @@ -0,0 +1,217 @@ +/* + * Licensed to the Apache Software

[GitHub] [lucene] sonatype-lift[bot] commented on a change in pull request #629: LUCENE-10054 Make HnswGraph hierarchical (#608)

2022-01-28 Thread GitBox
sonatype-lift[bot] commented on a change in pull request #629: URL: https://github.com/apache/lucene/pull/629#discussion_r794439896 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91Codec.java ## @@ -0,0 +1,217 @@ +/* + * Licensed to the Apache Softw

[GitHub] [lucene] mayya-sharipova commented on a change in pull request #629: LUCENE-10054 Make HnswGraph hierarchical (#608)

2022-01-28 Thread GitBox
mayya-sharipova commented on a change in pull request #629: URL: https://github.com/apache/lucene/pull/629#discussion_r794440464 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsWriter.java ## @@ -0,0 +1,295 @@ +/* + * Licensed to the Apa

[GitHub] [lucene] sonatype-lift[bot] commented on a change in pull request #629: LUCENE-10054 Make HnswGraph hierarchical (#608)

2022-01-28 Thread GitBox
sonatype-lift[bot] commented on a change in pull request #629: URL: https://github.com/apache/lucene/pull/629#discussion_r794440491 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsWriter.java ## @@ -0,0 +1,295 @@ +/* + * Licensed to the

[GitHub] [lucene] mayya-sharipova commented on a change in pull request #629: LUCENE-10054 Make HnswGraph hierarchical (#608)

2022-01-28 Thread GitBox
mayya-sharipova commented on a change in pull request #629: URL: https://github.com/apache/lucene/pull/629#discussion_r794441296 ## File path: lucene/core/src/java/org/apache/lucene/util/hnsw/BoundsChecker.java ## @@ -17,62 +17,74 @@ package org.apache.lucene.util.hnsw; -a

[GitHub] [lucene] sonatype-lift[bot] commented on a change in pull request #629: LUCENE-10054 Make HnswGraph hierarchical (#608)

2022-01-28 Thread GitBox
sonatype-lift[bot] commented on a change in pull request #629: URL: https://github.com/apache/lucene/pull/629#discussion_r794441349 ## File path: lucene/core/src/java/org/apache/lucene/util/hnsw/BoundsChecker.java ## @@ -17,62 +17,74 @@ package org.apache.lucene.util.hnsw;

[GitHub] [lucene] mayya-sharipova merged pull request #629: LUCENE-10054 Make HnswGraph hierarchical (#608)

2022-01-28 Thread GitBox
mayya-sharipova merged pull request #629: URL: https://github.com/apache/lucene/pull/629 -- 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-un

[jira] [Commented] (LUCENE-10054) Handle hierarchy in HNSW graph

2022-01-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17483729#comment-17483729 ] ASF subversion and git services commented on LUCENE-10054: -- Co

[GitHub] [lucene] mayya-sharipova opened a new pull request #631: Small fix for assertConsistentGraph

2022-01-28 Thread GitBox
mayya-sharipova opened a new pull request #631: URL: https://github.com/apache/lucene/pull/631 TestKnnGraph.testMultipleVectorFields sometimes breaks with the following message: java.lang.NullPointerException: Cannot invoke "org.apache.lucene.codecs.lucene91.Lucene91HnswVector

[GitHub] [lucene] jpountz commented on a change in pull request #622: LUCENE-10002: Introduce TotalHitCountCollectorManager

2022-01-28 Thread GitBox
jpountz commented on a change in pull request #622: URL: https://github.com/apache/lucene/pull/622#discussion_r794619428 ## File path: lucene/core/src/test/org/apache/lucene/search/TestLRUQueryCache.java ## @@ -167,19 +168,36 @@ public void run() { Rand

[GitHub] [lucene] jpountz merged pull request #625: LUCENE-10390: Improve Weight#count and IndexSearcher#count javadocs

2022-01-28 Thread GitBox
jpountz merged pull request #625: URL: https://github.com/apache/lucene/pull/625 -- 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..

[GitHub] [lucene] javanna commented on pull request #622: LUCENE-10002: Introduce TotalHitCountCollectorManager

2022-01-28 Thread GitBox
javanna commented on pull request #622: URL: https://github.com/apache/lucene/pull/622#issuecomment-1024396703 > can you add an entry to the changelog about this new addition under version 9.1? Sure! I see that in the changelog I need to specify the lucene issue, and this one was de

[GitHub] [lucene] jpountz commented on pull request #622: LUCENE-10002: Introduce TotalHitCountCollectorManager

2022-01-28 Thread GitBox
jpountz commented on pull request #622: URL: https://github.com/apache/lucene/pull/622#issuecomment-1024400073 +1 -- 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 unsubs

[GitHub] [lucene] jpountz commented on a change in pull request #541: LUCENE-10315: Speed up BKD leaf block ids codec by a 512 ints ForUtil

2022-01-28 Thread GitBox
jpountz commented on a change in pull request #541: URL: https://github.com/apache/lucene/pull/541#discussion_r794688777 ## File path: lucene/core/src/java/org/apache/lucene/store/DataInput.java ## @@ -169,6 +169,13 @@ public void readLongs(long[] dst, int offset, int length)

[jira] [Created] (LUCENE-10395) Add support for TotalHitCountCollectorManager

2022-01-28 Thread Luca Cavanna (Jira)
Luca Cavanna created LUCENE-10395: - Summary: Add support for TotalHitCountCollectorManager Key: LUCENE-10395 URL: https://issues.apache.org/jira/browse/LUCENE-10395 Project: Lucene - Core Iss

[GitHub] [lucene] gautamworah96 opened a new pull request #632: LUCENE-10050 Remove DrillSideways#search(DrillDownQuery,Collector) in favor of DrillSideways#search(DrillDownQuery,CollectorManager)

2022-01-28 Thread GitBox
gautamworah96 opened a new pull request #632: URL: https://github.com/apache/lucene/pull/632 # Description I've deprecated the old API and edited the function javadocs. Feature code in `DrillSideways` now only relies on using `CollectorManager`s and calls either

[jira] [Commented] (LUCENE-10378) Implement Weight#count on PointRangeQuery

2022-01-28 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17484037#comment-17484037 ] Gautam Worah commented on LUCENE-10378: --- I'd like to work on this if nobody else

[jira] [Commented] (LUCENE-10390) Improve Weight#count javadocs

2022-01-28 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17484038#comment-17484038 ] Gautam Worah commented on LUCENE-10390: --- Thanks for fixing this. I think when I o