[jira] [Resolved] (LUCENE-9580) Tessellator failure for a certain polygon

2021-03-08 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera resolved LUCENE-9580. -- Fix Version/s: master (9.0) Assignee: Ignacio Vera Resolution: Fixed > Tessell

[jira] [Commented] (LUCENE-9580) Tessellator failure for a certain polygon

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

[GitHub] [lucene-solr] iverase merged pull request #2452: LUCENE-9580: Don't introduce collinear edges when splitting polygon

2021-03-08 Thread GitBox
iverase merged pull request #2452: URL: https://github.com/apache/lucene-solr/pull/2452 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

[jira] [Commented] (LUCENE-8626) standardise test class naming

2021-03-08 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297911#comment-17297911 ] Dawid Weiss commented on LUCENE-8626: - I've fixed it already. > standardise test cl

[jira] [Commented] (LUCENE-8626) standardise test class naming

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

[jira] [Commented] (LUCENE-8626) standardise test class naming

2021-03-08 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297899#comment-17297899 ] Ignacio Vera commented on LUCENE-8626: -- It seems the last test introduced is making

[jira] [Commented] (LUCENE-9705) Move all codec formats to the o.a.l.codecs.Lucene90 package

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

[GitHub] [lucene-solr] iverase merged pull request #2444: LUCENE-9705: Create Lucene90StoredFieldsFormat

2021-03-08 Thread GitBox
iverase merged pull request #2444: URL: https://github.com/apache/lucene-solr/pull/2444 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

[jira] [Commented] (SOLR-15038) Add elevateDocsWithoutMatchingQ and onlyElevatedRepresentative parameters to elevation functionality

2021-03-08 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297840#comment-17297840 ] David Smiley commented on SOLR-15038: - FYI I filed SOLR-15222 to have Solr *stop* aut

[jira] [Deleted] (SOLR-15228) Single host in a bad state can block collection creation for the cluster with autoscaling enabled

2021-03-08 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley deleted SOLR-15228: > Single host in a bad state can block collection creation for the cluster with > autoscaling enabled

[jira] [Resolved] (SOLR-2852) SolrJ doesn't need woodstox jar

2021-03-08 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-2852. Fix Version/s: master (9.0) Resolution: Fixed > SolrJ doesn't need woodstox jar > ---

[jira] [Commented] (SOLR-2852) SolrJ doesn't need woodstox jar

2021-03-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297835#comment-17297835 ] ASF subversion and git services commented on SOLR-2852: --- Commit cf10

[GitHub] [lucene-solr] dsmiley merged pull request #2461: SOLR-2852: SolrJ: remove Woodstox dependency

2021-03-08 Thread GitBox
dsmiley merged pull request #2461: URL: https://github.com/apache/lucene-solr/pull/2461 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

[GitHub] [lucene-solr] atris commented on a change in pull request #2403: SOLR-15164: Implement Task Management Interface

2021-03-08 Thread GitBox
atris commented on a change in pull request #2403: URL: https://github.com/apache/lucene-solr/pull/2403#discussion_r589952550 ## File path: solr/solr-ref-guide/src/common-query-parameters.adoc ## @@ -84,6 +84,18 @@ You can use the `rows` parameter to paginate results from a qu

[GitHub] [lucene-solr] atris commented on a change in pull request #2403: SOLR-15164: Implement Task Management Interface

2021-03-08 Thread GitBox
atris commented on a change in pull request #2403: URL: https://github.com/apache/lucene-solr/pull/2403#discussion_r589950273 ## File path: lucene/core/src/java/org/apache/lucene/search/CancellableCollector.java ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Found

[GitHub] [lucene-solr] atris commented on a change in pull request #2403: SOLR-15164: Implement Task Management Interface

2021-03-08 Thread GitBox
atris commented on a change in pull request #2403: URL: https://github.com/apache/lucene-solr/pull/2403#discussion_r589948751 ## File path: solr/core/src/java/org/apache/solr/core/SolrCore.java ## @@ -3245,6 +3252,75 @@ public void postClose(SolrCore core) { return blobRef

[jira] [Comment Edited] (SOLR-15225) standardise test class naming

