[GitHub] [lucene-solr] zacharymorn commented on pull request #2052: LUCENE-8982: Make NativeUnixDirectory pure java with FileChannel direct IO flag, and rename to DirectIODirectory

2021-01-14 Thread GitBox
zacharymorn commented on pull request #2052: URL: https://github.com/apache/lucene-solr/pull/2052#issuecomment-760697048 hi @mikemccand, I just took a look, and pushed some more commits to resolve latest merge conflicts and adopt new formatting.

[jira] [Commented] (SOLR-12613) Rename "Cloud" tab as "Cluster" in Admin UI

2021-01-14 Thread Tim Dillon (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265756#comment-17265756 ] Tim Dillon commented on SOLR-12613: --- Ok, I would like to work on this, I just had a couple more

[jira] [Commented] (LUCENE-9668) Deprecate MinShouldMatchSumScorer with WANDScorer

2021-01-14 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265744#comment-17265744 ] Zach Chen commented on LUCENE-9668: --- Hi [~jpountz], I gave this a try and created a PR. Could you

[jira] [Commented] (LUCENE-9663) Adding compression to terms dict from SortedSet/Sorted DocValues

2021-01-14 Thread Jaison.Bi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265621#comment-17265621 ] Jaison.Bi commented on LUCENE-9663: --- Theoretically, prefix + lz4 should be better. Since the terms

[jira] [Comment Edited] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2021-01-14 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265616#comment-17265616 ] Joel Bernstein edited comment on SOLR-15036 at 1/15/21, 1:22 AM: - The

[jira] [Commented] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2021-01-14 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265616#comment-17265616 ] Joel Bernstein commented on SOLR-15036: --- The cardinality in this case is the combination of all the

[jira] [Closed] (SOLR-13095) Document Math Expression Visualization

2021-01-14 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein closed SOLR-13095. - > Document Math Expression Visualization > -- > >

[jira] [Resolved] (SOLR-13095) Document Math Expression Visualization

2021-01-14 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein resolved SOLR-13095. --- Resolution: Duplicate > Document Math Expression Visualization >

[jira] [Commented] (SOLR-13095) Document Math Expression Visualization

2021-01-14 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265612#comment-17265612 ] Joel Bernstein commented on SOLR-13095: --- Yeah this is a dupe, I'll close it. Thanks! > Document

[jira] [Commented] (SOLR-10328) Implement backend Solr engine for Apache Zeppelin

2021-01-14 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265477#comment-17265477 ] David Eric Pugh commented on SOLR-10328: There is https://github.com/lucidworks/zeppelin-solr out

[jira] [Commented] (SOLR-13095) Document Math Expression Visualization

2021-01-14 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265474#comment-17265474 ] David Eric Pugh commented on SOLR-13095: [~ctargett]I think this ticket duplicates what you've

[jira] [Commented] (SOLR-13756) ivy cannot download org.restlet.ext.servlet jar

2021-01-14 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265473#comment-17265473 ] David Eric Pugh commented on SOLR-13756: I think, based on the work in SOLR-14659 that this

[jira] [Commented] (SOLR-13105) A visual guide to Solr Math Expressions and Streaming Expressions

2021-01-14 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265431#comment-17265431 ] David Eric Pugh commented on SOLR-13105: So much work here [~ctargett]! I read through your

[jira] [Created] (LUCENE-9670) gradle precommit sometimes fails with "IOException: stream closed" from javadoc in nightly benchmarks

2021-01-14 Thread Michael McCandless (Jira)
Michael McCandless created LUCENE-9670: -- Summary: gradle precommit sometimes fails with "IOException: stream closed" from javadoc in nightly benchmarks Key: LUCENE-9670 URL:

[jira] [Commented] (SOLR-14608) Faster sorting for the /export handler

2021-01-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265316#comment-17265316 ] ASF subversion and git services commented on SOLR-14608: Commit

[GitHub] [lucene-solr] dweiss commented on pull request #2203: LUCENE-9665: Hunspell: support default encoding

2021-01-14 Thread GitBox
dweiss commented on pull request #2203: URL: https://github.com/apache/lucene-solr/pull/2203#issuecomment-760474441 Thanks Peter. Please add lucene/CHANGES.txt entry, attributed to yourself. Then I'll merge it in. Thanks!

[GitHub] [lucene-solr] donnerpeter commented on pull request #2203: LUCENE-9665: Hunspell: support default encoding

2021-01-14 Thread GitBox
donnerpeter commented on pull request #2203: URL: https://github.com/apache/lucene-solr/pull/2203#issuecomment-760469229 > I trust this is indeed how it works? :) Quoting the JIRA issue: > From https://github.com/hunspell/hunspell/blob/master/src/hunspell/affixmgr.cxx#L3519

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2197: SOLR-15075: Solr docker gradle improvements

2021-01-14 Thread GitBox
dweiss commented on a change in pull request #2197: URL: https://github.com/apache/lucene-solr/pull/2197#discussion_r55768 ## File path: solr/docker/build.gradle ## @@ -18,106 +18,203 @@ import com.google.common.base.Preconditions import com.google.common.base.Strings

[GitHub] [lucene-solr] HoustonPutman commented on a change in pull request #2197: SOLR-15075: Solr docker gradle improvements

2021-01-14 Thread GitBox
HoustonPutman commented on a change in pull request #2197: URL: https://github.com/apache/lucene-solr/pull/2197#discussion_r557685791 ## File path: solr/docker/build.gradle ## @@ -18,106 +18,203 @@ import com.google.common.base.Preconditions import

[GitHub] [lucene-site] ctargett merged pull request #35: Update Ref Guide version list

2021-01-14 Thread GitBox
ctargett merged pull request #35: URL: https://github.com/apache/lucene-site/pull/35 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-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2021-01-14 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265202#comment-17265202 ] Michael Gibney commented on SOLR-15036: --- Got it, thanks for the extra explanation! In the

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2197: SOLR-15075: Solr docker gradle improvements

2021-01-14 Thread GitBox
dweiss commented on a change in pull request #2197: URL: https://github.com/apache/lucene-solr/pull/2197#discussion_r557669428 ## File path: solr/docker/build.gradle ## @@ -18,106 +18,203 @@ import com.google.common.base.Preconditions import com.google.common.base.Strings

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2203: LUCENE-9665: Hunspell: support default encoding

2021-01-14 Thread GitBox
dweiss commented on a change in pull request #2203: URL: https://github.com/apache/lucene-solr/pull/2203#discussion_r557667155 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java ## @@ -98,6 +98,7 @@ // TODO: really for

[GitHub] [lucene-site] ctargett opened a new pull request #35: Update Ref Guide version list

2021-01-14 Thread GitBox
ctargett opened a new pull request #35: URL: https://github.com/apache/lucene-site/pull/35 For some reason this PR pulled in 2 changes from `master` branch which were already done in commit 04bcb188bf8cf965ca31939c9cbf3d97089dc4e4. I checked line-by-line and since the changes are

[jira] [Commented] (SOLR-14185) add DocSet.getDocIdSetIterator(LeafReaderContext)

2021-01-14 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265184#comment-17265184 ] David Smiley commented on SOLR-14185: - Now we have only two DocSet implementations (on master).

[jira] [Commented] (LUCENE-8909) Deprecate getFieldNames from IndexWriter

2021-01-14 Thread Oren Ovadia (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265161#comment-17265161 ] Oren Ovadia commented on LUCENE-8909: - Hi all, I am interested in limiting the number of fields per

[jira] [Comment Edited] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2021-01-14 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265147#comment-17265147 ] Joel Bernstein edited comment on SOLR-15036 at 1/14/21, 7:37 PM: - It was

[jira] [Commented] (SOLR-13105) A visual guide to Solr Math Expressions and Streaming Expressions

2021-01-14 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265155#comment-17265155 ] Cassandra Targett commented on SOLR-13105: -- I made a number of commits that I think addressed

[jira] [Comment Edited] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2021-01-14 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265151#comment-17265151 ] Joel Bernstein edited comment on SOLR-15036 at 1/14/21, 7:26 PM: - The

[jira] [Comment Edited] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2021-01-14 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265147#comment-17265147 ] Joel Bernstein edited comment on SOLR-15036 at 1/14/21, 7:25 PM: - It was

[jira] [Commented] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2021-01-14 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265151#comment-17265151 ] Joel Bernstein commented on SOLR-15036: --- The facet expression actually did not complete. Not only

[jira] [Commented] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2021-01-14 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265147#comment-17265147 ] Joel Bernstein commented on SOLR-15036: --- It was a multi-dimensional. Here are the two expressions:

[jira] [Comment Edited] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2021-01-14 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265111#comment-17265111 ] Michael Gibney edited comment on SOLR-15036 at 1/14/21, 6:28 PM: - Thanks

[jira] [Commented] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2021-01-14 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265111#comment-17265111 ] Michael Gibney commented on SOLR-15036: --- Thanks for following up on this, [~jbernste]. Is this test

[jira] [Commented] (SOLR-15056) CPU circuit breaker needs to use CPU utilization, not Unix load average

2021-01-14 Thread Walter Underwood (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265064#comment-17265064 ] Walter Underwood commented on SOLR-15056: - Contents of latest patch: * Moved SolrCore reference

[jira] [Updated] (SOLR-15056) CPU circuit breaker needs to use CPU utilization, not Unix load average

2021-01-14 Thread Walter Underwood (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Walter Underwood updated SOLR-15056: Attachment: 0001-SOLR-15056-Circuit-Breakers-use-CPU-utilization-inst.patch

[jira] [Comment Edited] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2021-01-14 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265047#comment-17265047 ] Joel Bernstein edited comment on SOLR-15036 at 1/14/21, 5:28 PM: - In some

[jira] [Commented] (SOLR-15036) Use plist automatically for executing a facet expression against a collection alias backed by multiple collections

2021-01-14 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265047#comment-17265047 ] Joel Bernstein commented on SOLR-15036: --- In some of the earlier comments on this ticket there was

[GitHub] [lucene-solr] s1monw closed pull request #2204: LUCENE-9669: Add an expert API to allow opening indices created < N-1

2021-01-14 Thread GitBox
s1monw closed pull request #2204: URL: https://github.com/apache/lucene-solr/pull/2204 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] s1monw commented on pull request #2204: LUCENE-9669: Add an expert API to allow opening indices created < N-1

2021-01-14 Thread GitBox
s1monw commented on pull request #2204: URL: https://github.com/apache/lucene-solr/pull/2204#issuecomment-760295742 I opened this prematurely This is an automated message from the Apache Git Service. To respond to the

[GitHub] [lucene-solr] HoustonPutman commented on a change in pull request #2197: SOLR-15075: Solr docker gradle improvements

2021-01-14 Thread GitBox
HoustonPutman commented on a change in pull request #2197: URL: https://github.com/apache/lucene-solr/pull/2197#discussion_r557510176 ## File path: solr/docker/build.gradle ## @@ -18,106 +18,203 @@ import com.google.common.base.Preconditions import

[GitHub] [lucene-solr] danmuzi commented on pull request #2200: LUCENE-9661: Fix deadlock in TermsEnum.EMPTY

2021-01-14 Thread GitBox
danmuzi commented on pull request #2200: URL: https://github.com/apache/lucene-solr/pull/2200#issuecomment-760293515 If the precommit and musedev builds are passed and comment is not posted until 2021-01-15 19:30 (UTC), I'll submit this PR to master branch for release.

[GitHub] [lucene-solr] s1monw opened a new pull request #2204: LUCENE-9669: Add an expert API to allow opening indices created < N-1

2021-01-14 Thread GitBox
s1monw opened a new pull request #2204: URL: https://github.com/apache/lucene-solr/pull/2204 Today we force indices that were created with N-2 and older versions of lucene to fail on open. This check doesn't even check if the codecs are available. In order to allow users to open

[jira] [Assigned] (LUCENE-9669) N-2 compatibility for file formats

2021-01-14 Thread Simon Willnauer (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-9669: --- Fix Version/s: master (9.0) Assignee: Simon Willnauer > N-2 compatibility

[jira] [Created] (LUCENE-9669) N-2 compatibility for file formats

2021-01-14 Thread Simon Willnauer (Jira)
Simon Willnauer created LUCENE-9669: --- Summary: N-2 compatibility for file formats Key: LUCENE-9669 URL: https://issues.apache.org/jira/browse/LUCENE-9669 Project: Lucene - Core Issue Type:

[GitHub] [lucene-solr] danmuzi commented on pull request #2200: LUCENE-9661: Fix deadlock in TermsEnum.EMPTY

2021-01-14 Thread GitBox
danmuzi commented on pull request #2200: URL: https://github.com/apache/lucene-solr/pull/2200#issuecomment-760281560 Thank you @dsmiley I'll think about the value of that. This is an automated message from the Apache Git

[jira] [Commented] (SOLR-15071) Bug on LTR when using solr 8.6.3 - index out of bounds DisiPriorityQueue.add(DisiPriorityQueue.java:102)

2021-01-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264968#comment-17264968 ] ASF subversion and git services commented on SOLR-15071: Commit

[jira] [Commented] (SOLR-15071) Bug on LTR when using solr 8.6.3 - index out of bounds DisiPriorityQueue.add(DisiPriorityQueue.java:102)

2021-01-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264969#comment-17264969 ] ASF subversion and git services commented on SOLR-15071: Commit

[GitHub] [lucene-solr] danmuzi commented on pull request #2200: LUCENE-9661: Fix deadlock in TermsEnum.EMPTY

2021-01-14 Thread GitBox
danmuzi commented on pull request #2200: URL: https://github.com/apache/lucene-solr/pull/2200#issuecomment-760271836 Additional fixes : The attributes method in EMPTY has been changed to the same as before. This is an

[GitHub] [lucene-solr] dsmiley commented on pull request #2200: LUCENE-9661: Fix deadlock in TermsEnum.EMPTY

2021-01-14 Thread GitBox
dsmiley commented on pull request #2200: URL: https://github.com/apache/lucene-solr/pull/2200#issuecomment-760271205 > What I understand is that it also requires a new JVM for each testing. Right; what Uwe said. It'd make for a nice nightly CI sort of thing executed via gradle but

[jira] [Commented] (SOLR-15011) /admin/logging handler should be able to configure logs on all nodes

2021-01-14 Thread Nazerke Seidan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264953#comment-17264953 ] Nazerke Seidan commented on SOLR-15011: --- [~dsmiley], thanks I will have a look at it. >

[GitHub] [lucene-solr] danmuzi commented on pull request #2200: LUCENE-9661: Fix deadlock in TermsEnum.EMPTY

2021-01-14 Thread GitBox
danmuzi commented on pull request #2200: URL: https://github.com/apache/lucene-solr/pull/2200#issuecomment-760262251 Thank you for your review, @dsmiley! > I don't think we should have a test that checks for this problem on just one class. Okay. I'll delete the test case.

[jira] [Commented] (SOLR-15011) /admin/logging handler should be able to configure logs on all nodes

2021-01-14 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264949#comment-17264949 ] David Smiley commented on SOLR-15011: - [~nazerke] org.apache.solr.handler.admin.AdminHandlersProxy

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2203: LUCENE-9665 Hunspell: support default encoding

2021-01-14 Thread GitBox
donnerpeter opened a new pull request #2203: URL: https://github.com/apache/lucene-solr/pull/2203 # Description Support aff files that don't have `SET encoding` directive # Solution Copy the logic from hunspell C++ # Tests Added #

[jira] [Commented] (SOLR-14216) Exclude HealthCheck from authentication

2021-01-14 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264946#comment-17264946 ] Jan Høydahl commented on SOLR-14216: I kind of abandoned this because we found a workaround for my

[jira] [Commented] (SOLR-14216) Exclude HealthCheck from authentication

2021-01-14 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264945#comment-17264945 ] Jan Høydahl commented on SOLR-14216: PR 1255 is still there I guess, I just closed it. The PR was

[jira] [Commented] (SOLR-12613) Rename "Cloud" tab as "Cluster" in Admin UI

2021-01-14 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-12613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264936#comment-17264936 ] Jan Høydahl commented on SOLR-12613: I still think it would be a nice improvement for 9.0. To be

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2202: LUCENE-9664: Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-14 Thread GitBox
donnerpeter opened a new pull request #2202: URL: https://github.com/apache/lucene-solr/pull/2202 # Description The code produces too many warnings, so it's hard to notice newly introduced ones when developing new functionality. # Solution Apply IDE quick

[jira] [Commented] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-14 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264884#comment-17264884 ] Dawid Weiss commented on LUCENE-9664: - Right. I'm sorry for the outdated documentation. You should

[jira] [Comment Edited] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-14 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264883#comment-17264883 ] Peter Gromov edited comment on LUCENE-9664 at 1/14/21, 1:08 PM: Oh. I

[jira] [Comment Edited] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-14 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264883#comment-17264883 ] Peter Gromov edited comment on LUCENE-9664 at 1/14/21, 1:08 PM: Oh. I

[jira] [Commented] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-14 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264883#comment-17264883 ] Peter Gromov commented on LUCENE-9664: -- Oh. I didn't know that, thanks!

[jira] [Commented] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-14 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264872#comment-17264872 ] Dawid Weiss commented on LUCENE-9664: - Hi Peter. If you file a pull request via github there are

[jira] [Commented] (LUCENE-9664) Hunspell support: fix most IntelliJ warnings, cleanup

2021-01-14 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264865#comment-17264865 ] Peter Gromov commented on LUCENE-9664: -- Is there anything else I should do? And wasn't some CI

[jira] [Commented] (SOLR-15071) Bug on LTR when using solr 8.6.3 - index out of bounds DisiPriorityQueue.add(DisiPriorityQueue.java:102)

2021-01-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264774#comment-17264774 ] ASF subversion and git services commented on SOLR-15071: Commit

[jira] [Commented] (SOLR-15071) Bug on LTR when using solr 8.6.3 - index out of bounds DisiPriorityQueue.add(DisiPriorityQueue.java:102)

2021-01-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264773#comment-17264773 ] ASF subversion and git services commented on SOLR-15071: Commit

[GitHub] [lucene-solr] cpoerschke merged pull request #2201: SOLR-15071: add TestEdisMaxSolrFeature.testEdisMaxSolrFeatureCustomMM() test case

2021-01-14 Thread GitBox
cpoerschke merged pull request #2201: URL: https://github.com/apache/lucene-solr/pull/2201 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] dweiss commented on a change in pull request #2197: SOLR-15075: Solr docker gradle improvements

2021-01-14 Thread GitBox
dweiss commented on a change in pull request #2197: URL: https://github.com/apache/lucene-solr/pull/2197#discussion_r557282449 ## File path: solr/docker/build.gradle ## @@ -18,106 +18,203 @@ import com.google.common.base.Preconditions import com.google.common.base.Strings

[jira] [Commented] (LUCENE-9663) Adding compression to terms dict from SortedSet/Sorted DocValues

2021-01-14 Thread Jaison.Bi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264719#comment-17264719 ] Jaison.Bi commented on LUCENE-9663: --- Thanks, Adrien Grand. {quote}My intuition is that it would

[jira] [Commented] (SOLR-14155) Load all other SolrCore plugins from packages

2021-01-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264687#comment-17264687 ] ASF subversion and git services commented on SOLR-14155: Commit