[GitHub] [lucene-solr] bruno-roustant commented on a change in pull request #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader.

2020-02-25 Thread GitBox
bruno-roustant commented on a change in pull request #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader. URL: https://github.com/apache/lucene-solr/pull/1270#discussion_r383740837 ## File path: lucene/codecs/src/java/org/apache/lucene/codecs/uniformsplit/IntersectBlockRea

[GitHub] [lucene-solr] bruno-roustant commented on a change in pull request #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader.

2020-02-25 Thread GitBox
bruno-roustant commented on a change in pull request #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader. URL: https://github.com/apache/lucene-solr/pull/1270#discussion_r383746326 ## File path: lucene/codecs/src/java/org/apache/lucene/codecs/uniformsplit/IntersectBlockRea

[GitHub] [lucene-solr] bruno-roustant commented on a change in pull request #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader.

2020-02-25 Thread GitBox
bruno-roustant commented on a change in pull request #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader. URL: https://github.com/apache/lucene-solr/pull/1270#discussion_r383748557 ## File path: lucene/codecs/src/java/org/apache/lucene/codecs/uniformsplit/IntersectBlockRea

[GitHub] [lucene-solr] bruno-roustant commented on a change in pull request #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader.

2020-02-25 Thread GitBox
bruno-roustant commented on a change in pull request #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader. URL: https://github.com/apache/lucene-solr/pull/1270#discussion_r383756413 ## File path: lucene/codecs/src/java/org/apache/lucene/codecs/uniformsplit/IntersectBlockRea

[GitHub] [lucene-solr] bruno-roustant commented on issue #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader.

2020-02-25 Thread GitBox
bruno-roustant commented on issue #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader. URL: https://github.com/apache/lucene-solr/pull/1270#issuecomment-590780144 When a debugged thoroughly to understand what was the limitation of the approach we had (to compute the common prefix

[GitHub] [lucene-solr] bruno-roustant edited a comment on issue #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader.

2020-02-25 Thread GitBox
bruno-roustant edited a comment on issue #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader. URL: https://github.com/apache/lucene-solr/pull/1270#issuecomment-590780144 When I debugged thoroughly to understand what was the limitation of the approach we had (to compute the common

[GitHub] [lucene-solr] bruno-roustant edited a comment on issue #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader.

2020-02-25 Thread GitBox
bruno-roustant edited a comment on issue #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader. URL: https://github.com/apache/lucene-solr/pull/1270#issuecomment-590780144 When I debugged thoroughly to understand what was the limitation of the approach we had (to compute the common

[jira] [Commented] (LUCENE-9237) Faster TermsEnum intersect for UniformSplit

2020-02-25 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044309#comment-17044309 ] Bruno Roustant commented on LUCENE-9237: I measured the term dictionary size on

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1233: LUCENE-9202: refactor leaf collectors in TopFieldCollector

2020-02-25 Thread GitBox
jpountz commented on a change in pull request #1233: LUCENE-9202: refactor leaf collectors in TopFieldCollector URL: https://github.com/apache/lucene-solr/pull/1233#discussion_r383844438 ## File path: lucene/core/src/java/org/apache/lucene/search/TopFieldCollector.java ##

[jira] [Assigned] (SOLR-14275) Policy calculations are very slow for large clusters and large operations

2020-02-25 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki reassigned SOLR-14275: --- Assignee: Andrzej Bialecki > Policy calculations are very slow for large clusters an

[jira] [Updated] (SOLR-14275) Policy calculations are very slow for large clusters and large operations

2020-02-25 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-14275: Attachment: SOLR-14275.patch > Policy calculations are very slow for large clusters and lar

[jira] [Commented] (SOLR-14275) Policy calculations are very slow for large clusters and large operations

2020-02-25 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044414#comment-17044414 ] Andrzej Bialecki commented on SOLR-14275: - After discussing this with [~noble] he

[jira] [Commented] (LUCENE-9201) Port documentation-lint task to Gradle build

2020-02-25 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044428#comment-17044428 ] Robert Muir commented on LUCENE-9201: - for "directly call the javadoc tool" we may w

[jira] [Commented] (LUCENE-9201) Port documentation-lint task to Gradle build

2020-02-25 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044439#comment-17044439 ] Robert Muir commented on LUCENE-9201: - as a second step you can look at computing pa

