[jira] [Commented] (LUCENE-9976) WANDScorer assertion error in ensureConsistent

2021-06-02 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356196#comment-17356196 ] Dawid Weiss commented on LUCENE-9976: - Hmm... I just tried on a different machine an

[jira] [Commented] (LUCENE-9976) WANDScorer assertion error in ensureConsistent

2021-06-02 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356192#comment-17356192 ] Dawid Weiss commented on LUCENE-9976: - That's really bad. If you look at jenkins, th

[GitHub] [lucene] zhaih commented on pull request #163: LUCENE-9983: Stop sorting determinize powersets unnecessarily

2021-06-02 Thread GitBox
zhaih commented on pull request #163: URL: https://github.com/apache/lucene/pull/163#issuecomment-853538280 Thank you @mikemccand @dweiss and @bruno-roustant all for reviewing this PR! Since this PR is more of an optimization for adversarial cases so we don't want to sacrifice performance

[jira] [Commented] (LUCENE-7321) Character Mapping

2021-06-02 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-7321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356136#comment-17356136 ] Marcus Eagan commented on LUCENE-7321: -- Hi [~iprovalo] I'm curious if you have been

[jira] [Commented] (LUCENE-9976) WANDScorer assertion error in ensureConsistent

2021-06-02 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356092#comment-17356092 ] Zach Chen commented on LUCENE-9976: --- Hi Dawid and Michael! I tried again with the comm

[jira] [Resolved] (LUCENE-9823) SynonymQuery rewrite can change field boost calculation

2021-06-02 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julie Tibshirani resolved LUCENE-9823. -- Fix Version/s: main (9.0) Resolution: Fixed > SynonymQuery rewrite can change f

[jira] [Commented] (LUCENE-9823) SynonymQuery rewrite can change field boost calculation

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

[GitHub] [lucene] jtibshirani merged pull request #160: LUCENE-9823: Fix not to rewrite boosted single term SynonymQuery

2021-06-02 Thread GitBox
jtibshirani merged pull request #160: URL: https://github.com/apache/lucene/pull/160 -- 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

[GitHub] [lucene] jtibshirani commented on a change in pull request #166: LUCENE-9905: Move HNSW build parameters to codec

2021-06-02 Thread GitBox
jtibshirani commented on a change in pull request #166: URL: https://github.com/apache/lucene/pull/166#discussion_r644395730 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene90/Lucene90HnswVectorFormat.java ## @@ -76,14 +79,55 @@ static final int VERSION_ST

[GitHub] [lucene] jtibshirani opened a new pull request #166: LUCENE-9905: Move HNSW build parameters to codec

2021-06-02 Thread GitBox
jtibshirani opened a new pull request #166: URL: https://github.com/apache/lucene/pull/166 Previously, the max connections and beam width parameters could be configured as field type attributes. This PR moves them to be parameters on Lucene90HnswVectorFormat, to avoid exposing details

[GitHub] [lucene] chlorochrule commented on pull request #160: LUCENE-9823: Fix not to rewrite boosted single term SynonymQuery

2021-06-02 Thread GitBox
chlorochrule commented on pull request #160: URL: https://github.com/apache/lucene/pull/160#issuecomment-853248112 Thanks for explaining and reviewing again! I fixed :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [lucene] zhaih commented on a change in pull request #157: LUCENE-9963 Fix issue with FlattenGraphFilter throwing exceptions from holes

2021-06-02 Thread GitBox
zhaih commented on a change in pull request #157: URL: https://github.com/apache/lucene/pull/157#discussion_r644172488 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/core/FlattenGraphFilter.java ## @@ -255,6 +260,32 @@ private boolean releaseBufferedT

[GitHub] [lucene] zhaih commented on a change in pull request #157: LUCENE-9963 Fix issue with FlattenGraphFilter throwing exceptions from holes

2021-06-02 Thread GitBox
zhaih commented on a change in pull request #157: URL: https://github.com/apache/lucene/pull/157#discussion_r644165757 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/core/FlattenGraphFilter.java ## @@ -362,6 +394,48 @@ public boolean incrementToken()

