Re: LuceneTestCase static method usage

2014-11-13 Thread Dawid Weiss
Ah, yes -- you won't be able to do this.The reason is LuceneTestCase itself has rules that initialize its own data structures. Some of LTC methods rely only on the randomized context, but some do rely on prior initialization. This particular one relies on: /** Set by

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

2014-11-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11444/ Java: 64bit/jdk1.8.0_20 -XX:+UseCompressedOops -XX:+UseG1GC (asserts: false) 1 tests failed. REGRESSION: org.apache.solr.cloud.ShardSplitTest.testDistribSearch Error Message: collection already exists: splitByRouteKeyTest Stack

[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 674 - Still Failing

2014-11-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/674/ 2 tests failed. REGRESSION: org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload Error Message: expected:[{indexVersion=1415866945212,generation=2,filelist=[_711.fdt, _711.fdx, _711.fnm, _711.nvd,

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

2014-11-13 Thread Luc Vanlerberghe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14209562#comment-14209562 ] Luc Vanlerberghe commented on LUCENE-2878: -- Any reason why the branch was not

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

2014-11-13 Thread Per Steffensen
Hi * Using Solr 4.4.0 * Up to 1000 shards total - spread across about 20-40 Solr-servers on 20-40 machines Searching limited but high rows across many shards all with high hits is slow E.g. * Query from outside client: q=content:somethingrows=1000 * Resulting in sub-requests to each shard

[jira] [Assigned] (LUCENE-6057) Clarify the Sort(SortField...) constructor)

2014-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-6057: -- Assignee: Michael McCandless Clarify the Sort(SortField...) constructor)

[jira] [Updated] (LUCENE-6057) Clarify the Sort(SortField...) constructor)

2014-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-6057: --- Attachment: LUCENE-6057.patch Thanks Martin. I started from your PR and tried to

[jira] [Assigned] (LUCENE-5929) Standard highlighting doesn't work for ToParentBlockJoinQuery

2014-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-5929: -- Assignee: Michael McCandless Standard highlighting doesn't work for

[jira] [Updated] (SOLR-6607) Registering pluggable components through API

2014-11-13 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-6607: - Description: The concept of solrconfig editing is split into multiple pieces . This issue is about

[jira] [Updated] (LUCENE-5929) Standard highlighting doesn't work for ToParentBlockJoinQuery

2014-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-5929: --- Attachment: LUCENE-5929.patch Thanks Julie, the patch looks good! Do we really need

[jira] [Commented] (LUCENE-6012) AnalyzingSuggester exception because of length restriction: java.lang.IllegalArgumentException: len must be = 32767; got 38751

2014-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14209633#comment-14209633 ] Michael McCandless commented on LUCENE-6012: Well, the limitation is 32767

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

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

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

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

JFlex, tokenization, and custom token exceptions

2014-11-13 Thread Itamar Syn-Hershko
Hey all, I posted this question also to the JFlex[1] list as it seems a more appropriate place, but I thought I should raise this here as well. I'm looking for ways to use Lucene's tokenizers, but preserve some custom tokens defined by the user. For example, use StandardTokenizer but preserve

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

2014-11-13 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14209827#comment-14209827 ] Alan Woodward commented on LUCENE-2878: --- Because I'm an idiot, mainly. Will move

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

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

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

2014-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-6060. Resolution: Fixed Fix Version/s: 4.10 I deprecated IndexWriter.unlock in

[jira] [Created] (SOLR-6737) Remove unlockOnStartup option

2014-11-13 Thread Michael McCandless (JIRA)
Michael McCandless created SOLR-6737: Summary: Remove unlockOnStartup option Key: SOLR-6737 URL: https://issues.apache.org/jira/browse/SOLR-6737 Project: Solr Issue Type: Bug

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

2014-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14209847#comment-14209847 ] Michael McCandless commented on LUCENE-6060: bq. Maybe just open a new issue

[jira] [Commented] (LUCENE-5929) Standard highlighting doesn't work for ToParentBlockJoinQuery

2014-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14209857#comment-14209857 ] Michael McCandless commented on LUCENE-5929: OK the added dep in benchmark is

[jira] [Commented] (LUCENE-5929) Standard highlighting doesn't work for ToParentBlockJoinQuery

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

[jira] [Resolved] (LUCENE-5929) Standard highlighting doesn't work for ToParentBlockJoinQuery

2014-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-5929. Resolution: Fixed Fix Version/s: Trunk 5.0 Thanks Julie!

[jira] [Commented] (LUCENE-5929) Standard highlighting doesn't work for ToParentBlockJoinQuery

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

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1259: POMs out of sync

2014-11-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1259/ 3 tests failed. FAILED: org.apache.solr.hadoop.MorphlineGoLiveMiniMRTest.org.apache.solr.hadoop.MorphlineGoLiveMiniMRTest Error Message: null Stack Trace: java.lang.AssertionError: null at

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

2014-11-13 Thread Stefan Matheis (steffkes) (JIRA)
Stefan Matheis (steffkes) created SOLR-6738: --- Summary: Admin UI - Escape Data on Plugins-View Key: SOLR-6738 URL: https://issues.apache.org/jira/browse/SOLR-6738 Project: Solr

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

2014-11-13 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) updated SOLR-6738: Attachment: SOLR-6738.patch Admin UI - Escape Data on Plugins-View

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

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

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

