SOLR-4640: CachingDirectoryFactory not closed at times

2013-05-17 Thread Anshum Gupta
Hi, I saw this JIRA [https://issues.apache.org/jira/browse/SOLR-4640] but all it mentions is about adding a stress test. I just wanted to confirm if there was a 'fix' that went in as well. -- Anshum Gupta http://www.anshumgupta.net

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 463 - Still Failing!

2013-05-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/463/ Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. REGRESSION: org.apache.lucene.analysis.core.TestRandomChains.testRandomChains Error Message: stage 3: inconsistent endOffset at pos=1: 8 vs 15; token=umogcyi

RE: have developer question about ClobTransformer and DIH

2013-05-17 Thread geeky2
i still have a disconnect on this (see below) i have been reading on the informix site about BLOB, CLOB and TEXT types. *i miss-stated earlier that a TEXT type "is another type of informix blob" - after reading the dox - this is not true.* >> I think what it comes down to is that a Clob "is-not

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

2013-05-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/853/ 1 tests failed. REGRESSION: org.apache.solr.cloud.SyncSliceTest.testDistribSearch Error Message: shard1 is not consistent. Got 305 from http://127.0.0.1:34246/collection1lastClient and got 5 from http://127.0.0.1:34250/collecti

[jira] [Commented] (SOLR-3950) Attempting postings="BloomFilter" results in UnsupportedOperationException

2013-05-17 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13661096#comment-13661096 ] Shawn Heisey commented on SOLR-3950: The no-args patch results in very dramatic test fa

RE: have developer question about ClobTransformer and DIH

2013-05-17 Thread Dyer, James
I think what it comes down to is that a Clob "is-not-a" Blob. So any code dealing with Clobs that also wants to deal with Blobs and do the same thing with them is going to need to first check the object type returned from the jdbc driver then do separate logic depending on the object type retur

[jira] [Updated] (SOLR-3950) Attempting postings="BloomFilter" results in UnsupportedOperationException

2013-05-17 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-3950: --- Attachment: SOLR-3950-no-arg-constructor-change.patch As I was looking into how to implement this, I f

RE: have developer question about ClobTransformer and DIH

2013-05-17 Thread geeky2
Hello James, >> I think the usual practice is to use BLOB types to store data that is not a character stream. So you case is probably pretty rare << admittedly - if the fields had been left as clob fields, then all would have been well. the change to informix Text blobs was driven by the need t

[jira] [Updated] (SOLR-4048) Add a "findRecursive" method to NamedList

2013-05-17 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-4048: --- Attachment: SOLR-4048.patch new patch. CHANGES.txt and a little more verbose testing.

[jira] [Updated] (SOLR-3076) Solr should support block joins

2013-05-17 Thread Tom Burton-West (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Burton-West updated SOLR-3076: -- Attachment: SOLR-7036-childDocs-solr-fork-trunk-patched Thanks Vadim, I haven't used SolrJ, so

Re: Question about attributes

2013-05-17 Thread Jack Krupansky
Better to ask this kind of question on the Solr user email list. -- Jack Krupansky From: Thomas Portegys Sent: Friday, May 17, 2013 4:17 PM To: dev@lucene.apache.org Subject: Question about attributes First time on forum. We are planning to use Solr to house some data mining formation, and

Question about attributes

2013-05-17 Thread Thomas Portegys
First time on forum. We are planning to use Solr to house some data mining formation, and we are thinking of using attributes to add some semantic information to indexed content. As a test, I wrote a filter that adds an "animal" attribute to tokens like "dog", "cat", etc. After adding a documen

RE: have developer question about ClobTransformer and DIH

2013-05-17 Thread Dyer, James
I think the usual practice is to use BLOB types to store data that is not a character stream. So you case is probably pretty rare. If casting solves the issue, then why not? I think people use casts all the time to solve these types of compatibility issues. Then again if CLOBTransformer was

[jira] [Updated] (SOLR-4816) Change CloudSolrServer to send updates to the correct shard

2013-05-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-4816: - Attachment: SOLR-4816.patch Runnable version of the new design/implementation. Seems to work well.

have developer question about ClobTransformer and DIH

2013-05-17 Thread geeky2
hello, this is my first post to this forum - if this question is not correct for this forum (or has been addressed in another jira) - just let me know ;) environment: solr 3.5 informix 11.x centos Problem statement: ClobTransformer (./solr/contrib/dataimporthandler/src/java/org/ap

[jira] [Commented] (SOLR-4048) Add a "findRecursive" method to NamedList

2013-05-17 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660903#comment-13660903 ] Shawn Heisey commented on SOLR-4048: I'm going to add at least one more test - to valid

[jira] [Updated] (SOLR-4048) Add a "findRecursive" method to NamedList

2013-05-17 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-4048: --- Summary: Add a "findRecursive" method to NamedList (was: Add a "getRecursive" method to NamedList)

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_45) - Build # 5640 - Still Failing!

2013-05-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/5640/ Java: 32bit/jdk1.6.0_45 -client -XX:+UseParallelGC 1 tests failed. REGRESSION: org.apache.lucene.index.TestIndexWriterOnDiskFull.testImmediateDiskFull Error Message: did not hit disk full Stack Trace: java.lang.AssertionError: d

[jira] [Updated] (SOLR-4816) Change CloudSolrServer to send updates to the correct shard

2013-05-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-4816: - Attachment: SOLR-4816.patch To support UpdateRequestExt in a clean way I added a new interface cal

JSON update bug for multiple set of multi-valued field

2013-05-17 Thread Jack Krupansky
In Solr update XML you can initialize a multi-valued field using multiple elements for the same field: curl http://localhost:8983/solr/update?commit=true \ -H "Content-Type: application/xml" --data-binary ' text-1 set-mv-text-value1 set-mv-text-value2 ' I would have

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

2013-05-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-4.x/329/ 1 tests failed. REGRESSION: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch Error Message: There are still nodes recoverying - waited for 230 seconds Stack Trace: java.lang.AssertionError: There are still n

Re: documentation-lint warning

2013-05-17 Thread Robert Muir
Thanks Adrien and Mike! On Fri, May 17, 2013 at 6:49 AM, Michael McCandless wrote: > On Fri, May 17, 2013 at 1:39 AM, Adrien Grand wrote: > >> +1 to fail hard on duplicate anchor names. > > I just committed that. > > Mike McCandless > > http://blog.mikemccandless.com > >

[jira] [Commented] (SOLR-1375) BloomFilter on a field

2013-05-17 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660759#comment-13660759 ] Shawn Heisey commented on SOLR-1375: [~isaachebsh] Lucene has bloomfilter functionality

Re: [JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.6.0) - Build # 459 - Still Failing!

2013-05-17 Thread Steve Rowe
I can't reproduce on OS X 10.8.3, using either Apple Java 1.6.0_45 or Oracle Java 1.7.0_13. Steve On May 17, 2013, at 7:11 AM, Shai Erera wrote: > That's an odd failure ... anyone has an idea why the connection was refused? > > ReplicatorTestCase.newHttpServer starts a server on port 0 and th

[jira] [Commented] (SOLR-4816) Change CloudSolrServer to send updates to the correct shard

2013-05-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660723#comment-13660723 ] Joel Bernstein commented on SOLR-4816: -- Stephen can you post your latest patch I'd lik

[jira] [Updated] (SOLR-4816) Change CloudSolrServer to send updates to the correct shard

2013-05-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-4816: - Attachment: SOLR-4816.patch Reorganized conditional tests that lead to direct updates. All conditi

[JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.7.0_21) - Build # 2797 - Still Failing!

2013-05-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/2797/ Java: 64bit/jdk1.7.0_21 -XX:-UseCompressedOops -XX:+UseSerialGC 5 tests failed. FAILED: org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testShutdown Error Message: Stack Trace: org.apache.solr.common.SolrExceptio

Re: SLF4J Binding Warnings

2013-05-17 Thread Robert Muir
put a log4j.properties as a resource or beside the test in svn. On Fri, May 17, 2013 at 7:18 AM, Shai Erera wrote: > Hi > > I noticed lucene/replicator tests output this warning: > > [junit4:junit4] 2> SLF4J: Failed to load class > "org.slf4j.impl.StaticLoggerBinder". > [junit4:junit4] 2> SLF

[jira] [Updated] (SOLR-4823) Split LBHttpSolrServer into two classes one for the solrj use case and one for the solr cloud use case

2013-05-17 Thread philip hoy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] philip hoy updated SOLR-4823: - Attachment: SOLR-4823.patch Added tests for the cloud load balancer. > Split LBHttpSolrSe