2021-03-08 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297795#comment-17297795 ] Mark Robert Miller edited comment on SOLR-15225 at 3/9/21, 4:54 AM: ---

[jira] [Comment Edited] (SOLR-15225) standardise test class naming

2021-03-08 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297795#comment-17297795 ] Mark Robert Miller edited comment on SOLR-15225 at 3/9/21, 4:53 AM: ---

[jira] [Commented] (LUCENE-8626) standardise test class naming

2021-03-08 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297815#comment-17297815 ] Marcus Eagan commented on LUCENE-8626: -- Thank you Christine for wrapping this up.

[jira] [Commented] (SOLR-15225) standardise test class naming

2021-03-08 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297795#comment-17297795 ] Mark Robert Miller commented on SOLR-15225: --- I don’t have any comment on this i

[GitHub] [lucene-solr] anshumg commented on a change in pull request #2403: SOLR-15164: Implement Task Management Interface

2021-03-08 Thread GitBox
anshumg commented on a change in pull request #2403: URL: https://github.com/apache/lucene-solr/pull/2403#discussion_r589872439 ## File path: lucene/core/src/java/org/apache/lucene/search/CancellableCollector.java ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Fou

[GitHub] [lucene-site] anshumg commented on pull request #42: fix the example command

2021-03-08 Thread GitBox
anshumg commented on pull request #42: URL: https://github.com/apache/lucene-site/pull/42#issuecomment-793238022 @epugh - you might want to merge this in soon? :) This is an automated message from the Apache Git Service. To

[jira] [Resolved] (SOLR-15228) Single host in a bad state can block collection creation for the cluster with autoscaling enabled