[GitHub] [lucene-solr] danmuzi commented on issue #1287: LUCENE-8954: refactor Nori analyzer

2020-02-25 Thread GitBox
danmuzi commented on issue #1287: LUCENE-8954: refactor Nori analyzer URL: https://github.com/apache/lucene-solr/pull/1287#issuecomment-590874303 Thanks @jimczi I'll check Jenkins after this PR is merged. This is an automa

[GitHub] [lucene-solr] danmuzi merged pull request #1287: LUCENE-8954: refactor Nori analyzer

2020-02-25 Thread GitBox
danmuzi merged pull request #1287: LUCENE-8954: refactor Nori analyzer URL: https://github.com/apache/lucene-solr/pull/1287 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Commented] (LUCENE-8954) Refactor Nori(Korean) Analyzer

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

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

2020-02-25 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044483#comment-17044483 ] Cassandra Targett commented on SOLR-12613: -- As it appears neither an overall red

[jira] [Commented] (SOLR-14273) Autoscaling "cores" tag should support "strict : false"

2020-02-25 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044526#comment-17044526 ] Andrzej Bialecki commented on SOLR-14273: - After discussing this issue with [~nob

[jira] [Commented] (SOLR-14256) Remove HashDocSet

2020-02-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044528#comment-17044528 ] ASF subversion and git services commented on SOLR-14256: Commit 5

[jira] [Commented] (SOLR-14258) DocList (DocSlice) should not implement DocSet

2020-02-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044527#comment-17044527 ] ASF subversion and git services commented on SOLR-14258: Commit 2

[jira] [Resolved] (SOLR-14258) DocList (DocSlice) should not implement DocSet

2020-02-25 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-14258. - Fix Version/s: master (9.0) Resolution: Fixed > DocList (DocSlice) should not implement Do

[GitHub] [lucene-solr] dsmiley closed pull request #1257: SOLR-14258: DocList should not extend DocSet

2020-02-25 Thread GitBox
dsmiley closed pull request #1257: SOLR-14258: DocList should not extend DocSet URL: https://github.com/apache/lucene-solr/pull/1257 This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Resolved] (SOLR-14256) Remove HashDocSet

2020-02-25 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-14256. - Fix Version/s: master (9.0) Assignee: David Smiley Resolution: Fixed > Remove Has

[jira] [Created] (SOLR-14280) SolrConfig logging not helpful

2020-02-25 Thread Andras Salamon (Jira)
Andras Salamon created SOLR-14280: - Summary: SolrConfig logging not helpful Key: SOLR-14280 URL: https://issues.apache.org/jira/browse/SOLR-14280 Project: Solr Issue Type: Bug Security

[jira] [Updated] (SOLR-14280) SolrConfig logging not helpful

