[GitHub] [lucene] dweiss commented on pull request #128: LUCENE-9662: [WIP] CheckIndex should be concurrent

2021-05-19 Thread GitBox
dweiss commented on pull request #128: URL: https://github.com/apache/lucene/pull/128#issuecomment-843813330 > ./gradlew check -Ptests.nightly=true -Pvalidation.git.failOnModified=false Hi Zach. You can also "git add -A ." (stage your changes for commit); or just commit them in. Then

[jira] [Commented] (LUCENE-9335) Add a bulk scorer for disjunctions that does dynamic pruning

2021-05-19 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347362#comment-17347362 ] Zach Chen commented on LUCENE-9335: --- {quote}The speedup for some of the slower queries

[jira] [Comment Edited] (LUCENE-9335) Add a bulk scorer for disjunctions that does dynamic pruning

2021-05-19 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347362#comment-17347362 ] Zach Chen edited comment on LUCENE-9335 at 5/19/21, 7:25 AM: -

[jira] [Comment Edited] (LUCENE-9335) Add a bulk scorer for disjunctions that does dynamic pruning

2021-05-19 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347362#comment-17347362 ] Zach Chen edited comment on LUCENE-9335 at 5/19/21, 7:25 AM: -

[GitHub] [lucene] zacharymorn commented on pull request #128: LUCENE-9662: [WIP] CheckIndex should be concurrent

2021-05-19 Thread GitBox
zacharymorn commented on pull request #128: URL: https://github.com/apache/lucene/pull/128#issuecomment-843836186 > > ./gradlew check -Ptests.nightly=true -Pvalidation.git.failOnModified=false > > > > Hi Zach. You can also "git add -A ." (stage your changes for commit); or j

[GitHub] [lucene] balmukundblr commented on a change in pull request #132: Parallel processing

2021-05-19 Thread GitBox
balmukundblr commented on a change in pull request #132: URL: https://github.com/apache/lucene/pull/132#discussion_r634992701 ## File path: lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/ReutersContentSource.java ## @@ -102,19 +103,33 @@ public void close()

[jira] [Commented] (LUCENE-9335) Add a bulk scorer for disjunctions that does dynamic pruning

2021-05-19 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347403#comment-17347403 ] Adrien Grand commented on LUCENE-9335: -- bq. I also notice that BMM BulkScorer colle

[jira] [Commented] (LUCENE-9958) Performance regression when a minimum number of matching SHOULD clauses is required

2021-05-19 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347412#comment-17347412 ] Adrien Grand commented on LUCENE-9958: -- To set expectations, some queries might sti

[GitHub] [lucene] karlwettin edited a comment on pull request #136: LUCENE-9589 Swedish Minimal Stemmer

2021-05-19 Thread GitBox
karlwettin edited a comment on pull request #136: URL: https://github.com/apache/lucene/pull/136#issuecomment-843614395 I gave the stemmer a spin on [SAOL](https://en.wikipedia.org/wiki/Svenska_Akademiens_ordlista) 13 (2006). I have to stay within the bounds of fair use and can't publish t

[GitHub] [lucene] mikemccand merged pull request #145: LUCENE-9950: move changes entry for backport to 8.9

2021-05-19 Thread GitBox
mikemccand merged pull request #145: URL: https://github.com/apache/lucene/pull/145 -- 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

[GitHub] [lucene] mikemccand commented on pull request #145: LUCENE-9950: move changes entry for backport to 8.9

2021-05-19 Thread GitBox
mikemccand commented on pull request #145: URL: https://github.com/apache/lucene/pull/145#issuecomment-843994587 Thanks @gmiller! -- 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 com

[GitHub] [lucene-solr] mikemccand commented on pull request #2497: LUCENE-9950: New facet counting implementation for general string doc value fields

2021-05-19 Thread GitBox
mikemccand commented on pull request #2497: URL: https://github.com/apache/lucene-solr/pull/2497#issuecomment-844005185 Thanks @gsmiller! -- 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 spec

[GitHub] [lucene-solr] mikemccand merged pull request #2497: LUCENE-9950: New facet counting implementation for general string doc value fields

2021-05-19 Thread GitBox
mikemccand merged pull request #2497: URL: https://github.com/apache/lucene-solr/pull/2497 -- 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,

[jira] [Commented] (LUCENE-9950) Support both single- and multi-value string fields in facet counting (non-taxonomy based approaches)

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

[GitHub] [lucene] gsmiller commented on a change in pull request #138: LUCENE-9956: Make getBaseQuery, getDrillDownQueries API from DrillDownQuery public

2021-05-19 Thread GitBox
gsmiller commented on a change in pull request #138: URL: https://github.com/apache/lucene/pull/138#discussion_r635152354 ## File path: lucene/facet/src/java/org/apache/lucene/facet/DrillDownQuery.java ## @@ -170,15 +174,32 @@ private BooleanQuery getBooleanQuery() { retur

[GitHub] [lucene] glawson0 opened a new pull request #146: LUCENE-9963 Add tests for alternate path failures in FlattenGraphFilter