[jira] [Commented] (LUCENE-5002) Deadlock in DocumentsWriterFlushControl

2013-05-17 Thread Sergiusz Urbaniak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660669#comment-13660669 ] Sergiusz Urbaniak commented on LUCENE-5002: --- Simon, No FileNotFoundExceptions

[jira] [Commented] (LUCENE-5002) Deadlock in DocumentsWriterFlushControl

2013-05-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660658#comment-13660658 ] Michael McCandless commented on LUCENE-5002: OK I opened LUCENE-5006.

[jira] [Created] (LUCENE-5006) Simplify / understand IndexWriter/DocumentsWriter synchronization

2013-05-17 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-5006: -- Summary: Simplify / understand IndexWriter/DocumentsWriter synchronization Key: LUCENE-5006 URL: https://issues.apache.org/jira/browse/LUCENE-5006 Project

[jira] [Commented] (LUCENE-5002) Deadlock in DocumentsWriterFlushControl

2013-05-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660655#comment-13660655 ] Michael McCandless commented on LUCENE-5002: The patch is terrifying looking

[jira] [Commented] (LUCENE-5002) Deadlock in DocumentsWriterFlushControl

2013-05-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660592#comment-13660592 ] Michael McCandless commented on LUCENE-5002: One (app level) workaround here