2020-02-25 Thread Andras Salamon (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andras Salamon updated SOLR-14280: -- Attachment: SOLR-14280-01.patch Status: Open (was: Open) After the fix, the log messag

[jira] [Updated] (SOLR-14280) SolrConfig logging not helpful

2020-02-25 Thread Andras Salamon (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andras Salamon updated SOLR-14280: -- Status: Patch Available (was: Open) > SolrConfig logging not helpful > ---

[jira] [Commented] (SOLR-14280) SolrConfig logging not helpful

2020-02-25 Thread Andras Salamon (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044596#comment-17044596 ] Andras Salamon commented on SOLR-14280: --- I only fixed one line but maybe it would b

[jira] [Commented] (LUCENE-9236) Having a modular Doc Values format

2020-02-25 Thread juan camilo rodriguez duran (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044605#comment-17044605 ] juan camilo rodriguez duran commented on LUCENE-9236: - [~jpountz] an

[jira] [Updated] (LUCENE-9242) Gradle Javadoc task should output the same documents as Ant

2020-02-25 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-9242: -- Summary: Gradle Javadoc task should output the same documents as Ant (was: Gradle Javadoc tas

[jira] [Updated] (LUCENE-9242) Gradle Javadoc task should output the same documents as Ant

2020-02-25 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-9242: -- Description: "javadoc" task for the Gradle build does not correctly output package summaries,

[jira] [Commented] (LUCENE-9201) Port documentation-lint task to Gradle build

2020-02-25 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044631#comment-17044631 ] Tomoko Uchida commented on LUCENE-9201: --- I finally got how the "invoke-module-java

[jira] [Commented] (SOLR-14275) Policy calculations are very slow for large clusters and large operations

2020-02-25 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044634#comment-17044634 ] Noble Paul commented on SOLR-14275: --- This should not be the default behavior. We should

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader.

2020-02-25 Thread GitBox
dsmiley commented on a change in pull request #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader. URL: https://github.com/apache/lucene-solr/pull/1270#discussion_r383990057 ## File path: lucene/codecs/src/java/org/apache/lucene/codecs/uniformsplit/IntersectBlockReader.jav

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader.

2020-02-25 Thread GitBox
dsmiley commented on a change in pull request #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader. URL: https://github.com/apache/lucene-solr/pull/1270#discussion_r383994833 ## File path: lucene/codecs/src/java/org/apache/lucene/codecs/uniformsplit/IntersectBlockReader.jav

[GitHub] [lucene-solr] dsmiley removed a comment on issue #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader.

2020-02-25 Thread GitBox
dsmiley removed a comment on issue #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader. URL: https://github.com/apache/lucene-solr/pull/1270#issuecomment-590966953 Your explanation really helps; perhaps it should be posted on the JIRA as it really summarizes what's going on.

[jira] [Updated] (LUCENE-9237) Faster TermsEnum intersect for UniformSplit

2020-02-25 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Roustant updated LUCENE-9237: --- Description: New version of TermsEnum intersect for UniformSplit. It is 75% more efficient

[GitHub] [lucene-solr] bruno-roustant edited a comment on issue #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader.

2020-02-25 Thread GitBox
bruno-roustant edited a comment on issue #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader. URL: https://github.com/apache/lucene-solr/pull/1270#issuecomment-590780144 When I debugged thoroughly to understand what was the limitation of the approach we had (to compute the common

[GitHub] [lucene-solr] bruno-roustant commented on issue #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader.

2020-02-25 Thread GitBox
bruno-roustant commented on issue #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader. URL: https://github.com/apache/lucene-solr/pull/1270#issuecomment-590972922 I put my comment in the JIRA description. This is an

[GitHub] [lucene-solr] bruno-roustant commented on a change in pull request #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader.

2020-02-25 Thread GitBox
bruno-roustant commented on a change in pull request #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader. URL: https://github.com/apache/lucene-solr/pull/1270#discussion_r384014576 ## File path: lucene/codecs/src/java/org/apache/lucene/codecs/uniformsplit/IntersectBlockRea

[jira] [Commented] (SOLR-14280) SolrConfig logging not helpful

2020-02-25 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044692#comment-17044692 ] Lucene/Solr QA commented on SOLR-14280: --- | (x) *{color:red}-1 overall{color}* | \\

[jira] [Updated] (SOLR-14137) Boosting by date (and perhaps others) shows a steady decline 6.6->8.3

2020-02-25 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-14137: -- Attachment: hoss_experiement1.tgz Status: Open (was: Open) So i actually s

[jira] [Updated] (SOLR-14137) Boosting by date (and perhaps others) shows a steady decline 6.6->8.3

2020-02-25 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-14137: -- Description: Moving a user's list discussion over here... http://mail-archives.apache.o

[jira] [Commented] (SOLR-14137) Boosting by date (and perhaps others) shows a steady decline 6.6->8.3

2020-02-25 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044727#comment-17044727 ] Chris M. Hostetter commented on SOLR-14137: --- Uh, [~erickerickson] ... are you s

[GitHub] [lucene-solr] andyvuong commented on a change in pull request #1223: SOLR-14213: Configuring Solr Cloud to use Shared Storage

2020-02-25 Thread GitBox
andyvuong commented on a change in pull request #1223: SOLR-14213: Configuring Solr Cloud to use Shared Storage URL: https://github.com/apache/lucene-solr/pull/1223#discussion_r384049286 ## File path: solr/core/src/java/org/apache/solr/store/shared/SharedStoreManager.java

[jira] [Resolved] (SOLR-14271) Remove duplicate async id check meant for pre Solr 8 versions

2020-02-25 Thread Anshum Gupta (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta resolved SOLR-14271. - Resolution: Fixed Fixed the test. > Remove duplicate async id check meant for pre Solr 8 version

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

2020-02-25 Thread Anshum Gupta (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044758#comment-17044758 ] Anshum Gupta commented on SOLR-14216: - I'm still not convinced about opening up the r

[jira] [Commented] (LUCENE-9227) Make page ready for pure HTTPS

2020-02-25 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044796#comment-17044796 ] Cassandra Targett commented on LUCENE-9227: --- It turns out that the team at Luc

[jira] [Commented] (SOLR-14137) Boosting by date (and perhaps others) shows a steady decline 6.6->8.3

2020-02-25 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044802#comment-17044802 ] Erick Erickson commented on SOLR-14137: --- [~hossman] Well, it was one of the version

[jira] [Commented] (LUCENE-9227) Make page ready for pure HTTPS

2020-02-25 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044849#comment-17044849 ] Uwe Schindler commented on LUCENE-9227: --- OK, I will remove it. This involves some

[jira] [Comment Edited] (LUCENE-9227) Make page ready for pure HTTPS

2020-02-25 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044849#comment-17044849 ] Uwe Schindler edited comment on LUCENE-9227 at 2/25/20 8:58 PM: --

[jira] [Created] (LUCENE-9249) Verify contents of LICENSE and NOTICE files

2020-02-25 Thread Mike Drob (Jira)
Mike Drob created LUCENE-9249: - Summary: Verify contents of LICENSE and NOTICE files Key: LUCENE-9249 URL: https://issues.apache.org/jira/browse/LUCENE-9249 Project: Lucene - Core Issue Type: Tas

[jira] [Commented] (LUCENE-9249) Verify contents of LICENSE and NOTICE files

2020-02-25 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044911#comment-17044911 ] Mike Drob commented on LUCENE-9249: --- cc: [~janhoy] > Verify contents of LICENSE and N

[jira] [Commented] (SOLR-14267) complete solrconfig.xml removal

2020-02-25 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044924#comment-17044924 ] David Smiley commented on SOLR-14267: - +1 yeah just remove it immediately (8x). > co

[jira] [Commented] (SOLR-14137) Boosting by date (and perhaps others) shows a steady decline 6.6->8.3

2020-02-25 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044930#comment-17044930 ] David Smiley commented on SOLR-14137: - Too bad we can't do a "git bisect" perf test..

[jira] [Created] (SOLR-14281) Make sharedLib configurable through SysProp

2020-02-25 Thread Jira
Jan Høydahl created SOLR-14281: -- Summary: Make sharedLib configurable through SysProp Key: SOLR-14281 URL: https://issues.apache.org/jira/browse/SOLR-14281 Project: Solr Issue Type: Improvement

[GitHub] [lucene-solr] janhoy opened a new pull request #1288: SOLR-14281: Make sharedLib configurable through SysProp

2020-02-25 Thread GitBox
janhoy opened a new pull request #1288: SOLR-14281: Make sharedLib configurable through SysProp URL: https://github.com/apache/lucene-solr/pull/1288 ...and allow multiple comma separated paths See https://issues.apache.org/jira/browse/SOLR-14281 -

[jira] [Commented] (SOLR-14281) Make sharedLib configurable through SysProp

2020-02-25 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17045007#comment-17045007 ] Jan Høydahl commented on SOLR-14281: See [GitHub Pull Request #1288|https://github.co

[jira] [Assigned] (SOLR-14281) Make sharedLib configurable through SysProp

2020-02-25 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl reassigned SOLR-14281: -- Assignee: Jan Høydahl > Make sharedLib configurable through SysProp >

[jira] [Updated] (SOLR-14268) Re-creating deleted Managed Stopwords lists results in error

2020-02-25 Thread Thomas Corthals (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Corthals updated SOLR-14268: --- Description: Creating a Managed Stopwords list that has the same name as a previously delete

[jira] [Commented] (LUCENE-9227) Make page ready for pure HTTPS

2020-02-25 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17045054#comment-17045054 ] Uwe Schindler commented on LUCENE-9227: --- I removed LucidFind and adapted the styli

[jira] [Commented] (LUCENE-8987) Move Lucene web site from svn to git

2020-02-25 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17045058#comment-17045058 ] Uwe Schindler commented on LUCENE-8987: --- While removing the LucidFind search, I al