[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_20) - Build # 4333 - Failure!

2014-11-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4333/ Java: 32bit/jdk1.8.0_20 -client -XX:+UseSerialGC (asserts: true) 2 tests failed. REGRESSION: org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup Error Message: Test abandoned because suite timeout was reached.

[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 686 - Still Failing

2014-11-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/686/ 3 tests failed. REGRESSION: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch Error Message: The Monkey ran for over 20 seconds and no jetties were stopped - this is worth investigating! Stack Trace:

[jira] [Commented] (SOLR-1387) Add more search options for filtering field facets.

2014-11-18 Thread Tom Winch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216072#comment-14216072 ] Tom Winch commented on SOLR-1387: - As the name suggests, CharacterUtils works on a char[]

Re: Slow searching limited but high rows across many shards all with high hits

2014-11-18 Thread Per Steffensen
On 17/11/14 18:47, Toke Eskildsen wrote: Per Steffensen [st...@liace.dk] wrote: I understand that the request is for rows * #shards IDs+score in total, but if you have presented your alternative, I have failed to see that. I deliberately did not present the solution we did, in order for you

[jira] [Commented] (LUCENE-5205) [PATCH] SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2014-11-18 Thread Modassar Ather (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216113#comment-14216113 ] Modassar Ather commented on LUCENE-5205: I am trying following queries and facing

[jira] [Comment Edited] (LUCENE-5205) [PATCH] SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2014-11-18 Thread Modassar Ather (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216113#comment-14216113 ] Modassar Ather edited comment on LUCENE-5205 at 11/18/14 11:59 AM:

[jira] [Comment Edited] (LUCENE-5205) [PATCH] SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2014-11-18 Thread Modassar Ather (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216113#comment-14216113 ] Modassar Ather edited comment on LUCENE-5205 at 11/18/14 12:01 PM:

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2214 - Still Failing

2014-11-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2214/ 1 tests failed. FAILED: org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability Error Message: No live SolrServers available to handle this request Stack Trace: org.apache.solr.client.solrj.SolrServerException: No

[jira] [Created] (SOLR-6754) ZkController.publish doesn't use the updateLastState parameter

2014-11-18 Thread Shalin Shekhar Mangar (JIRA)
Shalin Shekhar Mangar created SOLR-6754: --- Summary: ZkController.publish doesn't use the updateLastState parameter Key: SOLR-6754 URL: https://issues.apache.org/jira/browse/SOLR-6754 Project:

[jira] [Updated] (SOLR-6754) ZkController.publish doesn't use the updateLastState parameter

2014-11-18 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-6754: Attachment: SOLR-6754.patch Trivial patch to use the method argument is attached.

Re: Slow searching limited but high rows across many shards all with high hits

2014-11-18 Thread Ferenczi, Jim | EURHQ
Your third factoid: A high number of hits/shard, suggests that there is a possibility of all the final top-1000 hits to originate from a single shard. In fact if you ask for 1000 hits in a distributed SolrCloud, each shard has to retrieve 1000 hits to get the unique key of each match and

[jira] [Updated] (SOLR-5611) When documents are uniformly distributed over shards, enable returning approximated results in distributed query

2014-11-18 Thread Manuel Lenormand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manuel Lenormand updated SOLR-5611: --- Attachment: lec5-distributedIndexing.pdf The equation is on the 10th slide. Need to write an

[jira] [Comment Edited] (SOLR-5611) When documents are uniformly distributed over shards, enable returning approximated results in distributed query

2014-11-18 Thread Manuel Lenormand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216167#comment-14216167 ] Manuel Lenormand edited comment on SOLR-5611 at 11/18/14 1:32 PM:

Re: Slow searching limited but high rows across many shards all with high hits

2014-11-18 Thread Per Steffensen
On 18/11/14 14:24, Ferenczi, Jim | EURHQ wrote: Your third factoid: A high number of hits/shard, suggests that there is a possibility of all the final top-1000 hits to originate from a single shard. In fact if you ask for 1000 hits in a distributed SolrCloud, each shard has to retrieve 1000

Re: Slow searching limited but high rows across many shards all with high hits

2014-11-18 Thread Toke Eskildsen
On Tue, 2014-11-18 at 11:26 +0100, Per Steffensen wrote: It is likely (since we are not routing on anything that has to do with the content text-field) that the overall-top-1000 i fairly evenly distributed among the 1000 shards Streaming in Heliosearch might work out of the box:

Re: Slow searching limited but high rows across many shards all with high hits

2014-11-18 Thread Manuel Le Normand
Limiting my answer to the #shards*rows issue, you can have a look at https://issues.apache.org/jira/browse/SOLR-5611. The odds all top docs are in the same shard in a uniformly distributed index are negligible, so you can use it to request much fewer docs per shard. There's a nice discrete

Re: Slow searching limited but high rows across many shards all with high hits

2014-11-18 Thread Per Steffensen
On 18/11/14 14:49, Manuel Le Normand wrote: Limiting my answer to the #shards*rows issue, you can have a look at https://issues.apache.org/jira/browse/SOLR-5611. Thanks for pointing out SOLR-5611! I did not know about it, and knowledge about work and ideas in this area was what I wanted to

Re: Slow searching limited but high rows across many shards all with high hits

2014-11-18 Thread Per Steffensen
On 18/11/14 14:41, Toke Eskildsen wrote: Your solution would help others. I agree, and that, of course, would be great The obvious next step would be a JIRA. However, I know that you have had very limited success there, even for simple patches. No shit :-) But hopefully better success in the

Re: Slow searching limited but high rows across many shards all with high hits

2014-11-18 Thread Toke Eskildsen
On Tue, 2014-11-18 at 14:42 +0100, Per Steffensen wrote: Doc-values is a valid approach for us, but currently our id-field is unfortunately not doc-value - at it is not easy for us to just re-index all documents with id as doc-value. At Lucene/Solr Revolution 2014 I presented that exact

Re: Slow searching limited but high rows across many shards all with high hits

2014-11-18 Thread Per Steffensen
On 18/11/14 15:52, Toke Eskildsen wrote: Thomas Egense and I plan to take a crack at it one of these days. If the field is stored, it should be possible to make it DocValued by optimizing the index with a custom reader. Yes, it ought to be, but AFAIK it currently is not. Looking forward to see

[jira] [Commented] (LUCENE-5205) [PATCH] SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2014-11-18 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216267#comment-14216267 ] Tim Allison commented on LUCENE-5205: - Thank you for raising this, [~modassar]. The

[jira] [Commented] (SOLR-6625) HttpClient callback in HttpSolrServer

2014-11-18 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216313#comment-14216313 ] Per Steffensen commented on SOLR-6625: -- bq. One thing I wanted to avoid with this

[jira] [Commented] (LUCENE-5205) [PATCH] SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2014-11-18 Thread Modassar Ather (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216353#comment-14216353 ] Modassar Ather commented on LUCENE-5205: Thanks [~talli...@apache.org] for your

[jira] [Closed] (LUCENE-5861) CachingTokenFilter should use ArrayList not LinkedList

2014-11-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley closed LUCENE-5861. Resolution: Duplicate Fix Version/s: 5.0 CachingTokenFilter should use ArrayList not

[jira] [Commented] (SOLR-5944) Support updates of numeric DocValues

2014-11-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216393#comment-14216393 ] Yonik Seeley commented on SOLR-5944: I was just chatting with Shalin while we were both

[jira] [Commented] (LUCENE-5205) [PATCH] SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2014-11-18 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216415#comment-14216415 ] Tim Allison commented on LUCENE-5205: - The permanent hang is surprising. When I

[jira] [Updated] (LUCENE-6062) Index corruption from numeric DV updates

2014-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-6062: Attachment: LUCENE-6062.patch Updated patch with a dedicated test (keeping the old one as it was).

[jira] [Assigned] (SOLR-6752) Buffer Cache allocate/lost should be exposed through JMX

2014-11-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-6752: - Assignee: Mark Miller Buffer Cache allocate/lost should be exposed through JMX

[jira] [Resolved] (SOLR-6750) Solr adds RequestHandler SolrInfoMBeans twice to the JMX server.

2014-11-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-6750. --- Resolution: Duplicate Solr adds RequestHandler SolrInfoMBeans twice to the JMX server.

[jira] [Commented] (SOLR-3774) /admin/mbean returning duplicate search handlers with names that map to their classes?

2014-11-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216442#comment-14216442 ] Mark Miller commented on SOLR-3774: --- I duplicated this issue with SOLR-6750. The way I

[jira] [Commented] (LUCENE-6060) Remove IndexWriter.unLock

2014-11-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216453#comment-14216453 ] Michael McCandless commented on LUCENE-6060: Well, Solr still has the

[jira] [Created] (SOLR-6755) ClassCastException from CloudMLTQParserTest

2014-11-18 Thread Hoss Man (JIRA)
Hoss Man created SOLR-6755: -- Summary: ClassCastException from CloudMLTQParserTest Key: SOLR-6755 URL: https://issues.apache.org/jira/browse/SOLR-6755 Project: Solr Issue Type: Bug

Re: [JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.7.0_67) - Build # 11466 - Failure!

2014-11-18 Thread Chris Hostetter
I can't reproduce this, and i don't really understand it, but i know anshum was working on this very recently so i filed a jira for him so we don't lose track of it... https://issues.apache.org/jira/browse/SOLR-6755 : Date: Tue, 18 Nov 2014 04:01:34 + (UTC) : From: Policeman Jenkins

[jira] [Commented] (LUCENE-5205) [PATCH] SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2014-11-18 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216477#comment-14216477 ] Tim Allison commented on LUCENE-5205: - Ha, turns out the hang isn't permanent, you

[jira] [Created] (SOLR-6756) The cloud-dev scripts do not seem to work with the new example layout.

2014-11-18 Thread Mark Miller (JIRA)
Mark Miller created SOLR-6756: - Summary: The cloud-dev scripts do not seem to work with the new example layout. Key: SOLR-6756 URL: https://issues.apache.org/jira/browse/SOLR-6756 Project: Solr

[jira] [Created] (SOLR-6757) SolrInfoMBean should be an abstract class rather than an interface.

2014-11-18 Thread Mark Miller (JIRA)
Mark Miller created SOLR-6757: - Summary: SolrInfoMBean should be an abstract class rather than an interface. Key: SOLR-6757 URL: https://issues.apache.org/jira/browse/SOLR-6757 Project: Solr

[jira] [Commented] (SOLR-3774) /admin/mbean returning duplicate search handlers with names that map to their classes?

2014-11-18 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216493#comment-14216493 ] Tomás Fernández Löbbe commented on SOLR-3774: - I think that makes sense

[jira] [Commented] (SOLR-4735) Improve Solr metrics reporting

2014-11-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216504#comment-14216504 ] Mark Miller commented on SOLR-4735: --- bq. feel free to gut what we have in Solr5 We

[jira] [Commented] (LUCENE-6061) Add Support for something different than Strings in Highlighting (FastVectorHighlighter)

2014-11-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216536#comment-14216536 ] Michael McCandless commented on LUCENE-6061: I think you could do this with

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_20) - Build # 4439 - Failure!

2014-11-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4439/ Java: 64bit/jdk1.8.0_20 -XX:-UseCompressedOops -XX:+UseSerialGC (asserts: true) 1 tests failed. REGRESSION: org.apache.lucene.analysis.charfilter.HTMLStripCharFilterTest.testUTF16Surrogates Error Message: unpaired high

[jira] [Commented] (LUCENE-5205) [PATCH] SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2014-11-18 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216571#comment-14216571 ] Tim Allison commented on LUCENE-5205: - {quote} field: (SEARCH TOOL'S PROVIDER'S AND

[jira] [Comment Edited] (LUCENE-5205) [PATCH] SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2014-11-18 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216571#comment-14216571 ] Tim Allison edited comment on LUCENE-5205 at 11/18/14 6:47 PM:

[jira] [Commented] (SOLR-6625) HttpClient callback in HttpSolrServer

2014-11-18 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216585#comment-14216585 ] Gregory Chanan commented on SOLR-6625: -- bq. Actually SOLR-4470 aims at introducing a

Re: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_20) - Build # 4439 - Failure!

2014-11-18 Thread Robert Muir
I can't reproduce this, but its also not a random test. Just very simple asserts. I tried reproducing on linux with the master seed, same jvm version and flags, no luck. On Tue, Nov 18, 2014 at 1:32 PM, Policeman Jenkins Server jenk...@thetaphi.de wrote: Build:

[jira] [Updated] (SOLR-3774) /admin/mbean returning duplicate search handlers with names that map to their classes?

2014-11-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3774: -- Attachment: SOLR-3774.patch /admin/mbean returning duplicate search handlers with names that map to

[jira] [Commented] (SOLR-3774) /admin/mbean returning duplicate search handlers with names that map to their classes?

2014-11-18 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216668#comment-14216668 ] Gregory Chanan commented on SOLR-3774: -- +1 /admin/mbean returning duplicate search

[jira] [Commented] (SOLR-6755) ClassCastException from CloudMLTQParserTest

2014-11-18 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216687#comment-14216687 ] Anshum Gupta commented on SOLR-6755: I can't seem to reproduce it even after multiple

[jira] [Commented] (SOLR-6755) ClassCastException from CloudMLTQParserTest

2014-11-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216714#comment-14216714 ] ASF subversion and git services commented on SOLR-6755: --- Commit

[jira] [Commented] (SOLR-6755) ClassCastException from CloudMLTQParserTest

2014-11-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216716#comment-14216716 ] ASF subversion and git services commented on SOLR-6755: --- Commit

[jira] [Commented] (SOLR-6755) ClassCastException from CloudMLTQParserTest

2014-11-18 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216719#comment-14216719 ] Anshum Gupta commented on SOLR-6755: This commit should fix the issue. Changed the test

[jira] [Commented] (LUCENE-6062) Index corruption from numeric DV updates

2014-11-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216742#comment-14216742 ] Michael McCandless commented on LUCENE-6062: +1 Index corruption from

[jira] [Commented] (SOLR-6708) Smoke tester couldn't communicate with Solr started using 'bin/solr start'

2014-11-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216750#comment-14216750 ] ASF subversion and git services commented on SOLR-6708: --- Commit

[jira] [Commented] (LUCENE-5205) [PATCH] SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2014-11-18 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216757#comment-14216757 ] Tim Allison commented on LUCENE-5205: - [~paul.elsc...@xs4all.nl], I'm sorry for

[JENKINS-MAVEN] Lucene-Solr-Maven-5.x #761: POMs out of sync

2014-11-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-5.x/761/ 2 tests failed. FAILED: org.apache.solr.hadoop.MorphlineBasicMiniMRTest.testPathParts Error Message: Test abandoned because suite timeout was reached. Stack Trace: java.lang.Exception: Test abandoned because suite timeout was

[jira] [Created] (LUCENE-6064) throw exception during sort for misconfigured field

2014-11-18 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-6064: --- Summary: throw exception during sort for misconfigured field Key: LUCENE-6064 URL: https://issues.apache.org/jira/browse/LUCENE-6064 Project: Lucene - Core

[jira] [Updated] (LUCENE-6064) throw exception during sort for misconfigured field

2014-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-6064: Attachment: LUCENE-6064.patch Attached is an initial patch: its largish because this check found

[jira] [Commented] (SOLR-6732) Back-compat break for LIR state in 4.10.2

2014-11-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216906#comment-14216906 ] ASF subversion and git services commented on SOLR-6732: --- Commit

[jira] [Commented] (SOLR-3774) /admin/mbean returning duplicate search handlers with names that map to their classes?

2014-11-18 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216911#comment-14216911 ] Shalin Shekhar Mangar commented on SOLR-3774: - +1 /admin/mbean returning

[jira] [Resolved] (SOLR-6732) Back-compat break for LIR state in 4.10.2

2014-11-18 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter resolved SOLR-6732. -- Resolution: Fixed Back-compat break for LIR state in 4.10.2

[jira] [Commented] (SOLR-6732) Back-compat break for LIR state in 4.10.2

2014-11-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216912#comment-14216912 ] ASF subversion and git services commented on SOLR-6732: --- Commit

[jira] [Assigned] (SOLR-6729) createNodeSet.shuffle=(true|false) support, createNodeSet for ADDREPLICA

2014-11-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-6729: - Assignee: Mark Miller createNodeSet.shuffle=(true|false) support, createNodeSet for ADDREPLICA

[jira] [Assigned] (SOLR-6086) Replica active during Warming

2014-11-18 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-6086: --- Assignee: Shalin Shekhar Mangar Replica active during Warming

[jira] [Commented] (LUCENE-6064) throw exception during sort for misconfigured field

2014-11-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216974#comment-14216974 ] Adrien Grand commented on LUCENE-6064: -- +1 throw exception during sort for

[jira] [Commented] (SOLR-6747) Add an optional caching option as a workaround for SOLR-6586.

2014-11-18 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216987#comment-14216987 ] Gregory Chanan commented on SOLR-6747: -- {code} NamedList cachedStats =

[jira] [Commented] (LUCENE-6061) Add Support for something different than Strings in Highlighting (FastVectorHighlighter)

2014-11-18 Thread Martin Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217002#comment-14217002 ] Martin Braun commented on LUCENE-6061: -- Well I am doing the synonym approach for

[jira] [Comment Edited] (LUCENE-6061) Add Support for something different than Strings in Highlighting (FastVectorHighlighter)

2014-11-18 Thread Martin Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217002#comment-14217002 ] Martin Braun edited comment on LUCENE-6061 at 11/18/14 11:04 PM:

[jira] [Comment Edited] (LUCENE-6061) Add Support for something different than Strings in Highlighting (FastVectorHighlighter)

2014-11-18 Thread Martin Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217002#comment-14217002 ] Martin Braun edited comment on LUCENE-6061 at 11/18/14 11:05 PM:

[jira] [Comment Edited] (LUCENE-6061) Add Support for something different than Strings in Highlighting (FastVectorHighlighter)

2014-11-18 Thread Martin Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217002#comment-14217002 ] Martin Braun edited comment on LUCENE-6061 at 11/18/14 11:08 PM:

[jira] [Comment Edited] (LUCENE-6061) Add Support for something different than Strings in Highlighting (FastVectorHighlighter)

2014-11-18 Thread Martin Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217002#comment-14217002 ] Martin Braun edited comment on LUCENE-6061 at 11/18/14 11:08 PM:

[jira] [Comment Edited] (LUCENE-6061) Add Support for something different than Strings in Highlighting (FastVectorHighlighter)

2014-11-18 Thread Martin Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217002#comment-14217002 ] Martin Braun edited comment on LUCENE-6061 at 11/18/14 11:09 PM:

[jira] [Commented] (SOLR-6729) createNodeSet.shuffle=(true|false) support, createNodeSet for ADDREPLICA

2014-11-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217015#comment-14217015 ] Mark Miller commented on SOLR-6729: --- Looks good. We should probably add a simple test

[jira] [Commented] (LUCENE-6064) throw exception during sort for misconfigured field

2014-11-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217017#comment-14217017 ] Michael McCandless commented on LUCENE-6064: +1 throw exception during sort

[jira] [Commented] (SOLR-4792) stop shipping a war in trunk (6.0)

2014-11-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217025#comment-14217025 ] Mark Miller commented on SOLR-4792: --- bq. The issue title is wrong ... we WILL be shipping

[jira] [Reopened] (SOLR-4792) stop shipping a war in trunk (6.0)

2014-11-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reopened SOLR-4792: --- stop shipping a war in trunk (6.0) -- Key: SOLR-4792

[jira] [Updated] (SOLR-4792) stop shipping a war in trunk (6.0)

2014-11-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4792: -- Fix Version/s: 5.0 Assignee: Mark Miller (was: Robert Muir) stop shipping a war in trunk

[jira] [Commented] (SOLR-4792) stop shipping a war in trunk (6.0)

2014-11-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217031#comment-14217031 ] Mark Miller commented on SOLR-4792: --- [~andyetitmoves] brought this up at Lucene

[jira] [Updated] (SOLR-4792) stop shipping a war in 5.0

2014-11-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4792: -- Summary: stop shipping a war in 5.0 (was: stop shipping a war in trunk (6.0)) stop shipping a war in

[jira] [Commented] (SOLR-6747) Add an optional caching option as a workaround for SOLR-6586.

2014-11-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217043#comment-14217043 ] Mark Miller commented on SOLR-6747: --- bq. small optimization, but maybe better to avoid

[jira] [Commented] (SOLR-2412) Multipath hierarchical faceting

2014-11-18 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217040#comment-14217040 ] Toke Eskildsen commented on SOLR-2412: -- Frankly, I am not sure it ever will. SOLR-2412

[jira] [Commented] (LUCENE-6063) Allow overriding ConcurrentMergeScheduler's denial-of-service protection

2014-11-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217085#comment-14217085 ] ASF subversion and git services commented on LUCENE-6063: - Commit

[jira] [Commented] (LUCENE-6063) Allow overriding ConcurrentMergeScheduler's denial-of-service protection

2014-11-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217088#comment-14217088 ] ASF subversion and git services commented on LUCENE-6063: - Commit

[jira] [Resolved] (LUCENE-6063) Allow overriding ConcurrentMergeScheduler's denial-of-service protection

2014-11-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-6063. Resolution: Fixed Allow overriding ConcurrentMergeScheduler's denial-of-service

[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 678 - Failure

2014-11-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/678/ 2 tests failed. REGRESSION: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch Error Message: java.lang.NullPointerException Stack Trace:

Re: [JENKINS] Lucene-Solr-4.10-Linux (32bit/jdk1.9.0-ea-b34) - Build # 93 - Failure!

2014-11-18 Thread Robert Muir
This looks like https://bugs.openjdk.java.net/browse/JDK-8038348 still, only without asserts. It might only still happen in 4.10.x, the codec pull API makes the flush code look completely different. On Sun, Nov 16, 2014 at 9:31 AM, Policeman Jenkins Server jenk...@thetaphi.de wrote: Build:

[jira] [Commented] (SOLR-6633) let /update/json/docs store the source json as well

2014-11-18 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217243#comment-14217243 ] Alexandre Rafalovitch commented on SOLR-6633: - This is truly just storing

[jira] [Commented] (SOLR-6655) Improve SimplePostTool to easily specify target port/collection etc.

2014-11-18 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217250#comment-14217250 ] Alexandre Rafalovitch commented on SOLR-6655: - [~janhoy]: spring.io may have a

[jira] [Updated] (SOLR-6633) let /update/json/docs store the source json as well

2014-11-18 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-6633: - Description: it is a common requirement to store the entire JSON as a field in Solr. we can have a extra

[jira] [Commented] (SOLR-6633) let /update/json/docs store the source json as well

2014-11-18 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217261#comment-14217261 ] Noble Paul commented on SOLR-6633: -- bq.Because, in Elasticsearch, the _src field is

[jira] [Commented] (LUCENE-6062) Index corruption from numeric DV updates

2014-11-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217273#comment-14217273 ] ASF subversion and git services commented on LUCENE-6062: - Commit

[jira] [Commented] (SOLR-6658) SearchHandler should accept POST requests with JSON data in content stream for customized plug-in components

2014-11-18 Thread Mark Peng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217290#comment-14217290 ] Mark Peng commented on SOLR-6658: - Is there committer could help with the patch of this

[jira] [Commented] (SOLR-6633) let /update/json/docs store the source json as well

2014-11-18 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217295#comment-14217295 ] Alexandre Rafalovitch commented on SOLR-6633: - Is this somehow superseding the

[jira] [Commented] (LUCENE-6064) throw exception during sort for misconfigured field

2014-11-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217307#comment-14217307 ] ASF subversion and git services commented on LUCENE-6064: - Commit

[jira] [Resolved] (LUCENE-6064) throw exception during sort for misconfigured field

2014-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-6064. - Resolution: Fixed Fix Version/s: Trunk 5.0 throw exception during

[jira] [Commented] (LUCENE-6062) Index corruption from numeric DV updates

2014-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217309#comment-14217309 ] Robert Muir commented on LUCENE-6062: - I will first go back to 5.x, then see if the

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2215 - Still Failing

2014-11-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2215/ 2 tests failed. REGRESSION: org.apache.solr.SampleTest.testSimple Error Message: SolrCore 'collection1' is not available due to init failure: Error instantiating class: 'org.apache.lucene.util.LuceneTestCase$3' Stack

[jira] [Commented] (LUCENE-6062) Index corruption from numeric DV updates

2014-11-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217328#comment-14217328 ] ASF subversion and git services commented on LUCENE-6062: - Commit

[jira] [Updated] (LUCENE-5317) [PATCH] Concordance capability

2014-11-18 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Allison updated LUCENE-5317: Attachment: lucene5317v1.patch I merged in my local updates and I pushed these to my fork on

[jira] [Comment Edited] (LUCENE-5317) [PATCH] Concordance capability

2014-11-18 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217330#comment-14217330 ] Tim Allison edited comment on LUCENE-5317 at 11/19/14 3:12 AM:

[jira] [Commented] (LUCENE-6062) Index corruption from numeric DV updates

2014-11-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217335#comment-14217335 ] ASF subversion and git services commented on LUCENE-6062: - Commit

[jira] [Resolved] (LUCENE-6062) Index corruption from numeric DV updates

2014-11-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-6062. - Resolution: Fixed Fix Version/s: (was: 4.10.3) The bug affects 4.10.x, but the fix

  1   2   >