[jira] [Updated] (SOLR-6016) Failure indexing exampledocs with example-schemaless mode

2014-12-09 Thread Vitaliy Zhovtyuk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitaliy Zhovtyuk updated SOLR-6016: --- Attachment: SOLR-6016.patch > Failure indexing exampledocs with example-schemaless mode > -

[jira] [Updated] (SOLR-6016) Failure indexing exampledocs with example-schemaless mode

2014-12-09 Thread Vitaliy Zhovtyuk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitaliy Zhovtyuk updated SOLR-6016: --- Attachment: (was: SOLR-6019.patch) > Failure indexing exampledocs with example-schemaless m

[jira] [Updated] (SOLR-6016) Failure indexing exampledocs with example-schemaless mode

2014-12-09 Thread Vitaliy Zhovtyuk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitaliy Zhovtyuk updated SOLR-6016: --- Attachment: SOLR-6019.patch Yes, you're right. Missing file {{server/solr/configsets/data_driv

[jira] [Commented] (SOLR-6787) API to manage blobs in Solr

2014-12-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240723#comment-14240723 ] ASF subversion and git services commented on SOLR-6787: --- Commit 16443

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_40-ea-b09) - Build # 4481 - Failure!

2014-12-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4481/ Java: 32bit/jdk1.8.0_40-ea-b09 -client -XX:+UseSerialGC (asserts: true) 1 tests failed. FAILED: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch Error Message: expected:<0> but was:<1> Stack Trace: java.lang.

Querying locally before sending a distributed request

2014-12-09 Thread S G
Hello Solr Devs, I am a developer using Solr and wanted to have some opinion on a performance change request. Currently, I see that code flow for a query in SolrCloud is as follows: For distributed query: SolrCore -> SearchHandler.handleRequestBody() -> HttpShardHandler.submit() For non-distrib

Release 4.10.3

2014-12-09 Thread Mark Miller
Due to some bad timing with the svn outages last week and other unrelated events, I've been a bit delayed on the 4.10.3 release, but I'm finally ready to cut an rc. I spent today working out the kinks (doh, used greater than ant 1.8x, doh, compiled with java 8, etc) I'll send out the email for rc1

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2305 - Failure

2014-12-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2305/ 2 tests failed. REGRESSION: org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.testDistribSearch Error Message: There are still nodes recoverying - waited for 30 seconds Stack Trace: java.lang.AssertionError: The

[jira] [Commented] (SOLR-6773) Remove the multicore example as the DIH and cloud examples illustrate multicore behavior

2014-12-09 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240576#comment-14240576 ] Timothy Potter commented on SOLR-6773: -- The only one I'm concerned about is the MergeI

[jira] [Commented] (LUCENE-6100) Further tuning of Lucene50Codec(BEST_COMPRESSION)

2014-12-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240483#comment-14240483 ] ASF subversion and git services commented on LUCENE-6100: - Commit

[jira] [Resolved] (LUCENE-6100) Further tuning of Lucene50Codec(BEST_COMPRESSION)

2014-12-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-6100. - Resolution: Fixed Fix Version/s: Trunk 5.0 > Further tuning of Lucene50

[jira] [Commented] (LUCENE-6100) Further tuning of Lucene50Codec(BEST_COMPRESSION)

2014-12-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240440#comment-14240440 ] ASF subversion and git services commented on LUCENE-6100: - Commit

[jira] [Commented] (LUCENE-6103) StandardTokenizer doesn't tokenize word:word

