[jira] [Commented] (LUCENE-9049) Remove FST cachedRootArcs now redundant with direct-addressing

2019-11-18 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16977221#comment-16977221 ] Bruno Roustant commented on LUCENE-9049: [~jdconradson] I was about to start but I didn't start

[jira] [Commented] (SOLR-13942) /api/cluster/zk/* to fetch raw ZK data

2019-11-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16977180#comment-16977180 ] ASF subversion and git services commented on SOLR-13942: Commit

[jira] [Updated] (SOLR-13942) /api/cluster/zk/* to fetch raw ZK data

2019-11-18 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-13942: -- Description: If the requested path is a node with children show the list of child nodes and their meta

[jira] [Updated] (SOLR-13942) /api/cluster/zk/* to fetch raw ZK data

2019-11-18 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-13942: -- Summary: /api/cluster/zk/* to fetch raw ZK data (was: /solr/admin/zookeeper should have an option to

[jira] [Created] (SOLR-13944) CollapsingQParserPlugin throws NPE instead of bad request

2019-11-18 Thread Stefan (Jira)
Stefan created SOLR-13944: - Summary: CollapsingQParserPlugin throws NPE instead of bad request Key: SOLR-13944 URL: https://issues.apache.org/jira/browse/SOLR-13944 Project: Solr Issue Type: Bug

subscribe

2019-11-18 Thread Varun Thacker

[jira] [Updated] (LUCENE-9053) java.lang.AssertionError: inputs are added out of order lastInput=[f0 9d 9c 8b] vs input=[ef ac 81 67 75 72 65]

2019-11-18 Thread gitesh (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] gitesh updated LUCENE-9053: --- Description: Even if the inputs are sorted in unicode order, I get following exception while creating FST:

[jira] [Created] (LUCENE-9053) java.lang.AssertionError: inputs are added out of order lastInput=[f0 9d 9c 8b] vs input=[ef ac 81 67 75 72 65]

2019-11-18 Thread gitesh (Jira)
gitesh created LUCENE-9053: -- Summary: java.lang.AssertionError: inputs are added out of order lastInput=[f0 9d 9c 8b] vs input=[ef ac 81 67 75 72 65] Key: LUCENE-9053 URL:

[jira] [Commented] (SOLR-13943) TimeRoutedAliasUpdateProcessorTest.testDateMathInStart: multi-threaded race condition due to ZK assumptions

2019-11-18 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16977035#comment-16977035 ] Gus Heck commented on SOLR-13943: - Thanks Chris! I had noticed and been irritated by this but not yet had

[jira] [Assigned] (SOLR-13943) TimeRoutedAliasUpdateProcessorTest.testDateMathInStart: multi-threaded race condition due to ZK assumptions

2019-11-18 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter reassigned SOLR-13943: - Assignee: Gus Heck assigning to gus in the hopes that he can take a look and

[jira] [Commented] (SOLR-13943) TimeRoutedAliasUpdateProcessorTest.testDateMathInStart: multi-threaded race condition due to ZK assumptions

2019-11-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976989#comment-16976989 ] ASF subversion and git services commented on SOLR-13943: Commit

[jira] [Commented] (SOLR-13943) TimeRoutedAliasUpdateProcessorTest.testDateMathInStart: multi-threaded race condition due to ZK assumptions

2019-11-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976986#comment-16976986 ] ASF subversion and git services commented on SOLR-13943: Commit

[jira] [Commented] (SOLR-13059) TimeRoutedAliasUpdateProcessorTest rarely fails to see collection just created

2019-11-18 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976985#comment-16976985 ] Chris M. Hostetter commented on SOLR-13059: --- FWIW, until SOLR-13943 started being problematic

[jira] [Commented] (SOLR-13941) Tests configure Jetty differently than when running via start.jar

2019-11-18 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976979#comment-16976979 ] Uwe Schindler commented on SOLR-13941: -- I commented on PR, I was answering before seeing the PR. >

[jira] [Created] (SOLR-13943) TimeRoutedAliasUpdateProcessorTest.testDateMathInStart: multi-threaded race condition due to ZK assumptions

2019-11-18 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-13943: - Summary: TimeRoutedAliasUpdateProcessorTest.testDateMathInStart: multi-threaded race condition due to ZK assumptions Key: SOLR-13943 URL:

[GitHub] [lucene-solr] uschindler commented on issue #1018: SOLR-13941: Configure JettySolrRunner same as in web.xml

2019-11-18 Thread GitBox
uschindler commented on issue #1018: SOLR-13941: Configure JettySolrRunner same as in web.xml URL: https://github.com/apache/lucene-solr/pull/1018#issuecomment-555257355 You can remove the dummy 404Servlet from source code. It's obsolete now.

[jira] [Commented] (SOLR-13941) Tests configure Jetty differently than when running via start.jar

2019-11-18 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976967#comment-16976967 ] Uwe Schindler commented on SOLR-13941: -- Hi, You can also remove the obsolete servlet from source

[jira] [Commented] (SOLR-13941) Tests configure Jetty differently than when running via start.jar

2019-11-18 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976963#comment-16976963 ] Jan Høydahl commented on SOLR-13941: Took it a step further in [GitHub Pull Request

[GitHub] [lucene-solr] janhoy opened a new pull request #1018: SOLR-13941: Configure JettySolrRunner same as in web.xml

2019-11-18 Thread GitBox
janhoy opened a new pull request #1018: SOLR-13941: Configure JettySolrRunner same as in web.xml URL: https://github.com/apache/lucene-solr/pull/1018 # Description Make sure tests have same servlet root for DispatchFilter as when running Solr from cmdline. This avoids

[jira] [Created] (SOLR-13942) /solr/admin/zookeeper should have an option to get raw data

2019-11-18 Thread Noble Paul (Jira)
Noble Paul created SOLR-13942: - Summary: /solr/admin/zookeeper should have an option to get raw data Key: SOLR-13942 URL: https://issues.apache.org/jira/browse/SOLR-13942 Project: Solr Issue

[jira] [Commented] (SOLR-13941) Tests configure Jetty differently than when running via start.jar

2019-11-18 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976944#comment-16976944 ] Jan Høydahl commented on SOLR-13941: I tested the attached patch. Had to remove the wiring of the

[jira] [Moved] (LUCENE-9052) Deprecated method copyChars is used in example

2019-11-18 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte moved MNGSITE-382 to LUCENE-9052: Key: LUCENE-9052 (was: MNGSITE-382) Lucene Fields:

[jira] [Commented] (SOLR-12028) BadApple and AwaitsFix annotations usage

2019-11-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976903#comment-16976903 ] ASF subversion and git services commented on SOLR-12028: Commit

[jira] [Commented] (LUCENE-9049) Remove FST cachedRootArcs now redundant with direct-addressing

2019-11-18 Thread Jack Conradson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976899#comment-16976899 ] Jack Conradson commented on LUCENE-9049: Hi [~bruno.roustant], I was wondering if you were

[jira] [Commented] (SOLR-13782) Make HTML Ref Guide the primary release vehicle instead of PDF

2019-11-18 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976897#comment-16976897 ] Cassandra Targett commented on SOLR-13782: -- Yes, it is going to be this week. I wasn't able to

[jira] [Commented] (LUCENE-9036) ExitableDirectoryReader to interrupt DocValues as well

2019-11-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976892#comment-16976892 ] ASF subversion and git services commented on LUCENE-9036: - Commit

[jira] [Updated] (SOLR-13941) Tests configure Jetty differently than when running via start.jar

2019-11-18 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-13941: --- Attachment: SOLR-13941.patch > Tests configure Jetty differently than when running via start.jar >

[jira] [Commented] (LUCENE-9036) ExitableDirectoryReader to interrupt DocValues as well

2019-11-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976871#comment-16976871 ] ASF subversion and git services commented on LUCENE-9036: - Commit

[jira] [Commented] (SOLR-12028) BadApple and AwaitsFix annotations usage

2019-11-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976811#comment-16976811 ] ASF subversion and git services commented on SOLR-12028: Commit

[jira] [Commented] (LUCENE-9051) Implement random access seeks in IndexedDISI (DocValues)

2019-11-18 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976762#comment-16976762 ] Adrien Grand commented on LUCENE-9051: -- Code duplication might look unnecessary, but I also see

[jira] [Commented] (LUCENE-9027) SIMD-based decoding of postings lists

2019-11-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976752#comment-16976752 ] ASF subversion and git services commented on LUCENE-9027: - Commit

[GitHub] [lucene-solr] jpountz merged pull request #973: LUCENE-9027: Use SIMD instructions to decode postings.

2019-11-18 Thread GitBox
jpountz merged pull request #973: LUCENE-9027: Use SIMD instructions to decode postings. URL: https://github.com/apache/lucene-solr/pull/973 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [lucene-solr] jpountz commented on issue #973: LUCENE-9027: Use SIMD instructions to decode postings.

2019-11-18 Thread GitBox
jpountz commented on issue #973: LUCENE-9027: Use SIMD instructions to decode postings. URL: https://github.com/apache/lucene-solr/pull/973#issuecomment-555138178 Thanks @mikemccand for taking the time to look at this large PR!

[jira] [Commented] (SOLR-13924) MoveReplica failures when using HDFS (NullPointerException)

2019-11-18 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976716#comment-16976716 ] Chris M. Hostetter commented on SOLR-13924: --- SOLR-13924: AwaitsFix: MoveReplicaHDFSTest I've

[jira] [Comment Edited] (SOLR-13941) Tests configure Jetty differently than when running via start.jar

2019-11-18 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976712#comment-16976712 ] Uwe Schindler edited comment on SOLR-13941 at 11/18/19 5:16 PM: Hi, I do

[jira] [Comment Edited] (SOLR-13941) Tests configure Jetty differently than when running via start.jar

2019-11-18 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976712#comment-16976712 ] Uwe Schindler edited comment on SOLR-13941 at 11/18/19 5:16 PM: Hi, I do

[jira] [Commented] (SOLR-13924) MoveReplica failures when using HDFS (NullPointerException)

2019-11-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976715#comment-16976715 ] ASF subversion and git services commented on SOLR-13924: Commit

[jira] [Commented] (SOLR-13941) Tests configure Jetty differently than when running via start.jar

2019-11-18 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976712#comment-16976712 ] Uwe Schindler commented on SOLR-13941: -- Hi, I do not see any serious problem in the embedded jetty,

[jira] [Commented] (SOLR-13924) MoveReplica failures when using HDFS (NullPointerException)

2019-11-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976702#comment-16976702 ] ASF subversion and git services commented on SOLR-13924: Commit

[jira] [Commented] (SOLR-13941) Tests configure Jetty differently than when running via start.jar

2019-11-18 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976699#comment-16976699 ] Uwe Schindler commented on SOLR-13941: -- OK, I see. I will check the test setup code to see how it

[jira] [Commented] (SOLR-13905) Nullpointer exception in AuditEvent

2019-11-18 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976629#comment-16976629 ] Jan Høydahl commented on SOLR-13905: I'll merge this PR tomorrow and defer to SOLR-13941 to fix the

[jira] [Assigned] (SOLR-13941) Tests configure Jetty differently than when running via start.jar

2019-11-18 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl reassigned SOLR-13941: -- Assignee: Uwe Schindler > Tests configure Jetty differently than when running via start.jar >

[jira] [Commented] (SOLR-13905) Nullpointer exception in AuditEvent

2019-11-18 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976624#comment-16976624 ] Jan Høydahl commented on SOLR-13905: Spinning off SOLR-13941 to perhaps fix the discrepancy between

[jira] [Created] (SOLR-13941) Tests configure Jetty differently than when running via start.jar

2019-11-18 Thread Jira
Jan Høydahl created SOLR-13941: -- Summary: Tests configure Jetty differently than when running via start.jar Key: SOLR-13941 URL: https://issues.apache.org/jira/browse/SOLR-13941 Project: Solr

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #973: LUCENE-9027: Use SIMD instructions to decode postings.

2019-11-18 Thread GitBox
mikemccand commented on a change in pull request #973: LUCENE-9027: Use SIMD instructions to decode postings. URL: https://github.com/apache/lucene-solr/pull/973#discussion_r347415612 ## File path: lucene/core/src/java/org/apache/lucene/store/ByteBufferIndexInput.java ##

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #973: LUCENE-9027: Use SIMD instructions to decode postings.

2019-11-18 Thread GitBox
mikemccand commented on a change in pull request #973: LUCENE-9027: Use SIMD instructions to decode postings. URL: https://github.com/apache/lucene-solr/pull/973#discussion_r347420183 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene84/PForUtil.java ## @@

[jira] [Commented] (LUCENE-9051) Implement random access seeks in IndexedDISI (DocValues)

2019-11-18 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976571#comment-16976571 ] Michael Sokolov commented on LUCENE-9051: - Sure, but I'd like to understand the rationale for

[jira] [Commented] (LUCENE-9004) Approximate nearest vector search

2019-11-18 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976542#comment-16976542 ] Tomoko Uchida commented on LUCENE-9004: --- Thanks for mentioning, I was working on this issue for

[jira] [Commented] (LUCENE-9036) ExitableDirectoryReader to interrupt DocValues as well

2019-11-18 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976541#comment-16976541 ] Lucene/Solr QA commented on LUCENE-9036: | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote

[jira] [Updated] (SOLR-13892) Add postfilter support to {!join} queries

2019-11-18 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-13892: --- Attachment: SOLR-13892.patch Status: Open (was: Open) Latest patch refactors some

[jira] [Assigned] (SOLR-13892) Add postfilter support to {!join} queries

2019-11-18 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski reassigned SOLR-13892: -- Assignee: Jason Gerlowski > Add postfilter support to {!join} queries >

[jira] [Commented] (LUCENE-9051) Implement random access seeks in IndexedDISI (DocValues)

2019-11-18 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976529#comment-16976529 ] Adrien Grand commented on LUCENE-9051: -- I'm assuming we started by looking at doc-value formats in

[GitHub] [lucene-solr] jpountz commented on a change in pull request #973: LUCENE-9027: Use SIMD instructions to decode postings.

2019-11-18 Thread GitBox
jpountz commented on a change in pull request #973: LUCENE-9027: Use SIMD instructions to decode postings. URL: https://github.com/apache/lucene-solr/pull/973#discussion_r347372434 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene84/PForUtil.java ## @@

[GitHub] [lucene-solr] jpountz commented on a change in pull request #973: LUCENE-9027: Use SIMD instructions to decode postings.

2019-11-18 Thread GitBox
jpountz commented on a change in pull request #973: LUCENE-9027: Use SIMD instructions to decode postings. URL: https://github.com/apache/lucene-solr/pull/973#discussion_r347371932 ## File path: lucene/core/src/java/org/apache/lucene/store/ByteBufferIndexInput.java ## @@

[jira] [Commented] (SOLR-13647) CVE-2019-12409: Apache Solr RCE vulnerability due to bad config default

2019-11-18 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976524#comment-16976524 ] Jan Høydahl commented on SOLR-13647: Updated announcement with CVE number published to solr-user@

[jira] [Updated] (SOLR-13647) CVE-2019-12409: Apache Solr RCE vulnerability due to bad config default

2019-11-18 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-13647: --- Description: This issue originally had the title "default solr.in.sh contains uncommented lines"

[jira] [Resolved] (SOLR-13849) TestSnapshotCloudManager.testSimulatorFromSnapshot failure due to running trigger

2019-11-18 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki resolved SOLR-13849. - Resolution: Fixed > TestSnapshotCloudManager.testSimulatorFromSnapshot failure due to

[GitHub] [lucene-solr] msokolov opened a new pull request #1017: LUCENE-9051: random access for IndexedDISI

2019-11-18 Thread GitBox
msokolov opened a new pull request #1017: LUCENE-9051: random access for IndexedDISI URL: https://github.com/apache/lucene-solr/pull/1017 # Description Enables random access over DocValues via its existing advanceExact method. With this change, callers may provide docids in any order

[jira] [Created] (LUCENE-9051) Implement random access seeks in IndexedDISI (DocValues)

2019-11-18 Thread Michael Sokolov (Jira)
Michael Sokolov created LUCENE-9051: --- Summary: Implement random access seeks in IndexedDISI (DocValues) Key: LUCENE-9051 URL: https://issues.apache.org/jira/browse/LUCENE-9051 Project: Lucene - Core

[jira] [Commented] (SOLR-13934) Documentation on SimplePostTool for Windows users is pretty brief

2019-11-18 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976466#comment-16976466 ] Noble Paul commented on SOLR-13934: --- I agree that we should get rid of these things from Solr. We're

[jira] [Commented] (LUCENE-9004) Approximate nearest vector search

2019-11-18 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976461#comment-16976461 ] Michael Sokolov commented on LUCENE-9004: - In the meantime, [~tomoko] posted [this

[jira] [Commented] (LUCENE-9004) Approximate nearest vector search

2019-11-18 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976458#comment-16976458 ] Michael Sokolov commented on LUCENE-9004: - So after I wrote this: bq. The DocValues on-disk

[jira] [Commented] (SOLR-13934) Documentation on SimplePostTool for Windows users is pretty brief

2019-11-18 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976451#comment-16976451 ] Ishan Chattopadhyaya commented on SOLR-13934: - I think it is time to get rid of the post

[GitHub] [lucene-solr] apoorvprecisely commented on a change in pull request #1015: SOLR-13936 : expose endpoint to support changing schema without collection

2019-11-18 Thread GitBox
apoorvprecisely commented on a change in pull request #1015: SOLR-13936 : expose endpoint to support changing schema without collection URL: https://github.com/apache/lucene-solr/pull/1015#discussion_r347323892 ## File path:

[GitHub] [lucene-solr] apoorvprecisely commented on a change in pull request #1015: SOLR-13936 : expose endpoint to support changing schema without collection

2019-11-18 Thread GitBox
apoorvprecisely commented on a change in pull request #1015: SOLR-13936 : expose endpoint to support changing schema without collection URL: https://github.com/apache/lucene-solr/pull/1015#discussion_r347323909 ## File path:

[GitHub] [lucene-solr] romseygeek commented on a change in pull request #1011: LUCENE-9031: Just highlight term intervals and its' combinations.

2019-11-18 Thread GitBox
romseygeek commented on a change in pull request #1011: LUCENE-9031: Just highlight term intervals and its' combinations. URL: https://github.com/apache/lucene-solr/pull/1011#discussion_r347312251 ## File path:

[jira] [Commented] (SOLR-13934) Documentation on SimplePostTool for Windows users is pretty brief

2019-11-18 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976388#comment-16976388 ] Jan Høydahl commented on SOLR-13934: I agree with all your thoughts. Funny btw that SimplePostTool

[jira] [Resolved] (SOLR-13940) Solr at http://localhost:8984/solr did not come online within 30 seconds!

2019-11-18 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-13940. Resolution: Invalid Hi and welcome to the community! In this project we use Jira only for