[jira] [Commented] (LUCENE-8739) ZSTD Compressor support in Lucene

2022-01-04 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468417#comment-17468417 ] Adrien Grand commented on LUCENE-8739: -- I updated block sizes so that ZSTD uses the

[jira] [Commented] (LUCENE-8739) ZSTD Compressor support in Lucene

2022-01-04 Thread Tobias Ibounig (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468482#comment-17468482 ] Tobias Ibounig commented on LUCENE-8739: Would it make sense to increase the blo

[GitHub] [lucene] uschindler commented on pull request #579: LUCENE-10283: Bump minimum required Java version to 17.

2022-01-04 Thread GitBox
uschindler commented on pull request #579: URL: https://github.com/apache/lucene/pull/579#issuecomment-1004639920 > I've been wondering what to do with the security manager. If we're on Java 17, where it's officially deprecated, perhaps we should just get rid of it? I know it sounds terrib

[jira] [Created] (LUCENE-10352) Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check from module system

2022-01-04 Thread Uwe Schindler (Jira)
Uwe Schindler created LUCENE-10352: -- Summary: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check from module system Key: LUCENE-10352 URL: https

[jira] [Commented] (LUCENE-8739) ZSTD Compressor support in Lucene

2022-01-04 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468498#comment-17468498 ] Adrien Grand commented on LUCENE-8739: -- bq. Would such an increase even make sense

[GitHub] [lucene] jpountz commented on pull request #579: LUCENE-10283: Bump minimum required Java version to 17.

2022-01-04 Thread GitBox
jpountz commented on pull request #579: URL: https://github.com/apache/lucene/pull/579#issuecomment-1004649045 Sorry @uschindler I should have made it clear that this PR was not passing precommit checks yet. Agreed on handling the SecurityManager changes in a separate PR. I only fix

[GitHub] [lucene] uschindler commented on pull request #581: LUCENE-10348: Make stopwords resources from analyzers modules visible to ClasspathResourceLoader and ModuleResourceLoader

2022-01-04 Thread GitBox
uschindler commented on pull request #581: URL: https://github.com/apache/lucene/pull/581#issuecomment-1004649040 > Change looks good to me. I like that tests are improving. We may wish to someday migrate the `TestAllAnalyzerHaveFactories` and maybe even `TestRandomChains` to the modular l

[jira] [Commented] (LUCENE-10352) Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check from module system

2022-01-04 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468504#comment-17468504 ] Uwe Schindler commented on LUCENE-10352: You can watch progress here: [https:/

[jira] [Commented] (LUCENE-10352) Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check from module system

2022-01-04 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468505#comment-17468505 ] Uwe Schindler commented on LUCENE-10352: CC [~rmuir] > Convert TestAllAnalyzer

[jira] [Updated] (LUCENE-10352) Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check from module system

2022-01-04 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-10352: --- Description: Currently TestAllAnalyzersHaveFactories and TestRandomChains only work on the

[jira] [Updated] (LUCENE-10352) Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check from module system

2022-01-04 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-10352: --- Description: Currently TestAllAnalyzersHaveFactories and TestRandomChains only work on the

[GitHub] [lucene] gf2121 commented on pull request #578: LUCENE-10350: Avoid some null checking for FastTaxonomyFacetCounts#countAll()

2022-01-04 Thread GitBox
gf2121 commented on pull request #578: URL: https://github.com/apache/lucene/pull/578#issuecomment-1004760012 Indeed, I am very suprised to see such a big QPS improvement just by removing some null check and method call. It is also interesting that BrowseMonthTaxoFacets can be much faster

[GitHub] [lucene] gf2121 removed a comment on pull request #578: LUCENE-10350: Avoid some null checking for FastTaxonomyFacetCounts#countAll()

2022-01-04 Thread GitBox
gf2121 removed a comment on pull request #578: URL: https://github.com/apache/lucene/pull/578#issuecomment-1004760012 Indeed, I am very suprised to see such a big QPS improvement just by removing some null check and method call. It is also interesting that BrowseMonthTaxoFacets can be much

[jira] [Commented] (LUCENE-8739) ZSTD Compressor support in Lucene

2022-01-04 Thread Tobias Ibounig (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468610#comment-17468610 ] Tobias Ibounig commented on LUCENE-8739: Ok this all sounds very good. Just one

[GitHub] [lucene] uschindler merged pull request #581: LUCENE-10348: Make stopwords resources from analyzers modules visible to ClasspathResourceLoader and ModuleResourceLoader

2022-01-04 Thread GitBox
uschindler merged pull request #581: URL: https://github.com/apache/lucene/pull/581 -- 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-unsubsc

[jira] [Commented] (LUCENE-10348) Make stopwords resources from analyzers modules visible to ClasspathResourceLoader and ModuleResourceLoader

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

[jira] [Commented] (LUCENE-10348) Make stopwords resources from analyzers modules visible to ClasspathResourceLoader and ModuleResourceLoader

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

[GitHub] [lucene] uschindler opened a new pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check from mo

2022-01-04 Thread GitBox
uschindler opened a new pull request #582: URL: https://github.com/apache/lucene/pull/582 See: https://issues.apache.org/jira/browse/LUCENE-10352 -- 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

[GitHub] [lucene] uschindler commented on a change in pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to c

2022-01-04 Thread GitBox
uschindler commented on a change in pull request #582: URL: https://github.com/apache/lucene/pull/582#discussion_r778117015 ## File path: gradle/java/modules.gradle ## @@ -214,7 +214,7 @@ allprojects { } // Configure (tasks.test, sourceSets.test) -tasks.matching

[GitHub] [lucene] uschindler commented on a change in pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to c

2022-01-04 Thread GitBox
uschindler commented on a change in pull request #582: URL: https://github.com/apache/lucene/pull/582#discussion_r778121113 ## File path: lucene/analysis/integration.tests/src/test/org/apache/lucene/analysis/tests/da_UTF8.xml ## @@ -0,0 +1,1208 @@ + Review comment: Tis

[GitHub] [lucene] uschindler commented on a change in pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to c

2022-01-04 Thread GitBox
uschindler commented on a change in pull request #582: URL: https://github.com/apache/lucene/pull/582#discussion_r778121113 ## File path: lucene/analysis/integration.tests/src/test/org/apache/lucene/analysis/tests/da_UTF8.xml ## @@ -0,0 +1,1208 @@ + Review comment: Thi

[GitHub] [lucene] uschindler commented on a change in pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to c

2022-01-04 Thread GitBox
uschindler commented on a change in pull request #582: URL: https://github.com/apache/lucene/pull/582#discussion_r778121625 ## File path: lucene/analysis/integration.tests/src/test/org/apache/lucene/analysis/tests/simple.aff ## @@ -0,0 +1,20 @@ +SET UTF-8 Review comment:

[jira] [Resolved] (LUCENE-10348) Make stopwords resources from analyzers modules visible to ClasspathResourceLoader and ModuleResourceLoader

2022-01-04 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-10348. Fix Version/s: 9.1 10.0 (main) Resolution: Fixed > Make stopwor

[jira] [Commented] (LUCENE-10352) Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check from module system

2022-01-04 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468664#comment-17468664 ] Uwe Schindler commented on LUCENE-10352: Here is now a first PR: https://github

[GitHub] [lucene] uschindler commented on a change in pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to c

2022-01-04 Thread GitBox
uschindler commented on a change in pull request #582: URL: https://github.com/apache/lucene/pull/582#discussion_r778140193 ## File path: lucene/analysis/integration.tests/src/test/org/apache/lucene/analysis/tests/ModuleClassDiscovery.java ## @@ -0,0 +1,94 @@ +/* + * Licensed

[jira] [Updated] (LUCENE-10328) Module path for compiling and running tests is wrong

2022-01-04 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-10328: - Attachment: image-2022-01-04-16-04-56-563.png > Module path for compiling and running tests is

[jira] [Commented] (LUCENE-10328) Module path for compiling and running tests is wrong

2022-01-04 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468676#comment-17468676 ] Dawid Weiss commented on LUCENE-10328: -- I've been working on this for too long and

[GitHub] [lucene] rmuir commented on pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check from module

2022-01-04 Thread GitBox
rmuir commented on pull request #582: URL: https://github.com/apache/lucene/pull/582#issuecomment-1004897909 This is gonna be fun :) Thanks for starting this! It is almost guaranteed to find some bugs. Previously only `analyzers-common` got this level of testing. I will help wrestle these

[GitHub] [lucene] dweiss commented on pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check from module

2022-01-04 Thread GitBox
dweiss commented on pull request #582: URL: https://github.com/apache/lucene/pull/582#issuecomment-1004900949 @uschindler - can you take a look at #571? Or we can merge that branch here too. I've converted non-distribution .tests projects there to utilize the test framework and generally i

[GitHub] [lucene] mayya-sharipova commented on a change in pull request #580: LUCENE-10351 Correct knn search failure with deleted docs

2022-01-04 Thread GitBox
mayya-sharipova commented on a change in pull request #580: URL: https://github.com/apache/lucene/pull/580#discussion_r778170401 ## File path: lucene/test-framework/src/java/org/apache/lucene/tests/index/BaseKnnVectorsFormatTestCase.java ## @@ -559,6 +561,12 @@ public void tes

[GitHub] [lucene] dweiss commented on a change in pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check

2022-01-04 Thread GitBox
dweiss commented on a change in pull request #582: URL: https://github.com/apache/lucene/pull/582#discussion_r778171354 ## File path: lucene/analysis/integration.tests/src/test/module-info.java ## @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under o

[GitHub] [lucene] uschindler commented on a change in pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to c

2022-01-04 Thread GitBox
uschindler commented on a change in pull request #582: URL: https://github.com/apache/lucene/pull/582#discussion_r778140193 ## File path: lucene/analysis/integration.tests/src/test/org/apache/lucene/analysis/tests/ModuleClassDiscovery.java ## @@ -0,0 +1,94 @@ +/* + * Licensed

[GitHub] [lucene] uschindler commented on a change in pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to c

2022-01-04 Thread GitBox
uschindler commented on a change in pull request #582: URL: https://github.com/apache/lucene/pull/582#discussion_r778172990 ## File path: lucene/analysis/integration.tests/src/test/module-info.java ## @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation (ASF) und

[GitHub] [lucene] uschindler commented on pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check from mo

2022-01-04 Thread GitBox
uschindler commented on pull request #582: URL: https://github.com/apache/lucene/pull/582#issuecomment-1004909845 > @uschindler - can you take a look at #571? Or we can merge that branch here too. I've converted non-distribution .tests projects there to utilize the test framework and gener

[GitHub] [lucene] dweiss commented on a change in pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check

2022-01-04 Thread GitBox
dweiss commented on a change in pull request #582: URL: https://github.com/apache/lucene/pull/582#discussion_r778173223 ## File path: lucene/analysis/integration.tests/src/test/org/apache/lucene/analysis/tests/ModuleClassDiscovery.java ## @@ -0,0 +1,94 @@ +/* + * Licensed to t

[GitHub] [lucene] dweiss commented on a change in pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check

2022-01-04 Thread GitBox
dweiss commented on a change in pull request #582: URL: https://github.com/apache/lucene/pull/582#discussion_r778176703 ## File path: lucene/analysis/integration.tests/src/test/module-info.java ## @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under o

[GitHub] [lucene] uschindler commented on a change in pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to c

2022-01-04 Thread GitBox
uschindler commented on a change in pull request #582: URL: https://github.com/apache/lucene/pull/582#discussion_r778176445 ## File path: lucene/analysis/integration.tests/src/test/module-info.java ## @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation (ASF) und

[GitHub] [lucene] uschindler commented on a change in pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to c

2022-01-04 Thread GitBox
uschindler commented on a change in pull request #582: URL: https://github.com/apache/lucene/pull/582#discussion_r778176916 ## File path: lucene/analysis/integration.tests/src/test/module-info.java ## @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation (ASF) und

[jira] (LUCENE-10344) ECJ batch compiler does not support --patch-module at all

2022-01-04 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10344 ] Dawid Weiss deleted comment on LUCENE-10344: -- was (Author: JIRAUSER282805): My account is hacked. I'm not sure what is going on. > ECJ batch compiler does not support --patch-module at

[jira] [Commented] (LUCENE-10344) ECJ batch compiler does not support --patch-module at all

2022-01-04 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468698#comment-17468698 ] Dawid Weiss commented on LUCENE-10344: -- Sorry, I just noticed your comment. There

[jira] [Resolved] (LUCENE-10344) ECJ batch compiler does not support --patch-module at all

2022-01-04 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-10344. -- Resolution: Won't Fix > ECJ batch compiler does not support --patch-module at all > -

[GitHub] [lucene] mayya-sharipova commented on a change in pull request #580: LUCENE-10351 Correct knn search failure with deleted docs

2022-01-04 Thread GitBox
mayya-sharipova commented on a change in pull request #580: URL: https://github.com/apache/lucene/pull/580#discussion_r778185295 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene90/Lucene90HnswVectorsReader.java ## @@ -239,6 +239,9 @@ public TopDocs search(Str

[jira] [Created] (LUCENE-10353) Add null injection to analyzer integration tests (e.g. TestRandomChains)

2022-01-04 Thread Robert Muir (Jira)
Robert Muir created LUCENE-10353: Summary: Add null injection to analyzer integration tests (e.g. TestRandomChains) Key: LUCENE-10353 URL: https://issues.apache.org/jira/browse/LUCENE-10353 Project: L

[jira] [Created] (LUCENE-10354) Clarify contract of codec APIs with missing/disabled fields

2022-01-04 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10354: - Summary: Clarify contract of codec APIs with missing/disabled fields Key: LUCENE-10354 URL: https://issues.apache.org/jira/browse/LUCENE-10354 Project: Lucene - Cor

[GitHub] [lucene] jpountz opened a new pull request #583: LUCENE-10354: Clarify contract of codec APIs with missing/disabled fields.

2022-01-04 Thread GitBox
jpountz opened a new pull request #583: URL: https://github.com/apache/lucene/pull/583 See https://issues.apache.org/jira/browse/LUCENE-10354 -- 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

[GitHub] [lucene] jpountz commented on a change in pull request #580: LUCENE-10351 Correct knn search failure with deleted docs

2022-01-04 Thread GitBox
jpountz commented on a change in pull request #580: URL: https://github.com/apache/lucene/pull/580#discussion_r778216878 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene90/Lucene90HnswVectorsReader.java ## @@ -239,6 +239,9 @@ public TopDocs search(String fiel

[jira] [Created] (LUCENE-10355) Remove EMPTY LongValues in favor of LongValues#ZERO

2022-01-04 Thread Feng Guo (Jira)
Feng Guo created LUCENE-10355: - Summary: Remove EMPTY LongValues in favor of LongValues#ZERO Key: LUCENE-10355 URL: https://issues.apache.org/jira/browse/LUCENE-10355 Project: Lucene - Core Issue

[jira] [Updated] (LUCENE-10355) Remove EMPTY LongValues in favor of LongValues#ZERO

2022-01-04 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10355: -- Component/s: core/codecs > Remove EMPTY LongValues in favor of LongValues#ZERO >

[jira] [Updated] (LUCENE-10355) Remove EMPTY LongValues in favor of LongValues#ZERO

2022-01-04 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10355: -- Description: Remove EMPTY LongValues in favor of LongValues#ZEROS > Remove EMPTY LongValues in favor

[GitHub] [lucene] gf2121 closed pull request #584: LUCENE-10355: Remove EMPTY LongValues in favor of LongValues#ZEROS

2022-01-04 Thread GitBox
gf2121 closed pull request #584: URL: https://github.com/apache/lucene/pull/584 -- 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-10352) Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check from module system

2022-01-04 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468745#comment-17468745 ] Uwe Schindler commented on LUCENE-10352: I found a missing TokenFilter in META_

[jira] [Commented] (LUCENE-10352) Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check from module system

2022-01-04 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468760#comment-17468760 ] Uwe Schindler commented on LUCENE-10352: I also added a new annotation to lucen

[GitHub] [lucene] uschindler commented on a change in pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to c

2022-01-04 Thread GitBox
uschindler commented on a change in pull request #582: URL: https://github.com/apache/lucene/pull/582#discussion_r778280755 ## File path: lucene/analysis/integration.tests/src/test/org/apache/lucene/analysis/tests/ModuleClassDiscovery.java ## @@ -0,0 +1,94 @@ +/* + * Licensed

[GitHub] [lucene] uschindler commented on a change in pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to c

2022-01-04 Thread GitBox
uschindler commented on a change in pull request #582: URL: https://github.com/apache/lucene/pull/582#discussion_r778283613 ## File path: lucene/analysis/integration.tests/src/test/org/apache/lucene/analysis/tests/ModuleClassDiscovery.java ## @@ -0,0 +1,94 @@ +/* + * Licensed

[GitHub] [lucene] mayya-sharipova commented on a change in pull request #580: LUCENE-10351 Correct knn search failure with deleted docs

2022-01-04 Thread GitBox
mayya-sharipova commented on a change in pull request #580: URL: https://github.com/apache/lucene/pull/580#discussion_r778314409 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene90/Lucene90HnswVectorsReader.java ## @@ -239,6 +239,9 @@ public TopDocs search(Str

[GitHub] [lucene] jtibshirani commented on a change in pull request #583: LUCENE-10354: Clarify contract of codec APIs with missing/disabled fields.

2022-01-04 Thread GitBox
jtibshirani commented on a change in pull request #583: URL: https://github.com/apache/lucene/pull/583#discussion_r778317069 ## File path: lucene/core/src/java/org/apache/lucene/codecs/FieldsProducer.java ## @@ -42,6 +45,14 @@ protected FieldsProducer() {} */ public abst

[GitHub] [lucene] sonatype-lift[bot] commented on a change in pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover clas

2022-01-04 Thread GitBox
sonatype-lift[bot] commented on a change in pull request #582: URL: https://github.com/apache/lucene/pull/582#discussion_r778334098 ## File path: lucene/core/src/java/org/apache/lucene/util/IgnoreRandomChains.java ## @@ -0,0 +1,34 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] [lucene-solr] akkig opened a new pull request #2636: SOLR-15892: Adding Randomization in selecting shard leaders for delete and commit requests for RoutedAlias

2022-01-04 Thread GitBox
akkig opened a new pull request #2636: URL: https://github.com/apache/lucene-solr/pull/2636 …e and commit requests for RoutedAlias -- 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 co

[GitHub] [lucene] mayya-sharipova merged pull request #580: LUCENE-10351 Correct knn search failure with deleted docs

2022-01-04 Thread GitBox
mayya-sharipova merged pull request #580: URL: https://github.com/apache/lucene/pull/580 -- 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-10351) Correct knn search failure with all deleted docs

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

[jira] [Commented] (LUCENE-10351) Correct knn search failure with all deleted docs

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

[jira] [Resolved] (LUCENE-10351) Correct knn search failure with all deleted docs

2022-01-04 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mayya Sharipova resolved LUCENE-10351. -- Fix Version/s: 9.1 Resolution: Fixed > Correct knn search failure with all de

[GitHub] [lucene] uschindler commented on a change in pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to c

2022-01-04 Thread GitBox
uschindler commented on a change in pull request #582: URL: https://github.com/apache/lucene/pull/582#discussion_r778421121 ## File path: lucene/core/src/java/org/apache/lucene/util/IgnoreRandomChains.java ## @@ -0,0 +1,34 @@ +/* + * Licensed to the Apache Software Foundation (

[GitHub] [lucene] sonatype-lift[bot] commented on a change in pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover clas

2022-01-04 Thread GitBox
sonatype-lift[bot] commented on a change in pull request #582: URL: https://github.com/apache/lucene/pull/582#discussion_r778421146 ## File path: lucene/core/src/java/org/apache/lucene/util/IgnoreRandomChains.java ## @@ -0,0 +1,34 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] [lucene] gsmiller commented on pull request #578: LUCENE-10350: Avoid some null checking for FastTaxonomyFacetCounts#countAll()

2022-01-04 Thread GitBox
gsmiller commented on pull request #578: URL: https://github.com/apache/lucene/pull/578#issuecomment-1005246240 Nice find! With this kind of speedup just for avoiding the null check inside the counting loop, I wonder if it's worth generalizing beyond countAll? What about relaxing visibilit

[GitHub] [lucene] rmuir commented on pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check from module

2022-01-04 Thread GitBox
rmuir commented on pull request #582: URL: https://github.com/apache/lucene/pull/582#issuecomment-1005247521 elsewhere we have the integration tests as `core.tests` and `distribution.tests`, should this be `analysis.tests`? Currently I am messing around in this branch with `./gradlew -p lu

[GitHub] [lucene] gsmiller commented on pull request #574: LUCENE-10346: Specially treat SingletonSortedNumericDocValues in FastTaxonomyFacetCounts#countAll()

2022-01-04 Thread GitBox
gsmiller commented on pull request #574: URL: https://github.com/apache/lucene/pull/574#issuecomment-1005247653 Great find! For what it's worth, this was overlooked when specializing SSDV in #255 because it was still using binary doc values at the time. When I switched over to numeric doc

[jira] [Created] (LUCENE-10356) Special-case singleton doc values for general taxonomy facet counting

2022-01-04 Thread Greg Miller (Jira)
Greg Miller created LUCENE-10356: Summary: Special-case singleton doc values for general taxonomy facet counting Key: LUCENE-10356 URL: https://issues.apache.org/jira/browse/LUCENE-10356 Project: Luce

[jira] [Commented] (LUCENE-10356) Special-case singleton doc values for general taxonomy facet counting

2022-01-04 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468917#comment-17468917 ] Greg Miller commented on LUCENE-10356: -- PR coming shortly :) > Special-case singl

[jira] [Assigned] (LUCENE-10356) Special-case singleton doc values for general taxonomy facet counting

2022-01-04 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller reassigned LUCENE-10356: Assignee: Greg Miller > Special-case singleton doc values for general taxonomy facet cou

[GitHub] [lucene] uschindler commented on pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check from mo

2022-01-04 Thread GitBox
uschindler commented on pull request #582: URL: https://github.com/apache/lucene/pull/582#issuecomment-1005287391 > elsewhere we have the integration tests as `core.tests` and `distribution.tests`, should this be `analysis.tests`? Currently I am messing around in this branch with `./gradle

[GitHub] [lucene] uschindler commented on pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check from mo

2022-01-04 Thread GitBox
uschindler commented on pull request #582: URL: https://github.com/apache/lucene/pull/582#issuecomment-1005287982 I ran the whole thing the following way: ``` gradlew :lucene:analysis:integration.tests:beast -Dtests.dups=1000 ``` No failures yet. -- This is an automate

[GitHub] [lucene] uschindler commented on pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check from mo

2022-01-04 Thread GitBox
uschindler commented on pull request #582: URL: https://github.com/apache/lucene/pull/582#issuecomment-1005291698 @rmuir I found a failure: ``` $ gradlew :lucene:analysis:integration.tests:test --tests TestRandomChains.testRandomChainsWithLargeStrings -Dtests.seed=AA632771CC823702

[GitHub] [lucene] uschindler commented on pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check from mo

2022-01-04 Thread GitBox
uschindler commented on pull request #582: URL: https://github.com/apache/lucene/pull/582#issuecomment-1005293671 Another one: ``` $ gradlew :lucene:analysis:integration.tests:test --tests TestRandomChains.testRandomChains -Dtests.seed=3A0D0E91E0CA5BFC -Dtests.slow=true -Dtests.l

[GitHub] [lucene] uschindler edited a comment on pull request #582: LUCENE-10352: Convert TestAllAnalyzersHaveFactories and TestRandomChains to a global integration test and discover classes to check

2022-01-04 Thread GitBox
uschindler edited a comment on pull request #582: URL: https://github.com/apache/lucene/pull/582#issuecomment-1005291698 @rmuir I found a failure: ``` $ gradlew :lucene:analysis:integration.tests:test --tests TestRandomChains.testRandomChainsWithLargeStrings -Dtests.seed=AA632771C

[jira] [Commented] (LUCENE-9537) Add Indri Search Engine Functionality to Lucene

2022-01-04 Thread Cameron VandenBerg (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468942#comment-17468942 ] Cameron VandenBerg commented on LUCENE-9537: Hello [~jpountz]!  Thank you fo

[jira] [Commented] (LUCENE-10157) Add Additional Indri Search Engine Functionality to Lucene

2022-01-04 Thread Cameron VandenBerg (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468945#comment-17468945 ] Cameron VandenBerg commented on LUCENE-10157: - Hello [~cpoerschke]!  I have

[GitHub] [lucene] gf2121 commented on pull request #578: LUCENE-10350: Avoid some null checking for FastTaxonomyFacetCounts#countAll()

2022-01-04 Thread GitBox
gf2121 commented on pull request #578: URL: https://github.com/apache/lucene/pull/578#issuecomment-1005403431 Thanks @gsmiller for suggestion! > With this kind of speedup just for avoiding the null check inside the counting loop. Yes, this is indeed suprising. I thought `Brows