2014-12-09 Thread Itamar Syn-Hershko (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240392#comment-14240392 ] Itamar Syn-Hershko commented on LUCENE-6103: 0. You mean it implements UAX#29

[jira] [Commented] (SOLR-6773) Remove the multicore example as the DIH and cloud examples illustrate multicore behavior

2014-12-09 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240385#comment-14240385 ] Hoss Man commented on SOLR-6773: bq. there are unit tests that rely on that directory so th

[jira] [Assigned] (SOLR-6773) Remove the multicore example as the DIH and cloud examples illustrate multicore behavior

2014-12-09 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter reassigned SOLR-6773: Assignee: Timothy Potter > Remove the multicore example as the DIH and cloud examples illust

[jira] [Commented] (SOLR-6820) The sync on the VersionInfo bucket in DistributedUpdateProcesser#addDocument appears to be a large bottleneck when using replication.

2014-12-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240368#comment-14240368 ] Mark Miller commented on SOLR-6820: --- I'll collect the hot spots for each case shortly. Mi

[jira] [Commented] (LUCENE-6103) StandardTokenizer doesn't tokenize word:word

2014-12-09 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240314#comment-14240314 ] Steve Rowe commented on LUCENE-6103: Cool info about Swedish. 0. The beauty of imple

[jira] [Commented] (SOLR-6816) Review SolrCloud Indexing Performance.

2014-12-09 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240312#comment-14240312 ] Timothy Potter commented on SOLR-6816: -- I think messing with the queue poll time in CU

[jira] [Commented] (SOLR-6058) Solr needs a new website

2014-12-09 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240211#comment-14240211 ] Steve Rowe commented on SOLR-6058: -- bq. I would like to add it as a resource to help users

[jira] [Commented] (SOLR-6748) Additional resources to the site to help new Solr users ramp up quicker

2014-12-09 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240208#comment-14240208 ] Steve Rowe commented on SOLR-6748: -- Hi Xavier, I think the appropriate place for linking

[jira] [Comment Edited] (SOLR-6058) Solr needs a new website

2014-12-09 Thread Xavier Morera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240098#comment-14240098 ] Xavier Morera edited comment on SOLR-6058 at 12/9/14 10:41 PM: --

[jira] [Comment Edited] (SOLR-6058) Solr needs a new website

2014-12-09 Thread Xavier Morera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240098#comment-14240098 ] Xavier Morera edited comment on SOLR-6058 at 12/9/14 10:40 PM: --

[jira] [Commented] (LUCENE-6103) StandardTokenizer doesn't tokenize word:word

2014-12-09 Thread Itamar Syn-Hershko (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240133#comment-14240133 ] Itamar Syn-Hershko commented on LUCENE-6103: Ok so I did some homework. In sw

[jira] [Updated] (SOLR-6748) Additional resources to the site to help new Solr users ramp up quicker

2014-12-09 Thread Xavier Morera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Morera updated SOLR-6748: Issue Type: Sub-task (was: Improvement) Parent: SOLR-6058 > Additional resources to the site

[jira] [Commented] (SOLR-6058) Solr needs a new website

2014-12-09 Thread Xavier Morera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240098#comment-14240098 ] Xavier Morera commented on SOLR-6058: - I would like to add a resource to help users ram

[jira] [Commented] (LUCENE-6103) StandardTokenizer doesn't tokenize word:word

2014-12-09 Thread Itamar Syn-Hershko (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240090#comment-14240090 ] Itamar Syn-Hershko commented on LUCENE-6103: Good stuff, thanks Steve. I'm go

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

2014-12-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/698/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler Error Message: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=4183, name=coreLoadExecu

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_67) - Build # 4375 - Still Failing!

2014-12-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4375/ Java: 32bit/jdk1.7.0_67 -server -XX:+UseParallelGC (asserts: true) 2 tests failed. FAILED: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch Error Message: Test abandoned because suite timeout was reached. Stack

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

2014-12-09 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239957#comment-14239957 ] Gregory Chanan commented on SOLR-6625: -- bq. This would seem to do the trick, except fo

[jira] [Comment Edited] (LUCENE-6103) StandardTokenizer doesn't tokenize word:word

2014-12-09 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239928#comment-14239928 ] Steve Rowe edited comment on LUCENE-6103 at 12/9/14 7:43 PM: -

[jira] [Comment Edited] (LUCENE-6103) StandardTokenizer doesn't tokenize word:word

2014-12-09 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239928#comment-14239928 ] Steve Rowe edited comment on LUCENE-6103 at 12/9/14 7:42 PM: -

[jira] [Commented] (LUCENE-6103) StandardTokenizer doesn't tokenize word:word

2014-12-09 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239928#comment-14239928 ] Steve Rowe commented on LUCENE-6103: bq. Yes, I figured it will be down to some Unico

[jira] [Updated] (SOLR-4839) Jetty 9

2014-12-09 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-4839: --- Fix Version/s: Trunk 5.0 > Jetty 9 > --- > > Key: SOLR-4839 >

[jira] [Commented] (SOLR-5850) Race condition in ConcurrentUpdateSolrServer

2014-12-09 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239836#comment-14239836 ] Timothy Potter commented on SOLR-5850: -- [~ichattopadhyaya] I'm wondering if this needs

[jira] [Commented] (SOLR-6016) Failure indexing exampledocs with example-schemaless mode

2014-12-09 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239828#comment-14239828 ] Timothy Potter commented on SOLR-6016: -- [~vzhovtiuk] Thanks for the update, but seems

[jira] [Updated] (SOLR-6738) Admin UI - Escape Data on Plugins-View

2014-12-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-6738: -- Fix Version/s: 4.10.3 > Admin UI - Escape Data on Plugins-View > -- >

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

2014-12-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11580/ Java: 32bit/jdk1.8.0_20 -server -XX:+UseParallelGC (asserts: false) 1 tests failed. FAILED: org.apache.solr.client.solrj.embedded.SolrExampleJettyTest.testArbitraryJsonIndexing Error Message: Stack Trace: java.lang.NullPointer

[jira] [Commented] (LUCENE-6103) StandardTokenizer doesn't tokenize word:word

2014-12-09 Thread Itamar Syn-Hershko (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239784#comment-14239784 ] Itamar Syn-Hershko commented on LUCENE-6103: Yes, I figured it will be down t

[jira] [Commented] (SOLR-6640) ChaosMonkeySafeLeaderTest failure with CorruptIndexException

2014-12-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239783#comment-14239783 ] Mark Miller commented on SOLR-6640: --- Cool - this is a very important issue to solve. > C

[jira] [Resolved] (LUCENE-6103) StandardTokenizer doesn't tokenize word:word

2014-12-09 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe resolved LUCENE-6103. Resolution: Not a Problem Assignee: Steve Rowe StandardTokenizer implements [the word boundar

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

2014-12-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239760#comment-14239760 ] ASF subversion and git services commented on SOLR-6633: --- Commit 16441

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

2014-12-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239757#comment-14239757 ] ASF subversion and git services commented on SOLR-6633: --- Commit 16441

Re: "facet.mincount=0" returns facet values with 0 counts for "q=*" query

2014-12-09 Thread Abhishek Sharma
Thanks David.. Let me do that. On Tue, Dec 9, 2014 at 8:35 PM, david.w.smi...@gmail.com < david.w.smi...@gmail.com> wrote: > Abhishek, > Please send such questions to the solr-user list, not the Lucene dev list. > > ~ David Smiley > Freelance Apache Lucene/Solr Search Consultant/Developer > http

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2302 - Failure

2014-12-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2302/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.embedded.SolrExampleJettyTest.testArbitraryJsonIndexing Error Message: Stack Trace: java.lang.NullPointerException at __randomizedtesting.SeedInfo.seed([989

[jira] [Commented] (SOLR-6738) Admin UI - Escape Data on Plugins-View

2014-12-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239738#comment-14239738 ] ASF subversion and git services commented on SOLR-6738: --- Commit 16441

[jira] [Commented] (LUCENE-5723) Performance improvements for FastCharStream

2014-12-09 Thread Itamar Syn-Hershko (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239728#comment-14239728 ] Itamar Syn-Hershko commented on LUCENE-5723: Reported as https://java.net/jir

Re: [CI] Lucene 5x Linux Java8 64 Test Only - Build # 16498 - Failure!

2014-12-09 Thread Robert Muir
I committed a fix. On Mon, Dec 8, 2014 at 10:06 AM, wrote: > *BUILD FAILURE* > Build URL > http://build-eu-00.elasticsearch.org/job/lucene_4x_linux_java8_64_test_only/16498/ > Project:lucene_4x_linux_java8_64_test_only Date of build:Mon, 08 Dec 2014 > 16:04:02 +0100 Build duration:2 min 31 sec

[jira] [Assigned] (SOLR-5850) Race condition in ConcurrentUpdateSolrServer

2014-12-09 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter reassigned SOLR-5850: Assignee: Timothy Potter > Race condition in ConcurrentUpdateSolrServer > --

[jira] [Commented] (LUCENE-5997) StandardFilter redundant

2014-12-09 Thread Itamar Syn-Hershko (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239697#comment-14239697 ] Itamar Syn-Hershko commented on LUCENE-5997: Sounds good! > StandardFilter r

[jira] [Assigned] (SOLR-6016) Failure indexing exampledocs with example-schemaless mode

2014-12-09 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter reassigned SOLR-6016: Assignee: Timothy Potter > Failure indexing exampledocs with example-schemaless mode > -

Re: svn commit: r1644122 - /lucene/lucene-solr-trunk-1/

2014-12-09 Thread Mark Miller
Yeah - same thought here. I was just trying to re attach an eclipse project, but I ran into wanting to do this - no way I hit anything that should have committed anything though... On Tue Dec 09 2014 at 12:20:18 PM Chris Hostetter wrote: > > Uh ... miller? WTF? > > : Date: Tue, 09 Dec 2014 17:1

[jira] [Updated] (LUCENE-6103) StandardTokenizer doesn't tokenize word:word

2014-12-09 Thread Itamar Syn-Hershko (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Itamar Syn-Hershko updated LUCENE-6103: --- Summary: StandardTokenizer doesn't tokenize word:word (was: StandardTokenizer doesn'

[jira] [Created] (LUCENE-6103) StandardTokenizer doesn't tokenizer word:word

2014-12-09 Thread Itamar Syn-Hershko (JIRA)
Itamar Syn-Hershko created LUCENE-6103: -- Summary: StandardTokenizer doesn't tokenizer word:word Key: LUCENE-6103 URL: https://issues.apache.org/jira/browse/LUCENE-6103 Project: Lucene - Core

Re: svn commit: r1644122 - /lucene/lucene-solr-trunk-1/

2014-12-09 Thread Chris Hostetter
Uh ... miller? WTF? : Date: Tue, 09 Dec 2014 17:11:30 - : From: markrmil...@apache.org : Reply-To: dev@lucene.apache.org : To: comm...@lucene.apache.org : Subject: svn commit: r1644122 - /lucene/lucene-solr-trunk-1/ : : Author: markrmiller : Date: Tue Dec 9 17:11:30 2014 : New Revision: 16

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

2014-12-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-5.x/782/ 3 tests failed. FAILED: org.apache.solr.hadoop.MapReduceIndexerToolArgumentParserTest.org.apache.solr.hadoop.MapReduceIndexerToolArgumentParserTest Error Message: null Stack Trace: java.lang.AssertionError: null at __rando

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

2014-12-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239589#comment-14239589 ] Noble Paul edited comment on SOLR-6633 at 12/9/14 4:17 PM: --- Commi

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

2014-12-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239585#comment-14239585 ] Noble Paul edited comment on SOLR-6633 at 12/9/14 4:17 PM: --- Commi

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

2014-12-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239589#comment-14239589 ] ASF subversion and git services commented on SOLR-6633: --- Commit 16441

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

2014-12-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239585#comment-14239585 ] ASF subversion and git services commented on SOLR-6633: --- Commit 16441

[jira] [Commented] (SOLR-6787) API to manage blobs in Solr

2014-12-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239574#comment-14239574 ] ASF subversion and git services commented on SOLR-6787: --- Commit 16440

[jira] [Updated] (SOLR-6787) API to manage blobs in Solr

2014-12-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-6787: - Description: A special collection called .system needs to be created by the user to store/manage blobs. Th

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

2014-12-09 Thread Steve Davids (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239541#comment-14239541 ] Steve Davids commented on SOLR-6625: bq. See SOLR-4470. That makes use of SolrRequest.g

Re: "facet.mincount=0" returns facet values with 0 counts for "q=*" query

2014-12-09 Thread david.w.smi...@gmail.com
Abhishek, Please send such questions to the solr-user list, not the Lucene dev list. ~ David Smiley Freelance Apache Lucene/Solr Search Consultant/Developer http://www.linkedin.com/in/davidwsmiley On Tue, Dec 9, 2014 at 9:52 AM, Abhishek Sharma wrote: > Hi, > > Can any one help me understand wh

Re: [CI] Lucene Linux Java 8 64 Test Only - Build # 16654 - Failure!

2014-12-09 Thread Michael McCandless
I committed a fix, I caused this with LUCENE-5987. Mike McCandless http://blog.mikemccandless.com On Tue, Dec 9, 2014 at 7:41 AM, wrote: > *BUILD FAILURE* > Build URL > http://build-eu-00.elasticsearch.org/job/lucene_trunk_linux_java8_64_test_only/16654/ > Project:lucene_trunk_linux_java8_64

[jira] [Commented] (LUCENE-5987) Make indexwriter a mere mortal when exceptions strike

2014-12-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239502#comment-14239502 ] ASF subversion and git services commented on LUCENE-5987: - Commit

[jira] [Commented] (LUCENE-5987) Make indexwriter a mere mortal when exceptions strike

2014-12-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239495#comment-14239495 ] ASF subversion and git services commented on LUCENE-5987: - Commit

"facet.mincount=0" returns facet values with 0 counts for "q=*" query

2014-12-09 Thread Abhishek Sharma
Hi, Can any one help me understand what does it mean to have facet results like this - "values": [ "4th of july flags", 0, "angela moore", 0, "anklets", 0, "applique flags",

[jira] [Commented] (SOLR-6397) zkcli script put/putfile should allow overwriting an existing znode's data

2014-12-09 Thread Gili Nachum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239474#comment-14239474 ] Gili Nachum commented on SOLR-6397: --- One workaround is to delete the znode (cmd clear) th

[jira] [Updated] (SOLR-6831) Make facet pivots respect timeout from SolrQueryTimeoutImpl

2014-12-09 Thread Steve Molloy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Molloy updated SOLR-6831: --- Attachment: SOLR-6831.patch First attempt at a patch. Went with route of checking shouldExit() as chang

[jira] [Created] (SOLR-6831) Make facet pivots respect timeout from SolrQueryTimeoutImpl

2014-12-09 Thread Steve Molloy (JIRA)
Steve Molloy created SOLR-6831: -- Summary: Make facet pivots respect timeout from SolrQueryTimeoutImpl Key: SOLR-6831 URL: https://issues.apache.org/jira/browse/SOLR-6831 Project: Solr Issue Typ

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2014-12-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239418#comment-14239418 ] ASF subversion and git services commented on LUCENE-2878: - Commit

[jira] [Comment Edited] (SOLR-6273) Cross Data Center Replicaton

2014-12-09 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239416#comment-14239416 ] Joel Bernstein edited comment on SOLR-6273 at 12/9/14 2:05 PM: --

[jira] [Comment Edited] (SOLR-6273) Cross Data Center Replicaton

2014-12-09 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239416#comment-14239416 ] Joel Bernstein edited comment on SOLR-6273 at 12/9/14 2:06 PM: --

[jira] [Comment Edited] (SOLR-6273) Cross Data Center Replicaton

2014-12-09 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239416#comment-14239416 ] Joel Bernstein edited comment on SOLR-6273 at 12/9/14 2:04 PM: --

[jira] [Commented] (SOLR-6273) Cross Data Center Replicaton

2014-12-09 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239416#comment-14239416 ] Joel Bernstein commented on SOLR-6273: -- ~rendel this looks awesome! I've had a chance

[jira] [Updated] (SOLR-6787) API to manage blobs in Solr

2014-12-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-6787: - Attachment: SOLR-6787.patch final patch with testcases. The collection name is still open for change > AP

[jira] [Commented] (LUCENE-5494) ArrayIndexOutOfBounds - WordBreakSolrSpellChecker.java:266

2014-12-09 Thread Christian Winkler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239365#comment-14239365 ] Christian Winkler commented on LUCENE-5494: --- We get the same error using Solr 4

JDK 9 images are now modular with JDK 9 Early Access build 41

2014-12-09 Thread Rory O'Donnell
Hi Uwe & Dawid, The initial changesets for JEP 220: Modular Run-Time Images [1] are available with JDK 9 early-access build 41 [2]. To summarize (please see the JEP for details): - The "jre" subdirectory is no longer present in JDK images. - The user-editable configuration files in

[jira] [Commented] (LUCENE-6066) New "remove" method in PriorityQueue

2014-12-09 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239328#comment-14239328 ] Mark Harwood commented on LUCENE-6066: -- Thanks for the review, Mike. I'm working thr

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

2014-12-09 Thread Jayson Minard (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239263#comment-14239263 ] Jayson Minard commented on SOLR-4792: - in distribution solr-webapp dir still exists, is

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

2014-12-09 Thread Jayson Minard (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239260#comment-14239260 ] Jayson Minard commented on SOLR-4792: - I've added two tickets for Solr-Undertow to supp

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.8.0_40-ea-b09) - Build # 11578 - Failure!

2014-12-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11578/ Java: 32bit/jdk1.8.0_40-ea-b09 -server -XX:+UseConcMarkSweepGC (asserts: false) 1 tests failed. FAILED: org.apache.solr.cloud.ShardSplitTest.testDistribSearch Error Message: Timeout occured while waiting response from server at:

[jira] [Commented] (SOLR-6769) Election bug

2014-12-09 Thread Alexander S. (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239203#comment-14239203 ] Alexander S. commented on SOLR-6769: Hi, yes, my terminology about shards and replicas

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 1984 - Failure!

2014-12-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1984/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC (asserts: false) 1 tests failed. FAILED: org.apache.solr.TestHighlightDedupGrouping.testDistribSearch Error Message: Timeout occured while waiting response fr

[jira] [Commented] (LUCENE-6066) New "remove" method in PriorityQueue

2014-12-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239160#comment-14239160 ] Michael McCandless commented on LUCENE-6066: This can come later, but have yo

[jira] [Commented] (LUCENE-6066) New "remove" method in PriorityQueue

2014-12-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239155#comment-14239155 ] Michael McCandless commented on LUCENE-6066: This looks great! Maybe adverti