2014-11-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2210/ 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.HttpPartitionTest Error Message: 1 thread leaked from SUITE scope at org.apache.solr.cloud.HttpPartitionTest: 1) Thread[id=494, name=Thread-119,

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

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

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

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

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

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

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

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

[jira] [Commented] (SOLR-6594) deprecate the one action only APIs for schema editing

2014-11-13 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14210187#comment-14210187 ] Timothy Potter commented on SOLR-6594: -- +1 ... I'd like to see the code get cleaned up

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

2014-11-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4325/ Java: 32bit/jdk1.8.0_40-ea-b09 -client -XX:+UseSerialGC (asserts: false) No tests ran. Build Log: [...truncated 12315 lines...] FATAL: java.io.IOException: Unexpected termination of the channel

[jira] [Created] (SOLR-6739) Admin UI - Sort list of command line args

2014-11-13 Thread Stefan Matheis (steffkes) (JIRA)
Stefan Matheis (steffkes) created SOLR-6739: --- Summary: Admin UI - Sort list of command line args Key: SOLR-6739 URL: https://issues.apache.org/jira/browse/SOLR-6739 Project: Solr

[jira] [Updated] (SOLR-6739) Admin UI - Sort list of command line args

2014-11-13 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) updated SOLR-6739: Attachment: SOLR-6739.patch the attached patch {{sort}} and afterwards

[jira] [Created] (SOLR-6740) Admin UI - improve Files View

2014-11-13 Thread Stefan Matheis (steffkes) (JIRA)
Stefan Matheis (steffkes) created SOLR-6740: --- Summary: Admin UI - improve Files View Key: SOLR-6740 URL: https://issues.apache.org/jira/browse/SOLR-6740 Project: Solr Issue Type:

[jira] [Updated] (SOLR-6740) Admin UI - improve Files View

2014-11-13 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) updated SOLR-6740: Attachment: SOLR-6740.patch Admin UI - improve Files View

[JENKINS] Lucene-Solr-SmokeRelease-trunk - Build # 219 - Still Failing

2014-11-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-trunk/219/ No tests ran. Build Log: [...truncated 51038 lines...] prepare-release-no-sign: [mkdir] Created dir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-trunk/lucene/build/smokeTestRelease/dist

[jira] [Commented] (SOLR-6739) Admin UI - Sort list of command line args

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

[jira] [Commented] (SOLR-6739) Admin UI - Sort list of command line args

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

[jira] [Resolved] (SOLR-6739) Admin UI - Sort list of command line args

2014-11-13 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) resolved SOLR-6739. - Resolution: Implemented Admin UI - Sort list of command line args

[jira] [Commented] (SOLR-6740) Admin UI - improve Files View

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

[jira] [Commented] (LUCENE-6057) Clarify the Sort(SortField...) constructor)

2014-11-13 Thread Martin Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14211253#comment-14211253 ] Martin Braun commented on LUCENE-6057: -- Seems fine to me. Clarify the

[jira] [Comment Edited] (LUCENE-6057) Clarify the Sort(SortField...) constructor)

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

[jira] [Commented] (SOLR-6740) Admin UI - improve Files View

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

[jira] [Resolved] (SOLR-6740) Admin UI - improve Files View

2014-11-13 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) resolved SOLR-6740. - Resolution: Implemented Admin UI - improve Files View