2021-05-19 Thread GitBox
glawson0 opened a new pull request #146: URL: https://github.com/apache/lucene/pull/146 # Description Add tests for alternate path failures in FlattenGraphFilter. Currently failing tests marked AwaitingFix so they will be ignored. Adding these tests before fix to a

[jira] [Commented] (LUCENE-9963) Flatten graph filter has errors when there are holes at beginning or end of alternate paths

2021-05-19 Thread Geoffrey Lawson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347615#comment-17347615 ] Geoffrey Lawson commented on LUCENE-9963: - I see three issues that need resoluti

[jira] [Updated] (LUCENE-9957) Use DirectMonotonicWriter to store sorted Values in NumericDocValues/SortedNumericDocValues

2021-05-19 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lu Xugang updated LUCENE-9957: -- Affects Version/s: (was: 8.8.2) main (9.0) > Use DirectMonotonicWriter to s

[GitHub] [lucene] msokolov commented on a change in pull request #146: LUCENE-9963 Add tests for alternate path failures in FlattenGraphFilter

2021-05-19 Thread GitBox
msokolov commented on a change in pull request #146: URL: https://github.com/apache/lucene/pull/146#discussion_r635290159 ## File path: lucene/analysis/common/src/test/org/apache/lucene/analysis/core/TestFlattenGraphFilter.java ## @@ -314,5 +314,116 @@ public void testTwoLongP

[GitHub] [lucene] gsmiller commented on pull request #143: LUCENE-9962: Allow DrillSideways sub-classes to provide their own "drill down" facet counting implementation (or null).

2021-05-19 Thread GitBox
gsmiller commented on pull request #143: URL: https://github.com/apache/lucene/pull/143#issuecomment-844179797 @mikemccand as for the gradle check, I think something was busted temporarily. I noticed a number of failing workflows during that time. It's now passed for this. -- This is an

[jira] [Commented] (LUCENE-9936) update gradle build to support gpg signing of tgz/zip distributions

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

[GitHub] [lucene] dnhatn opened a new pull request #147: LUCENE-9827: Update backward codec in Lucene 9.0

2021-05-19 Thread GitBox
dnhatn opened a new pull request #147: URL: https://github.com/apache/lucene/pull/147 We need to update the reading logic of the backward codec in Lucene 9 for [LUCENE-9827](https://github.com/apache/lucene-solr/pull/2495) and [LUCENE-9935](https://github.com/apache/lucene-solr/pull/2494)

[GitHub] [lucene] jpountz commented on a change in pull request #147: LUCENE-9827: Update backward codec in Lucene 9.0

2021-05-19 Thread GitBox
jpountz commented on a change in pull request #147: URL: https://github.com/apache/lucene/pull/147#discussion_r635443199 ## File path: lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene50/compressing/Lucene50CompressingStoredFieldsReader.java ## @@ -231,1

[GitHub] [lucene] jpountz commented on a change in pull request #144: LUCENE-9965: Add tooling to introspect query execution time

2021-05-19 Thread GitBox
jpountz commented on a change in pull request #144: URL: https://github.com/apache/lucene/pull/144#discussion_r635308121 ## File path: lucene/sandbox/src/java/org/apache/lucene/sandbox/queries/profile/AbstractInternalProfileTree.java ## @@ -0,0 +1,185 @@ +/* + * Licensed to th

[GitHub] [lucene-solr] HoustonPutman closed pull request #2292: SOLR-15129: Use Solr distribution TGZ as docker context

2021-05-19 Thread GitBox
HoustonPutman closed pull request #2292: URL: https://github.com/apache/lucene-solr/pull/2292 -- 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 servi

[GitHub] [lucene] dnhatn commented on a change in pull request #147: LUCENE-9827: Update backward codec in Lucene 9.0

2021-05-19 Thread GitBox
dnhatn commented on a change in pull request #147: URL: https://github.com/apache/lucene/pull/147#discussion_r635554782 ## File path: lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene50/compressing/Lucene50CompressingStoredFieldsReader.java ## @@ -231,14

[GitHub] [lucene] jtibshirani commented on a change in pull request #144: LUCENE-9965: Add tooling to introspect query execution time

2021-05-19 Thread GitBox
jtibshirani commented on a change in pull request #144: URL: https://github.com/apache/lucene/pull/144#discussion_r635628013 ## File path: lucene/sandbox/src/test/org/apache/lucene/sandbox/queries/profile/TestProfileQuery.java ## @@ -0,0 +1,217 @@ +/* + * Licensed to the Apach

[jira] [Created] (LUCENE-9966) SynonymGraphFilter cannot consume a graph token stream

2021-05-19 Thread Geoffrey Lawson (Jira)
Geoffrey Lawson created LUCENE-9966: --- Summary: SynonymGraphFilter cannot consume a graph token stream Key: LUCENE-9966 URL: https://issues.apache.org/jira/browse/LUCENE-9966 Project: Lucene - Core

[jira] [Commented] (LUCENE-9335) Add a bulk scorer for disjunctions that does dynamic pruning

2021-05-19 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17348046#comment-17348046 ] Zach Chen commented on LUCENE-9335: --- {quote}Actually this matches my expectation. BMM