[jira] [Created] (LUCENE-10396) Automatically create sparse indexes for sort fields

2022-01-31 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10396: - Summary: Automatically create sparse indexes for sort fields Key: LUCENE-10396 URL: https://issues.apache.org/jira/browse/LUCENE-10396 Project: Lucene - Core

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

2022-01-31 Thread GitBox
javanna commented on pull request #622: URL: https://github.com/apache/lucene/pull/622#issuecomment-1025703099 This should be ready now ;) -- 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 spe

[jira] [Commented] (LUCENE-10385) Implement Weight#count on IndexSortSortedNumericDocValuesRangeQuery.

2022-01-31 Thread Luca Cavanna (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17484648#comment-17484648 ] Luca Cavanna commented on LUCENE-10385: --- Leaving a note only to say that I would

[GitHub] [lucene] jpountz merged pull request #622: LUCENE-10395: Introduce TotalHitCountCollectorManager

2022-01-31 Thread GitBox
jpountz merged pull request #622: URL: https://github.com/apache/lucene/pull/622 -- 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] [Commented] (LUCENE-10395) Add support for TotalHitCountCollectorManager

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

[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-31 Thread GitBox
jpountz commented on a change in pull request #541: URL: https://github.com/apache/lucene/pull/541#discussion_r795686801 ## File path: lucene/core/src/java/org/apache/lucene/util/bkd/DocIdsWriter.java ## @@ -24,89 +24,73 @@ import org.apache.lucene.util.DocBaseBitSetIterator;

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

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

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

2022-01-31 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-10395. --- Fix Version/s: 9.1 Resolution: Fixed > Add support for TotalHitCountCollectorManager

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

2022-01-31 Thread Luca Cavanna (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17484703#comment-17484703 ] Luca Cavanna commented on LUCENE-10390: --- [~jpountz] I believe this one can be clo

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

2022-01-31 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-10390. --- Fix Version/s: 9.1 Resolution: Fixed Thanks [~lucacavanna] ! > Improve Weight#count

[GitHub] [lucene] mayya-sharipova merged pull request #616: LUCENE-9573 Add Vectors to TestBackwardsCompatibility

2022-01-31 Thread GitBox
mayya-sharipova merged pull request #616: URL: https://github.com/apache/lucene/pull/616 -- 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-9573) Add back compat tests for VectorFormat to TestBackwardsCompatibility

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

[jira] [Created] (LUCENE-10397) KnnVectorQuery doesn't tie break by doc ID

2022-01-31 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10397: - Summary: KnnVectorQuery doesn't tie break by doc ID Key: LUCENE-10397 URL: https://issues.apache.org/jira/browse/LUCENE-10397 Project: Lucene - Core Issue

[jira] [Updated] (LUCENE-10397) KnnVectorQuery doesn't tie break by doc ID

2022-01-31 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-10397: -- Issue Type: Bug (was: Task) > KnnVectorQuery doesn't tie break by doc ID > -

[jira] [Commented] (LUCENE-10382) Allow KnnVectorQuery to operate over a subset of liveDocs

2022-01-31 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17484759#comment-17484759 ] Joel Bernstein commented on LUCENE-10382: - I'm going to start the brute force i

[jira] [Comment Edited] (LUCENE-10382) Allow KnnVectorQuery to operate over a subset of liveDocs

2022-01-31 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17484759#comment-17484759 ] Joel Bernstein edited comment on LUCENE-10382 at 1/31/22, 4:19 PM: --

[jira] [Comment Edited] (LUCENE-10382) Allow KnnVectorQuery to operate over a subset of liveDocs

2022-01-31 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17484759#comment-17484759 ] Joel Bernstein edited comment on LUCENE-10382 at 1/31/22, 4:20 PM: --

[jira] [Commented] (LUCENE-10396) Automatically create sparse indexes for sort fields

2022-01-31 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17484830#comment-17484830 ] Adrien Grand commented on LUCENE-10396: --- One interesting question about this will

[GitHub] [lucene] gsmiller commented on pull request #632: LUCENE-10050 Remove DrillSideways#search(DrillDownQuery,Collector) in favor of DrillSideways#search(DrillDownQuery,CollectorManager)

2022-01-31 Thread GitBox
gsmiller commented on pull request #632: URL: https://github.com/apache/lucene/pull/632#issuecomment-1026319472 Thanks for tackling this @gautamworah96! I'm hoping to dig into this PR tomorrow. Just letting you know I saw it and am planning to have a look. Thanks again! -- This is an au

[jira] [Created] (LUCENE-10398) Add static method for getting Terms from LeafReader

2022-01-31 Thread Marc D'Mello (Jira)
Marc D'Mello created LUCENE-10398: - Summary: Add static method for getting Terms from LeafReader Key: LUCENE-10398 URL: https://issues.apache.org/jira/browse/LUCENE-10398 Project: Lucene - Core

[GitHub] [lucene] zacharymorn commented on pull request #418: LUCENE-10061: Implements dynamic pruning support for CombinedFieldsQuery

2022-01-31 Thread GitBox
zacharymorn commented on pull request #418: URL: https://github.com/apache/lucene/pull/418#issuecomment-1026512709 Hi @jpountz , just want to check again to see if I have addressed your concern with the utility approach? To better illustrate the potential issue I'm considering with

[jira] [Comment Edited] (LUCENE-10396) Automatically create sparse indexes for sort fields

2022-01-31 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17484830#comment-17484830 ] Adrien Grand edited comment on LUCENE-10396 at 2/1/22, 7:31 AM: -

[GitHub] [lucene] vigyasharma opened a new pull request #633: [WIP] LUCENE-10216: Use MergeScheduler and MergePolicy to run addIndexes(CodecReader[]) merges.

2022-01-31 Thread GitBox
vigyasharma opened a new pull request #633: URL: https://github.com/apache/lucene/pull/633 # Description > _Work in Progress PR to share approach and get early feedback on changes_ The addIndexes(CodecReader...) API today merges all provided readers into a single m

[jira] [Commented] (LUCENE-10216) Add concurrency to addIndexes(CodecReader…) API

2022-01-31 Thread Vigya Sharma (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485083#comment-17485083 ] Vigya Sharma commented on LUCENE-10216: --- I took a shot at the MergePolicy + Merge

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

2022-01-31 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485084#comment-17485084 ] Adrien Grand commented on LUCENE-10054: --- It looks like this change made both inde