[GitHub] [lucene] zhaih commented on a change in pull request #157: LUCENE-9963 Fix issue with FlattenGraphFilter throwing exceptions from holes

2021-06-02 Thread GitBox
zhaih commented on a change in pull request #157: URL: https://github.com/apache/lucene/pull/157#discussion_r644165438 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/core/FlattenGraphFilter.java ## @@ -362,6 +378,40 @@ public boolean incrementToken()

[GitHub] [lucene] jtibshirani commented on a change in pull request #160: LUCENE-9823: Fix not to rewrite boosted single term SynonymQuery

2021-06-02 Thread GitBox
jtibshirani commented on a change in pull request #160: URL: https://github.com/apache/lucene/pull/160#discussion_r644158197 ## File path: lucene/core/src/test/org/apache/lucene/search/TestSynonymQuery.java ## @@ -466,4 +467,26 @@ public void testRandomTopDocs() throws IOExcept

[GitHub] [lucene] zhaih commented on a change in pull request #163: LUCENE-9983: Stop sorting determinize powersets unnecessarily

2021-06-02 Thread GitBox
zhaih commented on a change in pull request #163: URL: https://github.com/apache/lucene/pull/163#discussion_r644146024 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/StateSet.java ## @@ -0,0 +1,107 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [lucene] zhaih commented on a change in pull request #163: LUCENE-9983: Stop sorting determinize powersets unnecessarily

2021-06-02 Thread GitBox
zhaih commented on a change in pull request #163: URL: https://github.com/apache/lucene/pull/163#discussion_r644142000 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/StateSet.java ## @@ -0,0 +1,107 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [lucene] zhaih commented on a change in pull request #163: LUCENE-9983: Stop sorting determinize powersets unnecessarily

2021-06-02 Thread GitBox
zhaih commented on a change in pull request #163: URL: https://github.com/apache/lucene/pull/163#discussion_r644141734 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/Operations.java ## @@ -676,7 +677,7 @@ public static Automaton determinize(Automaton a, int

[GitHub] [lucene] zhaih commented on a change in pull request #163: LUCENE-9983: Stop sorting determinize powersets unnecessarily

2021-06-02 Thread GitBox
zhaih commented on a change in pull request #163: URL: https://github.com/apache/lucene/pull/163#discussion_r644138606 ## File path: lucene/core/build.gradle ## @@ -20,6 +20,8 @@ apply plugin: 'java-library' description = 'Lucene core library' dependencies { + implementati

[GitHub] [lucene] zhaih commented on a change in pull request #163: LUCENE-9983: Stop sorting determinize powersets unnecessarily

2021-06-02 Thread GitBox
zhaih commented on a change in pull request #163: URL: https://github.com/apache/lucene/pull/163#discussion_r644138606 ## File path: lucene/core/build.gradle ## @@ -20,6 +20,8 @@ apply plugin: 'java-library' description = 'Lucene core library' dependencies { + implementati

[jira] [Commented] (LUCENE-9983) Stop sorting determinize powersets unnecessarily

