[GitHub] lucene-solr pull request #416: WIP: SOLR-12519

2018-08-21 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/416#discussion_r211495503 --- Diff: solr/core/src/test/org/apache/solr/response/transform/TestChildDocTransformerHierarchy.java --- @@ -40,22 +43,52 @@ private static

Re: SOLR Issue

2018-08-21 Thread Jan Høydahl
Please ask such questions on the user list (solr-user@). This dev list is for discussing development of the Lucene/Solr codebase. And when you re-post the question there, you need to include much more context about your application and what exactly you are trying to achieve. Jan > 21. aug.

[GitHub] lucene-solr pull request #416: WIP: SOLR-12519

2018-08-21 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/416#discussion_r211519256 --- Diff: solr/core/src/test/org/apache/solr/response/transform/TestChildDocTransformerHierarchy.java --- @@ -264,7 +309,7 @@ private static Object

SOLR Issue

2018-08-21 Thread Sandesh Ingawale
Hi, We have ecommerce base web application and we used SOLR for search. Now we want to implement SOLR authentication and SOLR ranking feature with our application. We need to do this programmatically(C#), can you please suggest what should be approach we have? OR If you have any code snippets

[jira] [Created] (SOLR-12685) RTG should return the whole block if schema is nested

2018-08-21 Thread mosh (JIRA)
mosh created SOLR-12685: --- Summary: RTG should return the whole block if schema is nested Key: SOLR-12685 URL: https://issues.apache.org/jira/browse/SOLR-12685 Project: Solr Issue Type: Sub-task

[jira] [Created] (SOLR-12686) SOLRJ 7.x library fails ejb deployment with weblogic

2018-08-21 Thread ganesh (JIRA)
ganesh created SOLR-12686: - Summary: SOLRJ 7.x library fails ejb deployment with weblogic Key: SOLR-12686 URL: https://issues.apache.org/jira/browse/SOLR-12686 Project: Solr Issue Type: Bug

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 297 - Unstable

2018-08-21 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/297/ 2 tests failed. FAILED: org.apache.solr.cloud.LIROnShardRestartTest.testAllReplicasInLIR Error Message: No live SolrServers available to handle this request Stack Trace: org.apache.solr.client.solrj.SolrServerException: No

[GitHub] lucene-solr pull request #416: WIP: SOLR-12519

2018-08-21 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/416#discussion_r211505124 --- Diff: solr/core/src/test/org/apache/solr/response/transform/TestChildDocTransformerHierarchy.java --- @@ -264,7 +309,7 @@ private static Object

[jira] [Commented] (SOLR-12677) XML Loader: support parsing of atomic updates for labelled child documents

2018-08-21 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587041#comment-16587041 ] mosh commented on SOLR-12677: - {quote}I assume from the title you mean for labelled child documents in

[jira] [Commented] (SOLR-12642) SolrCmdDistributor should send updates in batch when use Http2SolrClient?

2018-08-21 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16586992#comment-16586992 ] Shalin Shekhar Mangar commented on SOLR-12642: -- It is difficult to make a decision unless we

[jira] [Created] (SOLR-12687) Add functions to cache mathematical models

2018-08-21 Thread Joel Bernstein (JIRA)
Joel Bernstein created SOLR-12687: - Summary: Add functions to cache mathematical models Key: SOLR-12687 URL: https://issues.apache.org/jira/browse/SOLR-12687 Project: Solr Issue Type: New

[jira] [Updated] (SOLR-12687) Add functions to cache data structures and mathematical models

2018-08-21 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-12687: -- Component/s: streaming expressions > Add functions to cache data structures and mathematical

[jira] [Updated] (SOLR-12687) Add functions to cache data structures and mathematical models

2018-08-21 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-12687: -- Summary: Add functions to cache data structures and mathematical models (was: Add functions

[jira] [Commented] (SOLR-12685) RTG should return the whole block if schema is nested

2018-08-21 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587388#comment-16587388 ] mosh commented on SOLR-12685: - I have started working on this, and currently the biggest hold I have

[GitHub] lucene-solr pull request #416: WIP: SOLR-12519

2018-08-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/416#discussion_r211595662 --- Diff: solr/core/src/java/org/apache/solr/response/transform/ChildDocTransformer.java --- @@ -0,0 +1,257 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #416: WIP: SOLR-12519

2018-08-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/416#discussion_r211595043 --- Diff: solr/core/src/test/org/apache/solr/response/transform/TestChildDocTransformerHierarchy.java --- @@ -0,0 +1,346 @@ +/* + * Licensed

[GitHub] lucene-solr pull request #416: WIP: SOLR-12519

2018-08-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/416#discussion_r211594271 --- Diff: solr/core/src/test/org/apache/solr/response/transform/TestChildDocTransformerHierarchy.java --- @@ -0,0 +1,346 @@ +/* + * Licensed

[GitHub] lucene-solr pull request #416: WIP: SOLR-12519

2018-08-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/416#discussion_r211594079 --- Diff: solr/core/src/test/org/apache/solr/response/transform/TestChildDocTransformerHierarchy.java --- @@ -0,0 +1,346 @@ +/* + * Licensed

[GitHub] lucene-solr pull request #416: WIP: SOLR-12519

2018-08-21 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/416#discussion_r211599253 --- Diff: solr/core/src/java/org/apache/solr/response/transform/ChildDocTransformer.java --- @@ -0,0 +1,257 @@ +/* + * Licensed to the Apache

[jira] [Updated] (SOLR-12687) Add functions to cache data structures and mathematical models

2018-08-21 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-12687: -- Description: Currently when mathematical models and data structures are created with math

[jira] [Comment Edited] (SOLR-12687) Add functions to cache data structures and mathematical models

2018-08-21 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587370#comment-16587370 ] Joel Bernstein edited comment on SOLR-12687 at 8/21/18 12:44 PM: - Initial

[jira] [Commented] (SOLR-12687) Add functions to cache data structures and mathematical models

2018-08-21 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587370#comment-16587370 ] Joel Bernstein commented on SOLR-12687: --- Initial patch with implementations with four caching

[jira] [Comment Edited] (SOLR-12687) Add functions to cache data structures and mathematical models

2018-08-21 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587370#comment-16587370 ] Joel Bernstein edited comment on SOLR-12687 at 8/21/18 12:45 PM: - Initial

[jira] [Comment Edited] (SOLR-12687) Add functions to cache data structures and mathematical models

2018-08-21 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587370#comment-16587370 ] Joel Bernstein edited comment on SOLR-12687 at 8/21/18 12:45 PM: - Initial

[GitHub] lucene-solr issue #416: WIP: SOLR-12519

2018-08-21 Thread moshebla
Github user moshebla commented on the issue: https://github.com/apache/lucene-solr/pull/416 Rebased on master to include DocFetcher improvements, which helped remove some boilerplate code. --- - To unsubscribe,

[jira] [Commented] (SOLR-12243) Edismax missing phrase queries when phrases contain multiterm synonyms

2018-08-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587262#comment-16587262 ] Uwe Schindler commented on SOLR-12243: -- I am looking into committing this soon. Unfortunately we do

[jira] [Resolved] (SOLR-12686) SOLRJ 7.x library fails ejb deployment with weblogic

2018-08-21 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-12686. Resolution: Invalid Please do not file a Jira unless there is a confirmed bug in Lucene/Solr code.

[jira] [Updated] (SOLR-12687) Add functions to cache data structures and mathematical models

2018-08-21 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-12687: -- Attachment: SOLR-12687.patch > Add functions to cache data structures and mathematical models

[jira] [Updated] (SOLR-12687) Add functions to cache data structures and mathematical models

2018-08-21 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-12687: -- Description: Currently when mathematical models and data structures are created with math

[jira] [Comment Edited] (SOLR-12687) Add functions to cache data structures and mathematical models

2018-08-21 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587370#comment-16587370 ] Joel Bernstein edited comment on SOLR-12687 at 8/21/18 12:46 PM: - Initial

[jira] [Comment Edited] (SOLR-12687) Add functions to cache data structures and mathematical models

2018-08-21 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587370#comment-16587370 ] Joel Bernstein edited comment on SOLR-12687 at 8/21/18 12:46 PM: - Initial

[JENKINS] Lucene-Solr-Tests-7.x - Build # 805 - Unstable

2018-08-21 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/805/ 8 tests failed. FAILED: org.apache.solr.cloud.TestSegmentSorting.testSegmentTerminateEarly Error Message: expected: but was: Stack Trace: java.lang.AssertionError: expected: but was: at

[jira] [Commented] (LUCENE-8458) Carry-over hard-deletes after merge may not adjust soft-delete count

2018-08-21 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587559#comment-16587559 ] Simon Willnauer commented on LUCENE-8458: - [~dnhatn] sorry for coming back to this again. I

[jira] [Created] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread STANISLAV LIVOTOV (JIRA)
STANISLAV LIVOTOV created SOLR-12688: Summary: LTR Multiple performance fixes + pure DocValues support for FieldValueFeature Key: SOLR-12688 URL: https://issues.apache.org/jira/browse/SOLR-12688

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_172) - Build # 22717 - Unstable!

2018-08-21 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22717/ Java: 32bit/jdk1.8.0_172 -server -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest.testBiDir Error Message: Captured an uncaught exception in thread: Thread[id=34681,

[jira] [Updated] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread STANISLAV LIVOTOV (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] STANISLAV LIVOTOV updated SOLR-12688: - Description: This ticket is related to 2 performance and 1 functional/performance issue

[jira] [Updated] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread STANISLAV LIVOTOV (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] STANISLAV LIVOTOV updated SOLR-12688: - Description: This ticket is related to 2 performance and 1 functional/performance issue

[jira] [Updated] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread STANISLAV LIVOTOV (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] STANISLAV LIVOTOV updated SOLR-12688: - Description: This ticket is related to 2 performance and 1 functional/performance issue

[jira] [Updated] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread STANISLAV LIVOTOV (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] STANISLAV LIVOTOV updated SOLR-12688: - Description: This ticket is related to 2 performance and 1 functional/performance issue

[jira] [Updated] (SOLR-12519) Support Deeply Nested Docs In Child Documents Transformer

2018-08-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-12519: Attachment: SOLR-12519.patch > Support Deeply Nested Docs In Child Documents Transformer >

[jira] [Updated] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread STANISLAV LIVOTOV (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] STANISLAV LIVOTOV updated SOLR-12688: - Attachment: (was: LTRwithoutDVOptimisation.png) > LTR Multiple performance fixes +

[jira] [Updated] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread STANISLAV LIVOTOV (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] STANISLAV LIVOTOV updated SOLR-12688: - Attachment: LTRwithoutDVOptimisation.png LTRwithDVOptimisation.png > LTR

[jira] [Updated] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread STANISLAV LIVOTOV (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] STANISLAV LIVOTOV updated SOLR-12688: - Attachment: (was: LTRSolrFeatureBefore.png) > LTR Multiple performance fixes + pure

[jira] [Updated] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread STANISLAV LIVOTOV (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] STANISLAV LIVOTOV updated SOLR-12688: - Attachment: (was: LTRwithDVOptimisation.png) > LTR Multiple performance fixes + pure

[jira] [Updated] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread STANISLAV LIVOTOV (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] STANISLAV LIVOTOV updated SOLR-12688: - Attachment: LTRSolrFeatureBefore.png LTRSolrFeatureAfter.png > LTR

[jira] [Updated] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread STANISLAV LIVOTOV (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] STANISLAV LIVOTOV updated SOLR-12688: - Attachment: (was: LTRSolrFeatureAfter.png) > LTR Multiple performance fixes + pure

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-10) - Build # 2603 - Unstable!

2018-08-21 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2603/ Java: 64bit/jdk-10 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest.testBiDir Error Message: Captured an uncaught exception in thread: Thread[id=30950,

[jira] [Commented] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread STANISLAV LIVOTOV (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587695#comment-16587695 ] STANISLAV LIVOTOV commented on SOLR-12688: -- [~cpoerschke] Can you please take a look at this

[jira] [Commented] (LUCENE-8422) Add Matches iteration to interval queries

2018-08-21 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587714#comment-16587714 ] Alan Woodward commented on LUCENE-8422: --- If we didn't need to worry about submatches, then

[jira] [Commented] (SOLR-12593) Remove date parsing functionality from extraction contrib

2018-08-21 Thread Bar Rotstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587722#comment-16587722 ] Bar Rotstein commented on SOLR-12593: - One additional question, Should I completely remove

[jira] [Comment Edited] (SOLR-12593) Remove date parsing functionality from extraction contrib

2018-08-21 Thread Bar Rotstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587722#comment-16587722 ] Bar Rotstein edited comment on SOLR-12593 at 8/21/18 4:49 PM: -- One

[jira] [Updated] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread Stanislav Livotov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stanislav Livotov updated SOLR-12688: - Attachment: (was: MultiplePerformanceFixes.patch) > LTR Multiple performance fixes +

[jira] [Updated] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread Stanislav Livotov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stanislav Livotov updated SOLR-12688: - Attachment: MultiplePerformanceFixes.patch > LTR Multiple performance fixes + pure

[jira] [Commented] (SOLR-12584) Add basic auth credentials configuration to the Solr exporter for Prometheus/Grafana

2018-08-21 Thread CDatta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16588360#comment-16588360 ] CDatta commented on SOLR-12584: --- Hi..I have a patch available for this. Should I attach it here? > Add

[jira] [Commented] (SOLR-12209) add Paging Streaming Expression

2018-08-21 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16588375#comment-16588375 ] mosh commented on SOLR-12209: - Was there any progress lately? > add Paging Streaming Expression >

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-10.0.1) - Build # 2606 - Unstable!

2018-08-21 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2606/ Java: 64bit/jdk-10.0.1 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.lucene.index.TestIndexWriter.testSoftUpdateDocuments Error Message: expected:<1> but was:<2> Stack Trace:

[GitHub] lucene-solr pull request #438: SOLR-12593: Remove date parsing functionality...

2018-08-21 Thread barrotsteindev
Github user barrotsteindev commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/438#discussion_r211818326 --- Diff: solr/server/solr/configsets/_default/conf/solrconfig.xml --- @@ -1146,6 +1146,11 @@ -MM-dd HH:mm[:ss[.SSS]][z

[GitHub] lucene-solr pull request #438: SOLR-12593: Remove date parsing functionality...

2018-08-21 Thread barrotsteindev
Github user barrotsteindev commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/438#discussion_r211818226 --- Diff: solr/server/solr/configsets/_default/conf/solrconfig.xml --- @@ -1146,6 +1146,11 @@ -MM-dd HH:mm[:ss[.SSS]][z

[GitHub] lucene-solr pull request #438: SOLR-12593: Remove date parsing functionality...

2018-08-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/438#discussion_r211821295 --- Diff: solr/server/solr/configsets/_default/conf/solrconfig.xml --- @@ -1146,6 +1146,11 @@ -MM-dd HH:mm[:ss[.SSS]][z

[jira] [Commented] (SOLR-12685) RTG should return the whole block if schema is nested

2018-08-21 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16588379#comment-16588379 ] mosh commented on SOLR-12685: - {quote}Is this a duplicate of SOLR-9006?{quote} This ticket incorporates it,

[jira] [Commented] (SOLR-12685) RTG should return the whole block if schema is nested

2018-08-21 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16588388#comment-16588388 ] mosh commented on SOLR-12685: - I have uploaded a very rough patch, which should only be viewed as a POC, to

[JENKINS] Lucene-Solr-BadApples-Tests-master - Build # 132 - Still Unstable

2018-08-21 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/132/ 1 tests failed. FAILED: org.apache.lucene.index.TestTieredMergePolicy.testPartialMerge Error Message: No segment should be more than 125% of max segment size Stack Trace: java.lang.AssertionError: No segment should

[jira] [Commented] (SOLR-12519) Support Deeply Nested Docs In Child Documents Transformer

2018-08-21 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16588215#comment-16588215 ] Lucene/Solr QA commented on SOLR-12519: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

[JENKINS] Lucene-Solr-BadApples-NightlyTests-7.x - Build # 23 - Still Unstable

2018-08-21 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-7.x/23/ 8 tests failed. FAILED: org.apache.lucene.codecs.memory.TestMemoryDocValuesFormat.testSparseBooleanNumericsVsStoredFields Error Message: Test abandoned because suite timeout was reached. Stack Trace:

[GitHub] lucene-solr pull request #438: SOLR-12593: Remove date parsing functionality...

2018-08-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/438#discussion_r211821003 --- Diff: solr/server/solr/configsets/_default/conf/solrconfig.xml --- @@ -1146,6 +1146,11 @@ -MM-dd HH:mm[:ss[.SSS]][z

[jira] [Commented] (SOLR-12519) Support Deeply Nested Docs In Child Documents Transformer

2018-08-21 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16588364#comment-16588364 ] mosh commented on SOLR-12519: - {quote}found these failures in SolrJ{quote} On it! > Support Deeply Nested

[jira] [Updated] (SOLR-12685) RTG should return the whole block if schema is nested

2018-08-21 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mosh updated SOLR-12685: Attachment: SOLR-12638-no-commit.patch > RTG should return the whole block if schema is nested >

[jira] [Commented] (LUCENE-8424) Payload null value exception handling

2018-08-21 Thread Tapan Vaishnav (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16588244#comment-16588244 ] Tapan Vaishnav commented on LUCENE-8424: Hello [~romseygeek], Thanks for your reply.

[JENKINS] Lucene-Solr-Tests-master - Build # 2730 - Unstable

2018-08-21 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2730/ 1 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionAddReplica Error Message: Timeout waiting for collection to become active Live Nodes: [127.0.0.1:10102_solr,

[jira] [Updated] (SOLR-12690) Regularize LoggerFactory declarations

2018-08-21 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-12690: -- Attachment: SOLR-12690.patch > Regularize LoggerFactory declarations >

[jira] [Commented] (SOLR-12690) Regularize LoggerFactory declarations

2018-08-21 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16588394#comment-16588394 ] Erick Erickson commented on SOLR-12690: --- Precommit and all tests pass. Barring objections I'll

[jira] [Commented] (SOLR-12642) SolrCmdDistributor should send updates in batch when use Http2SolrClient?

2018-08-21 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16588288#comment-16588288 ] Shalin Shekhar Mangar commented on SOLR-12642: -- [~elyograg], the question is not whether

[GitHub] lucene-solr pull request #438: SOLR-12593: Remove date parsing functionality...

2018-08-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/438#discussion_r211817529 --- Diff: solr/server/solr/configsets/_default/conf/solrconfig.xml --- @@ -1146,6 +1146,11 @@ -MM-dd HH:mm[:ss[.SSS]][z

[GitHub] lucene-solr pull request #438: SOLR-12593: Remove date parsing functionality...

2018-08-21 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/438#discussion_r211817633 --- Diff: solr/server/solr/configsets/_default/conf/solrconfig.xml --- @@ -1146,6 +1146,11 @@ -MM-dd HH:mm[:ss[.SSS]][z

[jira] [Commented] (SOLR-12519) Support Deeply Nested Docs In Child Documents Transformer

2018-08-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16588354#comment-16588354 ] David Smiley commented on SOLR-12519: - Yetus thought the patch should be applied to the branch of the

[JENKINS-EA] Lucene-Solr-BadApples-master-Linux (64bit/jdk-11-ea+25) - Build # 82 - Still Unstable!

2018-08-21 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-master-Linux/82/ Java: 64bit/jdk-11-ea+25 -XX:-UseCompressedOops -XX:+UseParallelGC 52 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.client.solrj.io.stream.StreamDecoratorTest Error Message: 14 threads leaked from

[jira] [Updated] (SOLR-12685) RTG should return the whole block if schema is nested

2018-08-21 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mosh updated SOLR-12685: Attachment: SOLR-12638-no-commit.patch > RTG should return the whole block if schema is nested >

[jira] [Updated] (SOLR-12685) RTG should return the whole block if schema is nested

2018-08-21 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mosh updated SOLR-12685: Attachment: (was: SOLR-12638-no-commit.patch) > RTG should return the whole block if schema is nested >

[jira] [Commented] (SOLR-12519) Support Deeply Nested Docs In Child Documents Transformer

2018-08-21 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16588374#comment-16588374 ] mosh commented on SOLR-12519: - When I run the tests based off the latest master, I get this rather odd

[jira] [Comment Edited] (SOLR-12690) Regularize LoggerFactory declarations

2018-08-21 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16588394#comment-16588394 ] Erick Erickson edited comment on SOLR-12690 at 8/22/18 5:13 AM: Precommit

[JENKINS] Lucene-Solr-BadApples-7.x-Linux (64bit/jdk-10.0.1) - Build # 81 - Unstable!

2018-08-21 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-7.x-Linux/81/ Java: 64bit/jdk-10.0.1 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.SSLMigrationTest.test Error Message: Replica didn't have the proper urlScheme in the ClusterState Stack

[JENKINS] Lucene-Solr-Tests-7.x - Build # 807 - Still Unstable

2018-08-21 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/807/ 3 tests failed. FAILED: org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test Error Message: Could not load collection from ZK: collection1 Stack Trace: org.apache.solr.common.SolrException: Could not load collection from ZK:

[jira] [Assigned] (SOLR-12690) Audit LoggerFactory declarations

2018-08-21 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson reassigned SOLR-12690: - Assignee: Erick Erickson > Audit LoggerFactory declarations >

[jira] [Commented] (SOLR-12593) Remove date parsing functionality from extraction contrib

2018-08-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587858#comment-16587858 ] David Smiley commented on SOLR-12593: - Either completely remove

[jira] [Commented] (SOLR-12593) Remove date parsing functionality from extraction contrib

2018-08-21 Thread Bar Rotstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587898#comment-16587898 ] Bar Rotstein commented on SOLR-12593: - Just opened a pull request, and I also seem to prefer the

[jira] [Comment Edited] (SOLR-12687) Add functions to cache data structures and mathematical models

2018-08-21 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587875#comment-16587875 ] Joel Bernstein edited comment on SOLR-12687 at 8/21/18 7:08 PM: Latest

[jira] [Updated] (SOLR-12687) Add functions to cache data structures and mathematical models

2018-08-21 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-12687: -- Attachment: SOLR-12687.patch > Add functions to cache data structures and mathematical models

[jira] [Commented] (SOLR-12687) Add functions to cache data structures and mathematical models

2018-08-21 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587875#comment-16587875 ] Joel Bernstein commented on SOLR-12687: --- Added tests > Add functions to cache data structures and

[JENKINS] Lucene-Solr-Tests-7.x - Build # 806 - Still Unstable

2018-08-21 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/806/ 1 tests failed. FAILED: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest.testBiDir Error Message: Captured an uncaught exception in thread: Thread[id=20154, name=cdcr-replicator-6846-thread-1, state=RUNNABLE,

[jira] [Updated] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread Stanislav Livotov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stanislav Livotov updated SOLR-12688: - Attachment: DocValuesSupportForFieldValueFeature.patch > LTR Multiple performance fixes

[jira] [Updated] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread Stanislav Livotov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stanislav Livotov updated SOLR-12688: - Attachment: (was: DocValuesSupportForFieldValueFeature.patch) > LTR Multiple

[jira] [Assigned] (SOLR-12689) Add example of collection creation when autoscaling policy/prefs are configured

2018-08-21 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe reassigned SOLR-12689: - Assignee: Steve Rowe Attachment: SOLR-12689.patch Patch. > Add example of collection

[jira] [Commented] (SOLR-12673) Superset Query

2018-08-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587883#comment-16587883 ] David Smiley commented on SOLR-12673: - The problem with "frange" is that it doesn't leverage the

[jira] [Commented] (SOLR-12690) Regularize LoggerFactory declarations

2018-08-21 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587935#comment-16587935 ] Christine Poerschke commented on SOLR-12690: bq. ... I think there's another Jira about this

[jira] [Commented] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread Stanislav Livotov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16588052#comment-16588052 ] Stanislav Livotov commented on SOLR-12688: -- And excuse me in advance for creating one Jira for 3

[jira] [Updated] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread Stanislav Livotov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stanislav Livotov updated SOLR-12688: - Attachment: NoFQSolrFeatureOptimisation.patch

[jira] [Updated] (SOLR-12688) LTR Multiple performance fixes + pure DocValues support for FieldValueFeature

2018-08-21 Thread Stanislav Livotov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stanislav Livotov updated SOLR-12688: - Description: This ticket is related to 2 performance and 1 functional/performance issue

[jira] [Created] (SOLR-12690) Audit LoggerFactory declarations

2018-08-21 Thread Erick Erickson (JIRA)
Erick Erickson created SOLR-12690: - Summary: Audit LoggerFactory declarations Key: SOLR-12690 URL: https://issues.apache.org/jira/browse/SOLR-12690 Project: Solr Issue Type: Improvement

[GitHub] lucene-solr pull request #438: SOLR-12593: Remove date parsing functionality...

2018-08-21 Thread barrotsteindev
GitHub user barrotsteindev opened a pull request: https://github.com/apache/lucene-solr/pull/438 SOLR-12593: Remove date parsing functionality from extraction contrib You can merge this pull request into a Git repository by running: $ git pull

[jira] [Updated] (SOLR-12690) Regularize LoggerFactory declarations

2018-08-21 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-12690: -- Summary: Regularize LoggerFactory declarations (was: Audit LoggerFactory declarations) >

  1   2   >