[jira] [Updated] (LUCENE-5002) Deadlock in DocumentsWriterFlushControl

2013-05-17 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5002: Attachment: LUCENE-5002.patch here is a patch that fixes this issue and adds some asserts

[jira] [Commented] (LUCENE-5002) Deadlock in DocumentsWriterFlushControl

2013-05-17 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660586#comment-13660586 ] Simon Willnauer commented on LUCENE-5002: - Ok so I tried to make this work for an

Re: [JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.6.0) - Build # 459 - Still Failing!

2013-05-17 Thread Michael McCandless
Hmm but on OS X I have Java 7 (the failure was Java 6). On Linux I ran with Java 6 but it didn't repro .. Mike McCandless http://blog.mikemccandless.com On Fri, May 17, 2013 at 7:25 AM, Michael McCandless wrote: > Doesn't repro on Linux for me, nor on OS X. > > I do see these warnings from th

Re: [JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.6.0) - Build # 459 - Still Failing!

2013-05-17 Thread Michael McCandless
Doesn't repro on Linux for me, nor on OS X. I do see these warnings from the test: [junit4:junit4] 2> SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [junit4:junit4] 2> SLF4J: Defaulting to no-operation (NOP) logger implementation [junit4:junit4] 2> SLF4J: See http://www.sl

SLF4J Binding Warnings

2013-05-17 Thread Shai Erera
Hi I noticed lucene/replicator tests output this warning: [junit4:junit4] 2> SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [junit4:junit4] 2> SLF4J: Defaulting to no-operation (NOP) logger implementation [junit4:junit4] 2> SLF4J: See http://www.slf4j.org/codes.html#Static

[jira] [Updated] (LUCENE-5002) Deadlock in DocumentsWriterFlushControl

2013-05-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-5002: --- Fix Version/s: 4.3.1 4.4 5.0 I think we should

Re: [JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.6.0) - Build # 459 - Still Failing!

2013-05-17 Thread Shai Erera
That's an odd failure ... anyone has an idea why the connection was refused? ReplicatorTestCase.newHttpServer starts a server on port 0 and then resolves the actual port allocated using getLocalPort. Also, the method only returns after the server has been successfully started, so that means the po

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.6.0) - Build # 461 - Still Failing!

2013-05-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/461/ Java: 64bit/jdk1.6.0 -XX:-UseCompressedOops -XX:+UseSerialGC 1 tests failed. REGRESSION: org.apache.lucene.replicator.http.HttpReplicatorTest.testBasic Error Message: Connection to http://localhost:51990 refused Stack Trace: org.

Re: documentation-lint warning

2013-05-17 Thread Michael McCandless
On Fri, May 17, 2013 at 1:39 AM, Adrien Grand wrote: > +1 to fail hard on duplicate anchor names. I just committed that. Mike McCandless http://blog.mikemccandless.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.o

[jira] [Created] (LUCENE-5005) Length norm value of DefaultSimilarity for a few terms

2013-05-17 Thread Shingo Sasaki (JIRA)
Shingo Sasaki created LUCENE-5005: - Summary: Length norm value of DefaultSimilarity for a few terms Key: LUCENE-5005 URL: https://issues.apache.org/jira/browse/LUCENE-5005 Project: Lucene - Core

Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1623 - Still Failing