[jira] [Created] (LUCENE-6061) Add Support for something different than Strings in Highligting

2014-11-13 Thread Martin Braun (JIRA)
Martin Braun created LUCENE-6061: Summary: Add Support for something different than Strings in Highligting Key: LUCENE-6061 URL: https://issues.apache.org/jira/browse/LUCENE-6061 Project: Lucene -

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

2014-11-13 Thread Martin Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Braun updated LUCENE-6061: - Summary: Add Support for something different than Strings in Highlighting

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

2014-11-13 Thread Martin Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Braun updated LUCENE-6061: - Priority: Critical (was: Major) Add Support for something different than Strings in

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

2014-11-13 Thread Martin Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Braun updated LUCENE-6061: - Description: In my application I need Highlighting and I stumpled upon the really neat

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

2014-11-13 Thread Martin Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Braun updated LUCENE-6061: - Labels: FastVectorHighlighter Highlighter Highlighting (was: ) Add Support for something

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

2014-11-13 Thread Martin Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Braun updated LUCENE-6061: - Description: In my application I need Highlighting and I stumbled upon the really neat

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

2014-11-13 Thread Martin Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Braun updated LUCENE-6061: - Fix Version/s: 4.10.2 Trunk 5.0 Add Support for something

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

2014-11-13 Thread Martin Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Braun updated LUCENE-6061: - Component/s: modules/highlighter Add Support for something different than Strings in

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

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

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

2014-11-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/683/ 3 tests failed. REGRESSION: org.apache.solr.TestDistributedMissingSort.testDistribSearch Error Message: Captured an uncaught exception in thread: Thread[id=10863, name=Thread-7393, state=RUNNABLE,

[jira] [Created] (SOLR-6741) IPv6 Field Type

2014-11-13 Thread Lloyd Ramey (JIRA)
Lloyd Ramey created SOLR-6741: - Summary: IPv6 Field Type Key: SOLR-6741 URL: https://issues.apache.org/jira/browse/SOLR-6741 Project: Solr Issue Type: Improvement Reporter: Lloyd

[JENKINS] Lucene-Solr-trunk-Linux (64bit/ibm-j9-jdk7) - Build # 11610 - Failure!

2014-11-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11610/ Java: 64bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;} (asserts: true) 1 tests failed. REGRESSION: org.apache.solr.update.AutoCommitTest.testMaxTime Error Message:

[jira] [Created] (SOLR-6742) Incorrect EOL characters in the sorl.cmd file

2014-11-13 Thread Scott Shearer (JIRA)
Scott Shearer created SOLR-6742: --- Summary: Incorrect EOL characters in the sorl.cmd file Key: SOLR-6742 URL: https://issues.apache.org/jira/browse/SOLR-6742 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-6734) Standalone solr as *two* applications -- Solr and a controlling agent

2014-11-13 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14211832#comment-14211832 ] Shawn Heisey commented on SOLR-6734: I thought of an alternative to the TCP port for

[jira] [Commented] (SOLR-6733) Umbrella issue - Solr as a standalone application

2014-11-13 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14211831#comment-14211831 ] Shawn Heisey commented on SOLR-6733: Should I convert SOLR-4792 to a subtask?

[jira] [Comment Edited] (SOLR-6734) Standalone solr as *two* applications -- Solr and a controlling agent

2014-11-13 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14211832#comment-14211832 ] Shawn Heisey edited comment on SOLR-6734 at 11/14/14 5:02 AM: --

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

2014-11-13 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14211840#comment-14211840 ] Otis Gospodnetic commented on SOLR-6058: [~sar...@syr.edu] - the search box at the

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

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

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

2014-11-13 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14211863#comment-14211863 ] Steve Rowe commented on SOLR-6058: -- {quote} Steve Rowe - the search box at the top goes to

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_67) - Build # 4431 - Failure!

2014-11-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4431/ Java: 64bit/jdk1.7.0_67 -XX:-UseCompressedOops -XX:+UseSerialGC (asserts: true) 1 tests failed. REGRESSION: org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.testDistribSearch Error Message: There are still nodes

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

2014-11-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.10-Linux/86/ Java: 32bit/jdk1.8.0_20 -server -XX:+UseConcMarkSweepGC (asserts: true) 1 tests failed. REGRESSION: org.apache.lucene.replicator.IndexReplicationClientTest.testConsistencyOnExceptions Error Message: _9.cfe Stack Trace:

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

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