2021-03-08 Thread Andy Throgmorton (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Throgmorton resolved SOLR-15228. - Resolution: Duplicate I guess Jira made another bug when I hit refresh? > Single host in

[jira] [Created] (SOLR-15228) Single host in a bad state can block collection creation for the cluster with autoscaling enabled

2021-03-08 Thread Andy Throgmorton (Jira)
Andy Throgmorton created SOLR-15228: --- Summary: Single host in a bad state can block collection creation for the cluster with autoscaling enabled Key: SOLR-15228 URL: https://issues.apache.org/jira/browse/SOLR-15

[jira] [Created] (SOLR-15227) Single host in a bad state can block collection creation for the cluster with autoscaling enabled

2021-03-08 Thread Andy Throgmorton (Jira)
Andy Throgmorton created SOLR-15227: --- Summary: Single host in a bad state can block collection creation for the cluster with autoscaling enabled Key: SOLR-15227 URL: https://issues.apache.org/jira/browse/SOLR-15

[GitHub] [lucene-solr] janhoy opened a new pull request #2466: A silly test pr (DO NOT MERGE)

2021-03-08 Thread GitBox
janhoy opened a new pull request #2466: URL: https://github.com/apache/lucene-solr/pull/2466 Just for documentation's sake. This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [lucene-site] janhoy merged pull request #49: Retire the general list from website

2021-03-08 Thread GitBox
janhoy merged pull request #49: URL: https://github.com/apache/lucene-site/pull/49 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 t

[GitHub] [lucene-solr] madrob commented on a change in pull request #2403: SOLR-15164: Implement Task Management Interface

2021-03-08 Thread GitBox
madrob commented on a change in pull request #2403: URL: https://github.com/apache/lucene-solr/pull/2403#discussion_r589676923 ## File path: solr/core/src/test/org/apache/solr/MinimalSchemaTest.java ## @@ -117,7 +117,8 @@ public void testAllConfiguredHandlers() { h

[GitHub] [lucene-solr] mayya-sharipova commented on pull request #2186: LUCENE-9334 Consistency of field data structures

2021-03-08 Thread GitBox
mayya-sharipova commented on pull request #2186: URL: https://github.com/apache/lucene-solr/pull/2186#issuecomment-793004798 @jpountz Hi Adrien. Thanks for your review of the PR: https://github.com/apache/lucene-solr/pull/2186. I will go through your review and address your comments. I wa

[jira] [Created] (SOLR-15226) org.apache.lucene.index.IndexNotFoundException: no segments* file found in LockValidatingDirectoryWrapper(NRTCachingDirectory

2021-03-08 Thread Charlene de Costa Chaves (Jira)
Charlene de Costa Chaves created SOLR-15226: --- Summary: org.apache.lucene.index.IndexNotFoundException: no segments* file found in LockValidatingDirectoryWrapper(NRTCachingDirectory Key: SOLR-15226 URL: h

[GitHub] [lucene-solr] jpountz commented on a change in pull request #2186: LUCENE-9334 Consistency of field data structures

2021-03-08 Thread GitBox
jpountz commented on a change in pull request #2186: URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r589531266 ## File path: lucene/core/src/java/org/apache/lucene/index/FieldInfo.java ## @@ -111,6 +111,43 @@ public FieldInfo( /** Performs internal consist

[jira] [Commented] (SOLR-15225) standardise test class naming

2021-03-08 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297627#comment-17297627 ] David Smiley commented on SOLR-15225: - It appears [~markrmil...@gmail.com] is finally

[jira] [Resolved] (LUCENE-8626) standardise test class naming

2021-03-08 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved LUCENE-8626. - Fix Version/s: master (9.0) Resolution: Fixed Thanks everyone for making

[jira] [Created] (SOLR-15225) standardise test class naming

2021-03-08 Thread Christine Poerschke (Jira)
Christine Poerschke created SOLR-15225: -- Summary: standardise test class naming Key: SOLR-15225 URL: https://issues.apache.org/jira/browse/SOLR-15225 Project: Solr Issue Type: Test

[GitHub] [lucene-solr] jtibshirani commented on a change in pull request #2444: LUCENE-9705: Create Lucene90StoredFieldsFormat

2021-03-08 Thread GitBox
jtibshirani commented on a change in pull request #2444: URL: https://github.com/apache/lucene-solr/pull/2444#discussion_r589618706 ## File path: lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene50/compressing/Lucene50CompressingStoredFieldsReader.java #

[GitHub] [lucene-solr-operator] HoustonPutman commented on pull request #231: Add conditional dependency for zk-operator helm chart

2021-03-08 Thread GitBox
HoustonPutman commented on pull request #231: URL: https://github.com/apache/lucene-solr-operator/pull/231#issuecomment-792876296 This is starting to look very good! I'll give it a test locally soon, to make sure that there are no issues with the Zookeeper Cluster that is created in the n

[GitHub] [lucene-solr-operator] HoustonPutman commented on a change in pull request #231: Add conditional dependency for zk-operator helm chart

2021-03-08 Thread GitBox
HoustonPutman commented on a change in pull request #231: URL: https://github.com/apache/lucene-solr-operator/pull/231#discussion_r589558078 ## File path: helm/solr-operator/Chart.yaml ## @@ -95,4 +95,10 @@ annotations: name: "example" numThreads: 4

[jira] [Commented] (SOLR-15167) Move lucene-solr-operator repo

2021-03-08 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297458#comment-17297458 ] Houston Putman commented on SOLR-15167: --- I'm planning on doing the move on Friday M

[jira] [Commented] (LUCENE-8626) standardise test class naming

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

[GitHub] [lucene-solr] cpoerschke merged pull request #2441: LUCENE-8626: enforce name standardisation for org.apache.lucene tests

2021-03-08 Thread GitBox
cpoerschke merged pull request #2441: URL: https://github.com/apache/lucene-solr/pull/2441 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

[jira] [Commented] (SOLR-15163) Update DOAP for Solr

2021-03-08 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297423#comment-17297423 ] Jan Høydahl commented on SOLR-15163: DOAP updated, will check tomorrow that the proje

[jira] [Commented] (SOLR-15163) Update DOAP for Solr

2021-03-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297422#comment-17297422 ] ASF subversion and git services commented on SOLR-15163: Commit 6

[GitHub] [lucene-solr] janhoy merged pull request #2464: SOLR-15163 Update DOAP file for solr TLP

2021-03-08 Thread GitBox
janhoy merged pull request #2464: URL: https://github.com/apache/lucene-solr/pull/2464 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

[GitHub] [lucene-solr] janhoy commented on pull request #2464: SOLR-15163 Update DOAP file for solr TLP

2021-03-08 Thread GitBox
janhoy commented on pull request #2464: URL: https://github.com/apache/lucene-solr/pull/2464#issuecomment-792804790 Thanks. I'll push it and tomorrow we'll know if the projects.apache.org site catches up and removes solr project from underneath Lucene. Once the git split is done we m

[GitHub] [lucene-solr] cpoerschke commented on pull request #2465: SOLR-15224: delete TestXmlQParser class

2021-03-08 Thread GitBox
cpoerschke commented on pull request #2465: URL: https://github.com/apache/lucene-solr/pull/2465#issuecomment-792799787 Removed as part of #2448 instead. This is an automated message from the Apache Git Service. To respond to

[GitHub] [lucene-solr] cpoerschke closed pull request #2465: SOLR-15224: delete TestXmlQParser class

2021-03-08 Thread GitBox
cpoerschke closed pull request #2465: URL: https://github.com/apache/lucene-solr/pull/2465 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

[GitHub] [lucene-site] mocobeta commented on pull request #49: Retire the general list from website

2021-03-08 Thread GitBox
mocobeta commented on pull request #49: URL: https://github.com/apache/lucene-site/pull/49#issuecomment-792781414 > Also remove out of date link to Wiki for archives - replaced with PonyMail +1! This is an automated me

[jira] [Commented] (SOLR-14759) Separate the Lucene and Solr builds

2021-03-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297376#comment-17297376 ] ASF subversion and git services commented on SOLR-14759: Commit b

[jira] [Commented] (LUCENE-8626) standardise test class naming

2021-03-08 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297375#comment-17297375 ] Christine Poerschke commented on LUCENE-8626: - [https://github.com/apache/lu

[jira] [Commented] (SOLR-14759) Separate the Lucene and Solr builds

2021-03-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297370#comment-17297370 ] ASF subversion and git services commented on SOLR-14759: Commit 4

[GitHub] [lucene-solr] dweiss merged pull request #2448: SOLR-14759: a few initial changes so that Lucene can be built independently while Solr code is still in place.

2021-03-08 Thread GitBox
dweiss merged pull request #2448: URL: https://github.com/apache/lucene-solr/pull/2448 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

[GitHub] [lucene-solr] dweiss commented on pull request #2462: SOLR-14759 fix tests that need on lucene test-src

2021-03-08 Thread GitBox
dweiss commented on pull request #2462: URL: https://github.com/apache/lucene-solr/pull/2462#issuecomment-792772167 I'll remove it in this PR: https://github.com/apache/lucene-solr/pull/2448 On Mon, Mar 8, 2021 at 2:53 PM Christine Poerschke wrote: > *@cpoerschke* commen

[GitHub] [lucene-solr] cpoerschke commented on a change in pull request #2462: SOLR-14759 fix tests that need on lucene test-src

2021-03-08 Thread GitBox
cpoerschke commented on a change in pull request #2462: URL: https://github.com/apache/lucene-solr/pull/2462#discussion_r589436382 ## File path: solr/core/src/test/org/apache/solr/search/TestXmlQParser.java ## @@ -18,20 +18,23 @@ import java.lang.invoke.MethodHandles; +imp

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2462: SOLR-14759 fix tests that need on lucene test-src

2021-03-08 Thread GitBox
dweiss commented on a change in pull request #2462: URL: https://github.com/apache/lucene-solr/pull/2462#discussion_r589435996 ## File path: solr/core/src/test/org/apache/solr/search/TestXmlQParser.java ## @@ -18,20 +18,23 @@ import java.lang.invoke.MethodHandles; +import

[jira] [Commented] (SOLR-15224) Resolve the two ignored tests after Lucene test sources become unavailable

2021-03-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297363#comment-17297363 ] ASF subversion and git services commented on SOLR-15224: Commit 9

[GitHub] [lucene-solr] cpoerschke opened a new pull request #2465: SOLR-15224: delete TestXmlQParser class

2021-03-08 Thread GitBox
cpoerschke opened a new pull request #2465: URL: https://github.com/apache/lucene-solr/pull/2465 https://issues.apache.org/jira/browse/SOLR-15224 This is an automated message from the Apache Git Service. To respond to the mes

[jira] [Commented] (SOLR-13434) OpenTracing support for Solr

2021-03-08 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297362#comment-17297362 ] David Smiley commented on SOLR-13434: - Why is GlobalTracer.get().close() called from

[GitHub] [lucene-solr] cpoerschke commented on a change in pull request #2462: SOLR-14759 fix tests that need on lucene test-src

2021-03-08 Thread GitBox
cpoerschke commented on a change in pull request #2462: URL: https://github.com/apache/lucene-solr/pull/2462#discussion_r589433676 ## File path: solr/core/src/test/org/apache/solr/search/TestXmlQParser.java ## @@ -18,20 +18,23 @@ import java.lang.invoke.MethodHandles; +imp

[jira] [Created] (SOLR-15224) Resolve the two ignored tests after Lucene test sources become unavailable

2021-03-08 Thread Dawid Weiss (Jira)
Dawid Weiss created SOLR-15224: -- Summary: Resolve the two ignored tests after Lucene test sources become unavailable Key: SOLR-15224 URL: https://issues.apache.org/jira/browse/SOLR-15224 Project: Solr

[jira] [Commented] (SOLR-14759) Separate the Lucene and Solr builds

2021-03-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297348#comment-17297348 ] ASF subversion and git services commented on SOLR-14759: Commit 4

[GitHub] [lucene-solr] dweiss merged pull request #2462: SOLR-14759 fix tests that need on lucene test-src

2021-03-08 Thread GitBox
dweiss merged pull request #2462: URL: https://github.com/apache/lucene-solr/pull/2462 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

[GitHub] [lucene-site] janhoy opened a new pull request #50: Edits related to switching from master to main branch

2021-03-08 Thread GitBox
janhoy opened a new pull request #50: URL: https://github.com/apache/lucene-site/pull/50 We need edits to README and site-instructions. Also `asf.yaml` needs to refer to 'main' as whoami, so the site will be built from this branch. NB: Don't merge this PR to main branch until

[jira] [Updated] (SOLR-14759) Separate the Lucene and Solr builds

2021-03-08 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-14759: --- Description: While still in same git repo, separate the builds, so Lucene and Solr can be built inde

[jira] [Updated] (SOLR-14759) Separate the Lucene and Solr builds

2021-03-08 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-14759: --- Description: While still in same git repo, separate the builds, so Lucene and Solr can be built inde

[jira] [Commented] (LUCENE-8626) standardise test class naming

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

[GitHub] [lucene-solr] cpoerschke merged pull request #2440: LUCENE-8626: standardise 3 more Lucene test names

2021-03-08 Thread GitBox
cpoerschke merged pull request #2440: URL: https://github.com/apache/lucene-solr/pull/2440 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

[GitHub] [lucene-site] janhoy opened a new pull request #49: Retire the general list from website

2021-03-08 Thread GitBox
janhoy opened a new pull request #49: URL: https://github.com/apache/lucene-site/pull/49 Also remove out of date link to Wiki for archives - replaced with PonyMail This is an automated message from the Apache Git Service.

[jira] [Created] (LUCENE-9826) Move lucene-site to using "main" branch

2021-03-08 Thread Jira
Jan Høydahl created LUCENE-9826: --- Summary: Move lucene-site to using "main" branch Key: LUCENE-9826 URL: https://issues.apache.org/jira/browse/LUCENE-9826 Project: Lucene - Core Issue Type: Tas

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2459: LUCENE-9825: Hunspell: reverse the "words" trie for faster word lookup/suggestions

2021-03-08 Thread GitBox
donnerpeter commented on a change in pull request #2459: URL: https://github.com/apache/lucene-solr/pull/2459#discussion_r589317275 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordStorage.java ## @@ -0,0 +1,338 @@ +/* + * Licensed to the A

[GitHub] [lucene-solr] donnerpeter commented on pull request #2459: LUCENE-9825: Hunspell: reverse the "words" trie for faster word lookup/suggestions

2021-03-08 Thread GitBox
donnerpeter commented on pull request #2459: URL: https://github.com/apache/lucene-solr/pull/2459#issuecomment-792651966 I've fixed the encountered bugs, added regression tests for them, and applied most of these great suggestions, thanks! -

[GitHub] [lucene-solr] iverase commented on a change in pull request #2444: LUCENE-9705: Create Lucene90StoredFieldsFormat

2021-03-08 Thread GitBox
iverase commented on a change in pull request #2444: URL: https://github.com/apache/lucene-solr/pull/2444#discussion_r589307069 ## File path: lucene/core/src/java/org/apache/lucene/codecs/compressing/Lucene90CompressingStoredFieldsFormat.java ## @@ -40,7 +40,7 @@ * * @luce

[GitHub] [lucene-solr] donnerpeter commented on pull request #2459: LUCENE-9825: Hunspell: reverse the "words" trie for faster word lookup/suggestions

2021-03-08 Thread GitBox
donnerpeter commented on pull request #2459: URL: https://github.com/apache/lucene-solr/pull/2459#issuecomment-792642905 > For greek, if you analyze the distribution of dictionary (I use https://scripts.sil.org/UnicodeCharacterCount ), you can see that smallest character in the whole dicti

[GitHub] [lucene-solr] iverase commented on a change in pull request #2444: LUCENE-9705: Create Lucene90StoredFieldsFormat

2021-03-08 Thread GitBox
iverase commented on a change in pull request #2444: URL: https://github.com/apache/lucene-solr/pull/2444#discussion_r589289455 ## File path: lucene/core/src/java/org/apache/lucene/codecs/compressing/LZ4WithPresetDictCompressionMode.java ## @@ -14,12 +14,9 @@ * See the Licen

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2459: LUCENE-9825: Hunspell: reverse the "words" trie for faster word lookup/suggestions

2021-03-08 Thread GitBox
dweiss commented on a change in pull request #2459: URL: https://github.com/apache/lucene-solr/pull/2459#discussion_r589287265 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordStorage.java ## @@ -0,0 +1,338 @@ +/* + * Licensed to the Apache

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2459: LUCENE-9825: Hunspell: reverse the "words" trie for faster word lookup/suggestions

2021-03-08 Thread GitBox
dweiss commented on a change in pull request #2459: URL: https://github.com/apache/lucene-solr/pull/2459#discussion_r589285841 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordStorage.java ## @@ -0,0 +1,338 @@ +/* + * Licensed to the Apache

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2459: LUCENE-9825: Hunspell: reverse the "words" trie for faster word lookup/suggestions

2021-03-08 Thread GitBox
donnerpeter commented on a change in pull request #2459: URL: https://github.com/apache/lucene-solr/pull/2459#discussion_r589282077 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordStorage.java ## @@ -0,0 +1,338 @@ +/* + * Licensed to the A

[GitHub] [lucene-solr] muse-dev[bot] commented on a change in pull request #2403: SOLR-15164: Implement Task Management Interface

2021-03-08 Thread GitBox
muse-dev[bot] commented on a change in pull request #2403: URL: https://github.com/apache/lucene-solr/pull/2403#discussion_r589280471 ## File path: solr/core/src/java/org/apache/solr/handler/component/ActiveTasksListHandler.java ## @@ -0,0 +1,106 @@ +/* + * Licensed to the Apa

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2459: LUCENE-9825: Hunspell: reverse the "words" trie for faster word lookup/suggestions

2021-03-08 Thread GitBox
donnerpeter commented on a change in pull request #2459: URL: https://github.com/apache/lucene-solr/pull/2459#discussion_r589276407 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordStorage.java ## @@ -0,0 +1,338 @@ +/* + * Licensed to the A

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2459: LUCENE-9825: Hunspell: reverse the "words" trie for faster word lookup/suggestions

2021-03-08 Thread GitBox
donnerpeter commented on a change in pull request #2459: URL: https://github.com/apache/lucene-solr/pull/2459#discussion_r589273320 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordStorage.java ## @@ -0,0 +1,338 @@ +/* + * Licensed to the A

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2459: LUCENE-9825: Hunspell: reverse the "words" trie for faster word lookup/suggestions

2021-03-08 Thread GitBox
dweiss commented on a change in pull request #2459: URL: https://github.com/apache/lucene-solr/pull/2459#discussion_r589271596 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordStorage.java ## @@ -0,0 +1,338 @@ +/* + * Licensed to the Apache

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2459: LUCENE-9825: Hunspell: reverse the "words" trie for faster word lookup/suggestions

2021-03-08 Thread GitBox
dweiss commented on a change in pull request #2459: URL: https://github.com/apache/lucene-solr/pull/2459#discussion_r589270751 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordStorage.java ## @@ -0,0 +1,338 @@ +/* + * Licensed to the Apache

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2459: LUCENE-9825: Hunspell: reverse the "words" trie for faster word lookup/suggestions

2021-03-08 Thread GitBox
donnerpeter commented on a change in pull request #2459: URL: https://github.com/apache/lucene-solr/pull/2459#discussion_r589269346 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordStorage.java ## @@ -0,0 +1,338 @@ +/* + * Licensed to the A

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2459: LUCENE-9825: Hunspell: reverse the "words" trie for faster word lookup/suggestions

2021-03-08 Thread GitBox
dweiss commented on a change in pull request #2459: URL: https://github.com/apache/lucene-solr/pull/2459#discussion_r589264065 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordStorage.java ## @@ -0,0 +1,338 @@ +/* + * Licensed to the Apache

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2459: LUCENE-9825: Hunspell: reverse the "words" trie for faster word lookup/suggestions

2021-03-08 Thread GitBox
donnerpeter commented on a change in pull request #2459: URL: https://github.com/apache/lucene-solr/pull/2459#discussion_r589262984 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordStorage.java ## @@ -0,0 +1,338 @@ +/* + * Licensed to the A

[GitHub] [lucene-solr] iverase commented on a change in pull request #2444: LUCENE-9705: Create Lucene90StoredFieldsFormat

2021-03-08 Thread GitBox
iverase commented on a change in pull request #2444: URL: https://github.com/apache/lucene-solr/pull/2444#discussion_r589262884 ## File path: lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene50/compressing/Lucene50CompressingStoredFieldsFormat.java ## @@

[GitHub] [lucene-solr] atris commented on pull request #2403: SOLR-15164: Implement Task Management Interface

2021-03-08 Thread GitBox
atris commented on pull request #2403: URL: https://github.com/apache/lucene-solr/pull/2403#issuecomment-792591442 @sigram Updated per comments, please see and let me know your comments This is an automated message from the A

[GitHub] [lucene-solr] atris commented on a change in pull request #2403: SOLR-15164: Implement Task Management Interface

2021-03-08 Thread GitBox
atris commented on a change in pull request #2403: URL: https://github.com/apache/lucene-solr/pull/2403#discussion_r589256768 ## File path: solr/solrj/src/java/org/apache/solr/common/params/ShardParams.java ## @@ -28,6 +28,9 @@ public interface ShardParams { /** the shards

[GitHub] [lucene-solr] atris commented on a change in pull request #2403: SOLR-15164: Implement Task Management Interface

2021-03-08 Thread GitBox
atris commented on a change in pull request #2403: URL: https://github.com/apache/lucene-solr/pull/2403#discussion_r589255458 ## File path: solr/solrj/src/java/org/apache/solr/common/params/CommonParams.java ## @@ -160,6 +160,26 @@ */ String TIME_ALLOWED = "timeAllowed";

[GitHub] [lucene-solr] iverase commented on a change in pull request #2444: LUCENE-9705: Create Lucene90StoredFieldsFormat

2021-03-08 Thread GitBox
iverase commented on a change in pull request #2444: URL: https://github.com/apache/lucene-solr/pull/2444#discussion_r589255161 ## File path: lucene/backward-codecs/src/test/org/apache/lucene/backward_codecs/lucene87/Lucene87RWCodec.java ## @@ -37,6 +38,17 @@ public PostingsFo

[GitHub] [lucene-solr] iverase commented on a change in pull request #2444: LUCENE-9705: Create Lucene90StoredFieldsFormat

2021-03-08 Thread GitBox
iverase commented on a change in pull request #2444: URL: https://github.com/apache/lucene-solr/pull/2444#discussion_r589254949 ## File path: lucene/backward-codecs/src/test/org/apache/lucene/backward_codecs/lucene50/compressing/Lucene50RWCompressingStoredFieldsFormat.java ##

[GitHub] [lucene-solr] iverase commented on a change in pull request #2444: LUCENE-9705: Create Lucene90StoredFieldsFormat

2021-03-08 Thread GitBox
iverase commented on a change in pull request #2444: URL: https://github.com/apache/lucene-solr/pull/2444#discussion_r589253022 ## File path: lucene/backward-codecs/src/test/org/apache/lucene/backward_codecs/lucene87/Lucene87RWCodec.java ## @@ -57,4 +69,10 @@ public PostingsFo

[GitHub] [lucene-solr] atris commented on a change in pull request #2403: SOLR-15164: Implement Task Management Interface

2021-03-08 Thread GitBox
atris commented on a change in pull request #2403: URL: https://github.com/apache/lucene-solr/pull/2403#discussion_r589251072 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/response/QueryResponse.java ## @@ -184,6 +187,15 @@ else if ( "terms".equals( n ) ) {

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2459: LUCENE-9825: Hunspell: reverse the "words" trie for faster word lookup/suggestions

2021-03-08 Thread GitBox
donnerpeter commented on a change in pull request #2459: URL: https://github.com/apache/lucene-solr/pull/2459#discussion_r589250776 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordStorage.java ## @@ -0,0 +1,338 @@ +/* + * Licensed to the A

[jira] [Commented] (SOLR-15031) NPE caused by FunctionQParser returning a null ValueSource

2021-03-08 Thread Pieter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297179#comment-17297179 ] Pieter commented on SOLR-15031: --- Yes that would help. It will be a lot work of to add the a

[GitHub] [lucene-solr] iverase commented on a change in pull request #2444: LUCENE-9705: Create Lucene90StoredFieldsFormat

2021-03-08 Thread GitBox
iverase commented on a change in pull request #2444: URL: https://github.com/apache/lucene-solr/pull/2444#discussion_r589249744 ## File path: lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene87/Lucene87Codec.java ## @@ -101,14 +102,22 @@ public DocValues

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2459: LUCENE-9825: Hunspell: reverse the "words" trie for faster word lookup/suggestions

2021-03-08 Thread GitBox
donnerpeter commented on a change in pull request #2459: URL: https://github.com/apache/lucene-solr/pull/2459#discussion_r589248658 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordStorage.java ## @@ -0,0 +1,338 @@ +/* + * Licensed to the A

[GitHub] [lucene-solr] janhoy opened a new pull request #2464: SOLR-15163 Update DOAP file for solr TLP

2021-03-08 Thread GitBox
janhoy opened a new pull request #2464: URL: https://github.com/apache/lucene-solr/pull/2464 See https://issues.apache.org/jira/browse/SOLR-15163 for background. The DOAP file is used to generate projects.apache.org, so updating it will fix that directory --

[jira] [Updated] (SOLR-15163) Update DOAP for Solr

2021-03-08 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-15163: --- Summary: Update DOAP for Solr (was: Merge or delete the old Solr project at projects.apache.org) >

[jira] [Assigned] (SOLR-15163) Update DOAP for Solr

2021-03-08 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl reassigned SOLR-15163: -- Assignee: Jan Høydahl (was: Anshum Gupta) > Update DOAP for Solr > > >

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2459: LUCENE-9825: Hunspell: reverse the "words" trie for faster word lookup/suggestions

2021-03-08 Thread GitBox
donnerpeter commented on a change in pull request #2459: URL: https://github.com/apache/lucene-solr/pull/2459#discussion_r589246351 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordStorage.java ## @@ -0,0 +1,338 @@ +/* + * Licensed to the A

  1   2   >