2013-05-17 Thread Adrien Grand
Since the resolution of this failure doesn't look trivial (as there are several options), I opened https://issues.apache.org/jira/browse/LUCENE-5004. -- Adrien - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For addi

[jira] [Created] (LUCENE-5004) Improve MockDirectoryWrapper byte size tracking

2013-05-17 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-5004: Summary: Improve MockDirectoryWrapper byte size tracking Key: LUCENE-5004 URL: https://issues.apache.org/jira/browse/LUCENE-5004 Project: Lucene - Core Issue

[jira] [Created] (SOLR-4837) Add defType like parameter for filter query and facet.query.

2013-05-17 Thread Shingo Sasaki (JIRA)
Shingo Sasaki created SOLR-4837: --- Summary: Add defType like parameter for filter query and facet.query. Key: SOLR-4837 URL: https://issues.apache.org/jira/browse/SOLR-4837 Project: Solr Issue

[jira] [Commented] (LUCENE-4956) the korean analyzer that has a korean morphological analyzer and dictionaries

2013-05-17 Thread Christian Moen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660528#comment-13660528 ] Christian Moen commented on LUCENE-4956: I've run {{KoreanAnalyzer}} on Korean Wi

[jira] [Commented] (SOLR-4734) Leader election fails with an NPE if there is no UpdateLog.

2013-05-17 Thread Alexander Eibner (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660491#comment-13660491 ] Alexander Eibner commented on SOLR-4734: Thanks, yes the updateLog was the problem,

[jira] [Created] (SOLR-4836) overwrite=true support for block updates

2013-05-17 Thread Mikhail Khludnev (JIRA)
Mikhail Khludnev created SOLR-4836: -- Summary: overwrite=true support for block updates Key: SOLR-4836 URL: https://issues.apache.org/jira/browse/SOLR-4836 Project: Solr Issue Type: Sub-task

[jira] [Commented] (SOLR-4835) highlighting in combination with join does not work in solr 4.0 - 4.2

2013-05-17 Thread Matthias Herrmann (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660483#comment-13660483 ] Matthias Herrmann commented on SOLR-4835: - I found a workaround for this issue by u

[jira] [Updated] (SOLR-4835) highlighting in combination with join does not work in solr 4.0 - 4.2

2013-05-17 Thread Matthias Herrmann (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Herrmann updated SOLR-4835: Affects Version/s: (was: 4.0-ALPHA) 4.2.1 4

[jira] [Comment Edited] (SOLR-3076) Solr should support block joins

2013-05-17 Thread Vadim Kirilchuk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660453#comment-13660453 ] Vadim Kirilchuk edited comment on SOLR-3076 at 5/17/13 8:23 AM: -

Re: New Jenkins Jobs for Lucene/Solr 4.3 branch

2013-05-17 Thread Shalin Shekhar Mangar
Awesome, thanks Uwe! On Fri, May 17, 2013 at 1:05 PM, Uwe Schindler wrote: > Hi Shalin, > > to assist you and prevent problems, I cloned the Jenkins 4.x jobs on ASF > Jenkins to work on the 4.3 branch: > > https://builds.apache.org/job/Lucene-Solr-Tests-4.3-Java6/ > https://builds.apache.org/jo

[jira] [Comment Edited] (SOLR-3076) Solr should support block joins

2013-05-17 Thread Vadim Kirilchuk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660453#comment-13660453 ] Vadim Kirilchuk edited comment on SOLR-3076 at 5/17/13 7:56 AM: -

[jira] [Comment Edited] (SOLR-3076) Solr should support block joins

2013-05-17 Thread Vadim Kirilchuk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660453#comment-13660453 ] Vadim Kirilchuk edited comment on SOLR-3076 at 5/17/13 7:55 AM: -

[jira] [Commented] (SOLR-3076) Solr should support block joins

2013-05-17 Thread Vadim Kirilchuk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660453#comment-13660453 ] Vadim Kirilchuk commented on SOLR-3076: --- Tom, you can take a look at AddBlockUpdateTe

New Jenkins Jobs for Lucene/Solr 4.3 branch

2013-05-17 Thread Uwe Schindler
Hi Shalin, to assist you and prevent problems, I cloned the Jenkins 4.x jobs on ASF Jenkins to work on the 4.3 branch: https://builds.apache.org/job/Lucene-Solr-Tests-4.3-Java6/ https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.3/ Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Br