2021-06-02 Thread Haoyu Zhai (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355852#comment-17355852 ] Haoyu Zhai commented on LUCENE-9983: +1 to have a set of regexps so that we can benc

[jira] [Commented] (LUCENE-9905) Revise approach to specifying NN algorithm

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

[GitHub] [lucene] jtibshirani merged pull request #164: LUCENE-9905: Allow Lucene90Codec to be configured with a per-field vector format

2021-06-02 Thread GitBox
jtibshirani merged pull request #164: URL: https://github.com/apache/lucene/pull/164 -- 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

[GitHub] [lucene] jtibshirani commented on pull request #164: LUCENE-9905: Allow Lucene90Codec to be configured with a per-field vector format

2021-06-02 Thread GitBox
jtibshirani commented on pull request #164: URL: https://github.com/apache/lucene/pull/164#issuecomment-853136935 Thanks for reviewing ! -- 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 speci

[jira] [Commented] (LUCENE-9987) JVM 11.0.6 crash while trying to read term vectors in CheckIndex?

2021-06-02 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355764#comment-17355764 ] Michael McCandless commented on LUCENE-9987: OK good to know, thanks everyon

[GitHub] [lucene] chlorochrule commented on pull request #160: LUCENE-9823: Fix not to rewrite boosted single term SynonymQuery

2021-06-02 Thread GitBox
chlorochrule commented on pull request #160: URL: https://github.com/apache/lucene/pull/160#issuecomment-853065004 Thanks for reviewing, @jtibshirani ! I added `TestSynonymQuery#testRewrite` and fixed the same problem of `CombinedFieldQuery`. I may not fully understand the meaning of:

[GitHub] [lucene-solr] janhoy commented on pull request #2503: Re-introduce ant precommit github action in 8x branch

2021-06-02 Thread GitBox
janhoy commented on pull request #2503: URL: https://github.com/apache/lucene-solr/pull/2503#issuecomment-853050898 Thanks, now let's see if this works... -- 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

[GitHub] [lucene-solr] janhoy merged pull request #2503: Re-introduce ant precommit github action in 8x branch

2021-06-02 Thread GitBox
janhoy merged pull request #2503: URL: https://github.com/apache/lucene-solr/pull/2503 -- 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, ple

[jira] [Commented] (LUCENE-9987) JVM 11.0.6 crash while trying to read term vectors in CheckIndex?

2021-06-02 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355745#comment-17355745 ] Uwe Schindler commented on LUCENE-9987: --- Again: JDK 11 is unstable and was used to

[jira] [Commented] (LUCENE-9987) JVM 11.0.6 crash while trying to read term vectors in CheckIndex?

2021-06-02 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355737#comment-17355737 ] Uwe Schindler commented on LUCENE-9987: --- ZGC in Java 11 is very early release. So

[jira] [Resolved] (LUCENE-9962) DrillSideways users should be able to opt-out of "drill down" facet collecting

2021-06-02 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller resolved LUCENE-9962. - Fix Version/s: main (9.0) Resolution: Fixed > DrillSideways users should be able to opt-o

[jira] [Updated] (LUCENE-9979) Implement negation of facet path in DrillDownQuery

2021-06-02 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller updated LUCENE-9979: Component/s: (was: core/search) modules/facet > Implement negation of facet p

[jira] [Resolved] (LUCENE-9944) Implement alternative drill sideways faceting with provided CollectorManager

2021-06-02 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller resolved LUCENE-9944. - Fix Version/s: main (9.0) Resolution: Fixed > Implement alternative drill sideways faceti

[jira] [Commented] (LUCENE-9944) Implement alternative drill sideways faceting with provided CollectorManager

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

[GitHub] [lucene] gsmiller merged pull request #142: LUCENE-9944: Allow DrillSideways users to pass a CollectorManager without requiring an ExecutorService (and concurrent DrillSideways approach).

2021-06-02 Thread GitBox
gsmiller merged pull request #142: URL: https://github.com/apache/lucene/pull/142 -- 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 c

[GitHub] [lucene] dweiss commented on a change in pull request #163: LUCENE-9983: Stop sorting determinize powersets unnecessarily

2021-06-02 Thread GitBox
dweiss commented on a change in pull request #163: URL: https://github.com/apache/lucene/pull/163#discussion_r643959663 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/StateSet.java ## @@ -0,0 +1,107 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] [lucene] gsmiller commented on a change in pull request #142: LUCENE-9944: Allow DrillSideways users to pass a CollectorManager without requiring an ExecutorService (and concurrent DrillSidew

2021-06-02 Thread GitBox
gsmiller commented on a change in pull request #142: URL: https://github.com/apache/lucene/pull/142#discussion_r643959302 ## File path: lucene/facet/src/java/org/apache/lucene/facet/DrillSidewaysQuery.java ## @@ -131,8 +185,24 @@ public boolean isCacheable(LeafReaderContext ctx

[jira] [Commented] (LUCENE-9987) JVM 11.0.6 crash while trying to read term vectors in CheckIndex?

2021-06-02 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355714#comment-17355714 ] Dawid Weiss commented on LUCENE-9987: - See build failure history here: https://jenki

[jira] [Commented] (LUCENE-9987) JVM 11.0.6 crash while trying to read term vectors in CheckIndex?

2021-06-02 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355713#comment-17355713 ] Dawid Weiss commented on LUCENE-9987: - This is happening all the time on jenkins. Al

[GitHub] [lucene] gsmiller commented on a change in pull request #142: LUCENE-9944: Allow DrillSideways users to pass a CollectorManager without requiring an ExecutorService (and concurrent DrillSidew

2021-06-02 Thread GitBox
gsmiller commented on a change in pull request #142: URL: https://github.com/apache/lucene/pull/142#discussion_r643949418 ## File path: lucene/facet/src/java/org/apache/lucene/facet/DrillSideways.java ## @@ -233,11 +251,32 @@ public ScoreMode scoreMode() { } searcher.

[jira] [Commented] (LUCENE-9987) JVM 11.0.6 crash while trying to read term vectors in CheckIndex?

2021-06-02 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355694#comment-17355694 ] Robert Muir commented on LUCENE-9987: - ZAC though. Workaround: don't use ZGC > JVM

[GitHub] [lucene] msokolov commented on a change in pull request #157: LUCENE-9963 Fix issue with FlattenGraphFilter throwing exceptions from holes

2021-06-02 Thread GitBox
msokolov commented on a change in pull request #157: URL: https://github.com/apache/lucene/pull/157#discussion_r643925065 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/core/FlattenGraphFilter.java ## @@ -273,6 +260,32 @@ private boolean releaseBuffer

[jira] [Commented] (LUCENE-9976) WANDScorer assertion error in ensureConsistent

2021-06-02 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355687#comment-17355687 ] Michael McCandless commented on LUCENE-9976: Spooky that the seed only somet

[jira] [Commented] (LUCENE-9986) Create a simple "real world" regexp benchmark

2021-06-02 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355684#comment-17355684 ] Michael Sokolov commented on LUCENE-9986: - [This SO post|https://stackoverflow.

[jira] [Updated] (LUCENE-9987) JVM 11.0.6 crash while trying to read term vectors in CheckIndex?

2021-06-02 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-9987: --- Attachment: hs_err_pid536810.log > JVM 11.0.6 crash while trying to read term vector

[jira] [Updated] (LUCENE-9987) JVM 11.0.6 crash while trying to read term vectors in CheckIndex?

2021-06-02 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-9987: --- Attachment: hs_err_pid529873.log > JVM 11.0.6 crash while trying to read term vector

[jira] [Created] (LUCENE-9987) JVM 11.0.6 crash while trying to read term vectors in CheckIndex?

2021-06-02 Thread Michael McCandless (Jira)
Michael McCandless created LUCENE-9987: -- Summary: JVM 11.0.6 crash while trying to read term vectors in CheckIndex? Key: LUCENE-9987 URL: https://issues.apache.org/jira/browse/LUCENE-9987 Project

[GitHub] [lucene] msokolov commented on a change in pull request #164: LUCENE-9905: Allow Lucene90Codec to be configured with a per-field vector format

2021-06-02 Thread GitBox
msokolov commented on a change in pull request #164: URL: https://github.com/apache/lucene/pull/164#discussion_r643912033 ## File path: lucene/core/src/test/org/apache/lucene/codecs/perfield/TestPerFieldVectorFormat.java ## @@ -52,53 +52,54 @@ protected Codec getCodec() {

[GitHub] [lucene] msokolov commented on a change in pull request #142: LUCENE-9944: Allow DrillSideways users to pass a CollectorManager without requiring an ExecutorService (and concurrent DrillSidew

2021-06-02 Thread GitBox
msokolov commented on a change in pull request #142: URL: https://github.com/apache/lucene/pull/142#discussion_r643904768 ## File path: lucene/facet/src/java/org/apache/lucene/facet/DrillSideways.java ## @@ -233,11 +251,32 @@ public ScoreMode scoreMode() { } searcher.

[GitHub] [lucene] mikemccand commented on a change in pull request #163: LUCENE-9983: Stop sorting determinize powersets unnecessarily

2021-06-02 Thread GitBox
mikemccand commented on a change in pull request #163: URL: https://github.com/apache/lucene/pull/163#discussion_r643866949 ## File path: lucene/core/build.gradle ## @@ -20,6 +20,8 @@ apply plugin: 'java-library' description = 'Lucene core library' dependencies { + impleme

[jira] [Commented] (LUCENE-9983) Stop sorting determinize powersets unnecessarily

2021-06-02 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355644#comment-17355644 ] Michael McCandless commented on LUCENE-9983: OK I opened LUCENE-9986. > Sto

[jira] [Created] (LUCENE-9986) Create a simple "real world" regexp benchmark

2021-06-02 Thread Michael McCandless (Jira)
Michael McCandless created LUCENE-9986: -- Summary: Create a simple "real world" regexp benchmark Key: LUCENE-9986 URL: https://issues.apache.org/jira/browse/LUCENE-9986 Project: Lucene - Core

[jira] [Commented] (LUCENE-9983) Stop sorting determinize powersets unnecessarily

2021-06-02 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355642#comment-17355642 ] Michael McCandless commented on LUCENE-9983: In the sort of "opposite extrem

[GitHub] [lucene] glawson0 commented on pull request #157: LUCENE-9963 Fix issue with FlattenGraphFilter throwing exceptions from holes

2021-06-02 Thread GitBox
glawson0 commented on pull request #157: URL: https://github.com/apache/lucene/pull/157#issuecomment-852856814 I've fleshed out the comments for the 4 change areas explaining each area and what tests exercise them. Do they help? are there areas you feel aren't fully explained or that I cou

[GitHub] [lucene] glawson0 commented on a change in pull request #157: LUCENE-9963 Fix issue with FlattenGraphFilter throwing exceptions from holes

2021-06-02 Thread GitBox
glawson0 commented on a change in pull request #157: URL: https://github.com/apache/lucene/pull/157#discussion_r643770929 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/core/FlattenGraphFilter.java ## @@ -362,6 +378,40 @@ public boolean incrementToken

[jira] [Commented] (LUCENE-9983) Stop sorting determinize powersets unnecessarily

2021-06-02 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355600#comment-17355600 ] Bruno Roustant commented on LUCENE-9983: How many states are manipulated? If the

[GitHub] [lucene-solr] janhoy opened a new pull request #2503: Re-introduce ant precommit github action in 8x branch

2021-06-02 Thread GitBox
janhoy opened a new pull request #2503: URL: https://github.com/apache/lucene-solr/pull/2503 This PR re-introduces the `ant precommit` github action for branch_8x, which was removed when "wiping" master branch after the split. -- This is an automated message from the Apache Git Service.

[jira] [Comment Edited] (LUCENE-9985) Upgrade Jetty to 9.4.41

2021-06-02 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-9985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355533#comment-17355533 ] Jan Høydahl edited comment on LUCENE-9985 at 6/2/21, 7:49 AM:

[GitHub] [lucene-solr] janhoy opened a new pull request #2502: SOLR-15316 Update Jetty to 9.4.41 (backport 8x)

2021-06-02 Thread GitBox
janhoy opened a new pull request #2502: URL: https://github.com/apache/lucene-solr/pull/2502 See https://issues.apache.org/jira/browse/SOLR-15316 This is a backport of SOLR-15316 with mostly ivy changes. But in this 8x branch, the upgrade also affects lucene-replicator module. So I f

[jira] [Commented] (LUCENE-9985) Upgrade Jetty to 9.4.41

2021-06-02 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-9985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355533#comment-17355533 ] Jan Høydahl commented on LUCENE-9985: - I tag this change in Lucene's CHANGES under 8

[GitHub] [lucene] janhoy opened a new pull request #165: LUCENE-9985 Upgrade Jetty to 9.4.41

2021-06-02 Thread GitBox
janhoy opened a new pull request #165: URL: https://github.com/apache/lucene/pull/165 See https://issues.apache.org/jira/browse/LUCENE-9985 -- 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 sp

[jira] [Created] (LUCENE-9985) Upgrade Jetty to 9.4.41

2021-06-02 Thread Jira
Jan Høydahl created LUCENE-9985: --- Summary: Upgrade Jetty to 9.4.41 Key: LUCENE-9985 URL: https://issues.apache.org/jira/browse/LUCENE-9985 Project: Lucene - Core Issue Type: Task Re