[jira] [Commented] (SOLR-4644) SyncSliceTest often fails trying to setup an inconsistent state, generally only on Apache Jenkins.

2013-03-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13613532#comment-13613532 ] Mark Miller commented on SOLR-4644: --- Okay, I just tried something. Fingers crossed.

[jira] [Commented] (LUCENE-4879) Filter stack traces on console output.

2013-03-26 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13613576#comment-13613576 ] Dawid Weiss commented on LUCENE-4879: - You're very welcome. Filter

Re: [VOTE] Lucene/Solr 4.2.1

2013-03-26 Thread Simon Willnauer
Upgrade ES to 4.2.1 - all tests pass +1 thanks mark for rolling this release! simon On Tue, Mar 26, 2013 at 4:24 AM, Mark Miller markrmil...@gmail.com wrote: http://people.apache.org/~markrmiller/lucene_solr_4_2_1r1460810/ Thanks for voting! Smoke tester passes for me, +1. -- - Mark

[jira] [Commented] (SOLR-3245) Poor performance of Hunspell with Polish Dictionary

2013-03-26 Thread Romain MERESSE (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13613644#comment-13613644 ] Romain MERESSE commented on SOLR-3245: -- Any update on this issue? This problem is

Re: [VOTE] Lucene/Solr 4.2.1

2013-03-26 Thread Martijn v Groningen
+1 The smokeTestRelease script ran successful On 26 March 2013 08:53, Simon Willnauer simon.willna...@gmail.com wrote: Upgrade ES to 4.2.1 - all tests pass +1 thanks mark for rolling this release! simon On Tue, Mar 26, 2013 at 4:24 AM, Mark Miller markrmil...@gmail.com wrote:

[jira] [Created] (LUCENE-4883) Hide FieldCache behind an UninvertingFilterReader

2013-03-26 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-4883: - Summary: Hide FieldCache behind an UninvertingFilterReader Key: LUCENE-4883 URL: https://issues.apache.org/jira/browse/LUCENE-4883 Project: Lucene - Core

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

2013-03-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/218/ 1 tests failed. REGRESSION: org.apache.lucene.facet.search.TestFacetsCollector.testSumScoreAggregator Error Message: expected:132.7685546875 but was:132.76869201660156 Stack Trace: java.lang.AssertionError:

[jira] [Created] (LUCENE-4884) deleteAll() does not remove all TaxonomyWriter files

2013-03-26 Thread Rob Audenaerde (JIRA)
Rob Audenaerde created LUCENE-4884: -- Summary: deleteAll() does not remove all TaxonomyWriter files Key: LUCENE-4884 URL: https://issues.apache.org/jira/browse/LUCENE-4884 Project: Lucene - Core

[jira] [Updated] (LUCENE-4884) deleteAll() does not remove all TaxonomyWriter files

2013-03-26 Thread Rob Audenaerde (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Audenaerde updated LUCENE-4884: --- Description: When calling deleteAll() on the IndexWriter, the documents are removed from

[jira] [Updated] (LUCENE-4883) Hide FieldCache behind an UninvertingFilterReader

2013-03-26 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-4883: -- Attachment: LUCENE-4883.patch Here's a preliminary patch, implementing UninvertedFilterReader

Re: Opening up FieldCacheImpl

2013-03-26 Thread Alan Woodward
I've opened https://issues.apache.org/jira/browse/LUCENE-4883 as a start. Alan Woodward www.flax.co.uk On 26 Mar 2013, at 00:51, Robert Muir wrote: I don't think codec would be where you'd plugin for a filterreader that exposes external data as fake fields. That's because its all about what

[jira] [Updated] (LUCENE-4884) deleteAll() does not remove all TaxonomyWriter files

2013-03-26 Thread Rob Audenaerde (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Audenaerde updated LUCENE-4884: --- Component/s: core/index deleteAll() does not remove all TaxonomyWriter files

[jira] [Updated] (LUCENE-4884) deleteAll() does not remove all TaxonomyWriter files

2013-03-26 Thread Rob Audenaerde (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Audenaerde updated LUCENE-4884: --- Affects Version/s: 4.2 deleteAll() does not remove all TaxonomyWriter files

Re: [JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 218 - Still Failing

2013-03-26 Thread Shai Erera
It's an annoying test bug caused by assertEquals on float. I think the test can use ConstantScoreQuery to eliminate rounding issues. I'll investigate later when I have access to the code. Shai On Mar 26, 2013 11:56 AM, Apache Jenkins Server jenk...@builds.apache.org wrote: Build:

RE: [VOTE] Lucene/Solr 4.2.1

2013-03-26 Thread Uwe Schindler
Hi, the package was created with Java 1.7 not Java 1.6. This is risky, especially after a discussion with Joe Darcy from Oracle, who strongly discourages this without setting bootclasspath (using a Java 1.6 rt.jar). The big problem is also broken Javadocs: As all Closeable's in Java 7 also

RE: [VOTE] Lucene/Solr 4.2.1

2013-03-26 Thread Uwe Schindler
I just wanted to mention: Smoke-Tester does not detect the problems, as it does not check links to the oracle homepage. Maybe we should add a check to smoketester that checks all META-INF/manifest.mf files that they contain 1.6 (or 1.7 for Lucene trunk). Uwe - Uwe Schindler

Re: [VOTE] Lucene/Solr 4.2.1

2013-03-26 Thread Simon Willnauer
On Tue, Mar 26, 2013 at 11:43 AM, Uwe Schindler u...@thetaphi.de wrote: I just wanted to mention: Smoke-Tester does not detect the problems, as it does not check links to the oracle homepage. Maybe we should add a check to smoketester that checks all META-INF/manifest.mf files that they

Re: [VOTE] Lucene/Solr 4.2.1

2013-03-26 Thread Michael McCandless
On Tue, Mar 26, 2013 at 6:43 AM, Uwe Schindler u...@thetaphi.de wrote: I just wanted to mention: Smoke-Tester does not detect the problems, as it does not check links to the oracle homepage. Maybe we should add a check to smoketester that checks all META-INF/manifest.mf files that they

[jira] [Commented] (LUCENE-4884) deleteAll() does not remove all TaxonomyWriter files

2013-03-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13613704#comment-13613704 ] Michael McCandless commented on LUCENE-4884: Hmm, how are you calling

[jira] [Commented] (LUCENE-4883) Hide FieldCache behind an UninvertingFilterReader

2013-03-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13613707#comment-13613707 ] Michael McCandless commented on LUCENE-4883: +1, I think this (moving

[jira] [Commented] (LUCENE-4884) deleteAll() does not remove all TaxonomyWriter files

2013-03-26 Thread Rob Audenaerde (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13613712#comment-13613712 ] Rob Audenaerde commented on LUCENE-4884: I do not call deleteAll() directly on

Re: [VOTE] Lucene/Solr 4.2.1

2013-03-26 Thread Michael McCandless
On Tue, Mar 26, 2013 at 7:19 AM, Michael McCandless luc...@mikemccandless.com wrote: On Tue, Mar 26, 2013 at 6:43 AM, Uwe Schindler u...@thetaphi.de wrote: I just wanted to mention: Smoke-Tester does not detect the problems, as it does not check links to the oracle homepage. Maybe we should

[jira] [Commented] (LUCENE-4883) Hide FieldCache behind an UninvertingFilterReader

2013-03-26 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13613729#comment-13613729 ] Alan Woodward commented on LUCENE-4883: --- bq. But I assume the plan is to remove

[jira] [Commented] (LUCENE-4883) Hide FieldCache behind an UninvertingFilterReader

2013-03-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13613730#comment-13613730 ] Robert Muir commented on LUCENE-4883: - I've been thinking about this in a lot of

Re: svn commit: r1461066 - /lucene/dev/branches/branch_4x/dev-tools/scripts/smokeTestRelease.py

2013-03-26 Thread Robert Muir
Thanks Mike! An additional idea: this makes it difficult to use the 'ant nightly-smoke' target as you now need to set 3 variables: JAVA6_HOME, JAVA7_HOME, and JAVA_HOME (which must be equal to JAVA6_HOME). Maybe someone has an idea to make this target either use JAVA6_HOME as JAVA_HOME, or at

RE: svn commit: r1461066 - /lucene/dev/branches/branch_4x/dev-tools/scripts/smokeTestRelease.py

2013-03-26 Thread Uwe Schindler
We can change the build.xml to set the JAVA_6_HOME using ${java.home} and maybe also check the special common-build.xml java version detection of the build VM. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original

RE: [VOTE] Lucene/Solr 4.2.1

2013-03-26 Thread Uwe Schindler
Thanks Mike, I checked the previous releases: 4.0 and 4.1 was correct (I know this as I checked them). I also downloaded the 4.2.0 tgz file and it has Java 7 style javadocs with AutoCloseable and was built with 1.7. At the time of releasing 4.2 I was not checking this, as I was outside at a

Re: svn commit: r1461066 - /lucene/dev/branches/branch_4x/dev-tools/scripts/smokeTestRelease.py

2013-03-26 Thread Robert Muir
I dont want that, I think i want the reverse? setting JAVA6_HOME from ${java.home} would be bad, on my computer JAVA_HOME is java7. I want the other way around so that java6 is automatically used for nightly-smoke, since i'm taking the time to explicitly specify JAVA6_HOME and JAVA7_HOME (it

Re: [VOTE] Lucene/Solr 4.2.1

2013-03-26 Thread Robert Muir
On Tue, Mar 26, 2013 at 6:09 AM, Uwe Schindler u...@thetaphi.de wrote: Thanks Mike, I checked the previous releases: 4.0 and 4.1 was correct (I know this as I checked them). I also downloaded the 4.2.0 tgz file and it has Java 7 style javadocs with AutoCloseable and was built with 1.7. At

RE: svn commit: r1461066 - /lucene/dev/branches/branch_4x/dev-tools/scripts/smokeTestRelease.py

2013-03-26 Thread Uwe Schindler
Hi, I dont want that, I think i want the reverse? setting JAVA6_HOME from ${java.home} would be bad, on my computer JAVA_HOME is java7. The idea was: Pass the actual JAVA_HOME to the smoke tester, who complains on startup if JAVA_6_HOME points to a java 7 (which would happen on your computer

Re: svn commit: r1461066 - /lucene/dev/branches/branch_4x/dev-tools/scripts/smokeTestRelease.py

2013-03-26 Thread Robert Muir
On Tue, Mar 26, 2013 at 6:18 AM, Uwe Schindler u...@thetaphi.de wrote: Hi, I dont want that, I think i want the reverse? setting JAVA6_HOME from ${java.home} would be bad, on my computer JAVA_HOME is java7. The idea was: Pass the actual JAVA_HOME to the smoke tester, who complains on

[VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Mark Miller
http://people.apache.org/~markrmiller/lucene_solr_4_2_1r1460810_2/ Thanks for voting! Smoke tester passes for me, +1. -- - Mark - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail:

RE: svn commit: r1461066 - /lucene/dev/branches/branch_4x/dev-tools/scripts/smokeTestRelease.py

2013-03-26 Thread Uwe Schindler
Hi, If we want to enforce JAVA_HOME is 1.6 (i'm not sure i like this, but whatever), then i dont even think this is the best place to do it. If we want that, then i think it should be checked when you run the 'prepare-release' target and fail immediately. +1. We can do this using the new ANT

RE: [VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Uwe Schindler
Hi Makr, Thanks for the quick rebuild, that’s really fast! Java version and our Javadocs (in the good old 1.6 look without fancy CSS) are correct now :-) I will do further checking now. We did not backport the smoketester changes to 4.2 branch, so smoketester will still pass when wrong java

Re: [VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Steve Rowe
Smoke tester (from branch_4x r1461125) says: RuntimeError: JAR file /Users/sarowe/temp/smokeTestTmpDir/unpack/lucene-4.2.1/analysis/common/lucene-analyzers-common-4.2.1.jar is missing Created-By: 1.6 inside its META-INF/MANIFES.MF On Mar 26, 2013, at 9:25 AM, Mark Miller markrmil...@gmail.com

Re: [VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Steve Rowe
Here's MANIFEST.MF contents: - Manifest-Version: 1.0 Ant-Version: Apache Ant 1.8.2 Created-By: 1.7.0_15-b20 (Oracle Corporation) Extension-Name: org.apache.lucene Specification-Title: Lucene Search Engine: analyzers-common Specification-Version: 4.2.1 Specification-Vendor: The Apache Software

Re: [VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Mark Miller
On Mar 26, 2013, at 9:36 AM, Uwe Schindler u...@thetaphi.de wrote: We did not backport the smoketester changes to 4.2 branch, so smoketester will still pass when wrong java version would have been used. Uwe I ran the smoketester script from both 4.2 branch and 4.x branch (with Mike's

Re: [VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Mark Miller
Must have missed an svn update before I ran it in the 4x branch (re-running to be sure). - Mark On Mar 26, 2013, at 9:40 AM, Steve Rowe sar...@gmail.com wrote: Here's MANIFEST.MF contents: - Manifest-Version: 1.0 Ant-Version: Apache Ant 1.8.2 Created-By: 1.7.0_15-b20 (Oracle

Re: [VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Mark Miller
Hmm…I think you used the wrong URL perhaps? That's yesterdays date and I re-spun this morning. 4.2.1 1460908 - mark - 2013-03-25 21:05:08 Also, when I looked at MANIFEST.MF, I see: Manifest-Version: 1.0 Ant-Version: Apache Ant 1.8.2 Created-By: 1.6.0_27-b27 (Sun Microsystems Inc.)

Re: [VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Steve Rowe
Crap, you're right, I did use the old URL. Sorry for the noise. - Steve On Mar 26, 2013, at 9:53 AM, Mark Miller markrmil...@gmail.com wrote: Hmm…I think you used the wrong URL perhaps? That's yesterdays date and I re-spun this morning. 4.2.1 1460908 - mark - 2013-03-25 21:05:08

[jira] [Commented] (LUCENE-4874) Remove FilterTerms.intersect

2013-03-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614068#comment-13614068 ] Robert Muir commented on LUCENE-4874: - In this case I think its a little scary to

[jira] [Commented] (LUCENE-4880) Difference in offset handling between IndexReader created by MemoryIndex and one created by RAMDirectory

2013-03-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614073#comment-13614073 ] Robert Muir commented on LUCENE-4880: - Thanks for raising this Timothy. I think its

[jira] [Commented] (LUCENE-4880) Difference in offset handling between IndexReader created by MemoryIndex and one created by RAMDirectory

2013-03-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614080#comment-13614080 ] Uwe Schindler commented on LUCENE-4880: --- Yes, I this is a bug in MemoryIndex. In

[jira] [Comment Edited] (LUCENE-4880) Difference in offset handling between IndexReader created by MemoryIndex and one created by RAMDirectory

2013-03-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614080#comment-13614080 ] Uwe Schindler edited comment on LUCENE-4880 at 3/26/13 2:52 PM:

Re: [VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Steve Rowe
And now with the correct URL, smoking SUCCESS! +1 to release RC2 Steve On Mar 26, 2013, at 9:55 AM, Steve Rowe sar...@gmail.com wrote: Crap, you're right, I did use the old URL. Sorry for the noise. - Steve On Mar 26, 2013, at 9:53 AM, Mark Miller markrmil...@gmail.com wrote: Hmm…I

[jira] [Commented] (LUCENE-4880) Difference in offset handling between IndexReader created by MemoryIndex and one created by RAMDirectory

2013-03-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614086#comment-13614086 ] Robert Muir commented on LUCENE-4880: - I also think its stupid you get 0640 as a

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

2013-03-26 Thread Steve Rowe
From the log: - -validate-maven-dependencies: […] [licenses] MISSING sha1 checksum file for: /home/hudson/.m2/repository/com/carrotsearch/randomizedtesting/randomizedtesting-runner/2.0.8/randomizedtesting-runner-2.0.8.jar [licenses] Scanned 2 JAR file(s) for licenses (in 0.01s.), 1

[JENKINS] Lucene-Solr-trunk-MacOSX ([[ Exception while replacing ENV. Please report this as a bug. ]]

2013-03-26 Thread Policeman Jenkins Server
{{ java.lang.NullPointerException }}) - Build # 354 - Still Failing! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary==_Part_20_99675817.1364312198563 X-Jenkins-Job: Lucene-Solr-trunk-MacOSX X-Jenkins-Result: FAILURE Precedence: bulk --=_Part_20_99675817.1364312198563

[jira] [Created] (SOLR-4645) Missing Adobe XMP library can abort DataImportHandler process

2013-03-26 Thread Alexandre Rafalovitch (JIRA)
Alexandre Rafalovitch created SOLR-4645: --- Summary: Missing Adobe XMP library can abort DataImportHandler process Key: SOLR-4645 URL: https://issues.apache.org/jira/browse/SOLR-4645 Project:

[jira] [Updated] (SOLR-4645) Missing Adobe XMP library can abort DataImportHandler process

2013-03-26 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexandre Rafalovitch updated SOLR-4645: Description: Solr distribution is missing Adobe XMP library (

[jira] [Commented] (SOLR-4645) Missing Adobe XMP library can abort DataImportHandler process

2013-03-26 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614160#comment-13614160 ] Alexandre Rafalovitch commented on SOLR-4645: - Mar 26, 2013 11:58:44 AM

[jira] [Commented] (SOLR-3755) shard splitting

2013-03-26 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614251#comment-13614251 ] Anshum Gupta commented on SOLR-3755: There'are more changes on the branch, including a

[jira] [Commented] (LUCENE-4884) deleteAll() does not remove all TaxonomyWriter files

2013-03-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614281#comment-13614281 ] Michael McCandless commented on LUCENE-4884: bq. I expect the deleteAll() on

Re: [VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Robert Muir
+1 On Tue, Mar 26, 2013 at 6:25 AM, Mark Miller markrmil...@gmail.com wrote: http://people.apache.org/~markrmiller/lucene_solr_4_2_1r1460810_2/ Thanks for voting! Smoke tester passes for me, +1. -- - Mark - To

[jira] [Commented] (LUCENE-4883) Hide FieldCache behind an UninvertingFilterReader

2013-03-26 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614316#comment-13614316 ] Alan Woodward commented on LUCENE-4883: --- bq. I think it needs to take this

Re: [VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Chris Hostetter
: http://people.apache.org/~markrmiller/lucene_solr_4_2_1r1460810_2/ +1 VOTE for the files with the following sha1 checksums to be released as Lucene/Solr 4.2.1... d5694d06dd2035949c7487f83772afc89afd3372 *lucene-4.2.1-src.tgz ae9c8e3d0508aa1445acb6dd048bf7d6c706e882 *lucene-4.2.1.tgz

Re: Opening up FieldCacheImpl

2013-03-26 Thread Alan Woodward
Separately from this, I'm playing with an ExternalDocValuesFilterReader that takes a list of abstract ExternalDocValuesProviders, as a kind of generalisation of FileFloatSource. It's a bit rough at the moment, and it's for a lucene application rather than for Solr, but it could work as a

Re: [VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Erik Hatcher
+1 On Mar 26, 2013, at 9:25, Mark Miller markrmil...@gmail.com wrote: http://people.apache.org/~markrmiller/lucene_solr_4_2_1r1460810_2/ Thanks for voting! Smoke tester passes for me, +1. -- - Mark - To

[jira] [Commented] (LUCENE-4884) deleteAll() does not remove all TaxonomyWriter files

2013-03-26 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614350#comment-13614350 ] Shai Erera commented on LUCENE-4884: bq. I think for this issue we should just add

Admin UI pluggability

2013-03-26 Thread Ryan Ernst
I would like to add some custom pages to the core menu for my setup, replace some existing (like ping) and also remove some others (like data import). From what I can tell, the existing hooks are very limited (like admin extra that appears in overview for the core). I've searched through JIRA

[jira] [Commented] (LUCENE-4872) BooleanWeight should decide how to execute minNrShouldMatch

2013-03-26 Thread Stefan Pohl (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614371#comment-13614371 ] Stefan Pohl commented on LUCENE-4872: - {quote} I really don't really know what the

[jira] [Commented] (SOLR-4586) Increase default maxBooleanClauses

2013-03-26 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614407#comment-13614407 ] Shawn Heisey commented on SOLR-4586: Here's my proposal: The current 4x patch goes in

Re: [VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Michael McCandless
+1 Mike McCandless http://blog.mikemccandless.com On Tue, Mar 26, 2013 at 9:25 AM, Mark Miller markrmil...@gmail.com wrote: http://people.apache.org/~markrmiller/lucene_solr_4_2_1r1460810_2/ Thanks for voting! Smoke tester passes for me, +1. -- - Mark

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_15) - Build # 4881 - Still Failing!

2013-03-26 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4881/ Java: 32bit/jdk1.7.0_15 -client -XX:+UseG1GC All tests passed Build Log: [...truncated 21216 lines...] check-licenses: [echo] License check under: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr [licenses] MISSING

[jira] [Commented] (SOLR-4620) CloudSolrServer has single point of failure

2013-03-26 Thread Hardik Upadhyay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614451#comment-13614451 ] Hardik Upadhyay commented on SOLR-4620: --- Mark, CloudSolrServer java docs says this.

[jira] [Created] (LUCENE-4885) each FacetResult should return the facet equivalent of totalHits

2013-03-26 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-4885: -- Summary: each FacetResult should return the facet equivalent of totalHits Key: LUCENE-4885 URL: https://issues.apache.org/jira/browse/LUCENE-4885

[jira] [Updated] (LUCENE-4885) each FacetResult should return the facet equivalent of totalHits

2013-03-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4885: --- Fix Version/s: 4.3 5.0 each FacetResult should return the

Re: [VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Simon Willnauer
moved ES to the new RC + run smoke tester +1 - thanks mark On Tue, Mar 26, 2013 at 7:44 PM, Michael McCandless luc...@mikemccandless.com wrote: +1 Mike McCandless http://blog.mikemccandless.com On Tue, Mar 26, 2013 at 9:25 AM, Mark Miller markrmil...@gmail.com wrote:

Re: The JIRA commit tag bot.

2013-03-26 Thread Shawn Heisey
On 3/25/2013 1:15 PM, Mark Miller wrote: So the bot flooded the list on Friday. It was enough mail to turn me off of the whole thing. With some time gone by, I'm ready to start looking into bringing JIRA tags back and what other options I have in terms of how to approach it as well as looking

[jira] [Commented] (SOLR-4361) DIH request parameters with dots throws UnsupportedOperationException

2013-03-26 Thread Chris Eldredge (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614464#comment-13614464 ] Chris Eldredge commented on SOLR-4361: -- I don't have permission to reopen the issue,

[jira] [Reopened] (SOLR-4361) DIH request parameters with dots throws UnsupportedOperationException

2013-03-26 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer reopened SOLR-4361: -- re-open to investigate the issue reported by Chris Eldredge. Chris, Can you provide (at least) the line

[jira] [Updated] (SOLR-4487) SolrException usage in solrj client code can't handle all possible http error codes returned by servers -- example 413 Request Entity Too Large

2013-03-26 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-4487: --- Assignee: Hoss Man Summary: SolrException usage in solrj client code can't handle all possible http

[jira] [Commented] (LUCENE-4872) BooleanWeight should decide how to execute minNrShouldMatch

2013-03-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614475#comment-13614475 ] Michael McCandless commented on LUCENE-4872: bq. What about your own great

[jira] [Commented] (SOLR-4361) DIH request parameters with dots throws UnsupportedOperationException

2013-03-26 Thread Chris Eldredge (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614485#comment-13614485 ] Chris Eldredge commented on SOLR-4361: -- Snippet of our configuration that stopped

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

2013-03-26 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/340/ Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 21536 lines...] check-licenses: [echo] License check under: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr

Re: [VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Mark Miller
Is that a +1 ? :) On Tue, Mar 26, 2013 at 4:29 PM, Adrien Grand jpou...@gmail.com wrote: smokeTestRelease ran successfully on my machine. -- Adrien - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For

[jira] [Commented] (SOLR-4620) CloudSolrServer has single point of failure

2013-03-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614512#comment-13614512 ] Mark Miller commented on SOLR-4620: --- Yup, we can update the javadocs.

[jira] [Updated] (SOLR-4620) CloudSolrServer has single point of failure

2013-03-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4620: -- Fix Version/s: 5.0 4.3 Assignee: Mark Miller Priority: Minor (was:

[jira] [Commented] (LUCENE-4872) BooleanWeight should decide how to execute minNrShouldMatch

2013-03-26 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614514#comment-13614514 ] Simon Willnauer commented on LUCENE-4872: - I often use min_should_match in

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jrockit-jdk1.6.0_33-R28.2.4-4.1.0) - Build # 4835 - Still Failing!

2013-03-26 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4835/ Java: 32bit/jrockit-jdk1.6.0_33-R28.2.4-4.1.0 -XnoOpt All tests passed Build Log: [...truncated 20863 lines...] check-licenses: [echo] License check under: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr [licenses]

Re: We have confluence wikis!

2013-03-26 Thread Adrien Grand
Hi Mark, On Thu, Mar 7, 2013 at 3:31 AM, Mark Miller markrmil...@gmail.com wrote: I'm going to start like some fresh doc stuff. And with versioning. Though I don't yet know what I'm doing. So help appreciated. This is stuff that Hossman is a genius at. Is the goal of these wikis to replaces

[jira] [Commented] (SOLR-4361) DIH request parameters with dots throws UnsupportedOperationException

2013-03-26 Thread Chris Eldredge (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614545#comment-13614545 ] Chris Eldredge commented on SOLR-4361: -- By the way, in case it isn't clear, we define

[jira] [Commented] (SOLR-4632) transientCacheSize is not retained when persisting solr.xml

2013-03-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614549#comment-13614549 ] Erick Erickson commented on SOLR-4632: -- Nope. Also, there's a test that's been in

[jira] [Commented] (SOLR-4632) transientCacheSize is not retained when persisting solr.xml

2013-03-26 Thread dfdeshom (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614552#comment-13614552 ] dfdeshom commented on SOLR-4632: I created a solr.xml file that looks like this:

[jira] [Created] (LUCENE-4886) new DirectoryTaxonomyReader(Directory) throws IndexNotFoundException: no segments* file found on a new taxonomy directory

2013-03-26 Thread crocket (JIRA)
crocket created LUCENE-4886: --- Summary: new DirectoryTaxonomyReader(Directory) throws IndexNotFoundException: no segments* file found on a new taxonomy directory Key: LUCENE-4886 URL:

[jira] [Updated] (LUCENE-4886) new DirectoryTaxonomyReader(Directory) throws IndexNotFoundException: no segments* file found on a new taxonomy directory

2013-03-26 Thread crocket (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] crocket updated LUCENE-4886: Description: I made a taxonomy directory with categoryDir=FSDirectory.open(new File(category));

[jira] [Commented] (LUCENE-4886) new DirectoryTaxonomyReader(Directory) throws IndexNotFoundException: no segments* file found on a new taxonomy directory

2013-03-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614559#comment-13614559 ] Michael McCandless commented on LUCENE-4886: You need to call commit() before

Re: We have confluence wikis!

2013-03-26 Thread Mark Miller
On Mar 26, 2013, at 4:59 PM, Adrien Grand jpou...@gmail.com wrote: Hi Mark, On Thu, Mar 7, 2013 at 3:31 AM, Mark Miller markrmil...@gmail.com wrote: I'm going to start like some fresh doc stuff. And with versioning. Though I don't yet know what I'm doing. So help appreciated. This is

[jira] [Commented] (LUCENE-4886) new DirectoryTaxonomyReader(Directory) throws IndexNotFoundException: no segments* file found on a new taxonomy directory

2013-03-26 Thread crocket (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614568#comment-13614568 ] crocket commented on LUCENE-4886: - Why did it work fine on lucene 4.1?

[jira] [Created] (LUCENE-4887) FSA NoOutputs should implement merge() allowing duplicate keys

2013-03-26 Thread Ryan McKinley (JIRA)
Ryan McKinley created LUCENE-4887: - Summary: FSA NoOutputs should implement merge() allowing duplicate keys Key: LUCENE-4887 URL: https://issues.apache.org/jira/browse/LUCENE-4887 Project: Lucene -

[jira] [Commented] (SOLR-3758) DirectSolrSpellChecker doesn't work when using group.

2013-03-26 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614570#comment-13614570 ] James Dyer commented on SOLR-3758: -- I did looked a little at this and it seems that when

[jira] [Updated] (LUCENE-4887) FSA NoOutputs should implement merge() allowing duplicate keys

2013-03-26 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated LUCENE-4887: -- Attachment: LUCENE-4887.patch merge as: {code:java} @Override public Object merge(Object

[jira] [Comment Edited] (LUCENE-4886) new DirectoryTaxonomyReader(Directory) throws IndexNotFoundException: no segments* file found on a new taxonomy directory

2013-03-26 Thread crocket (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614568#comment-13614568 ] crocket edited comment on LUCENE-4886 at 3/26/13 9:49 PM: --

[jira] [Commented] (SOLR-4632) transientCacheSize is not retained when persisting solr.xml

2013-03-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614589#comment-13614589 ] Erick Erickson commented on SOLR-4632: -- OK, I'll give it a shot with those

[jira] [Commented] (LUCENE-4882) FacetsAccumulator.java:185 throws NullPointerException if it's given an empty CategoryPath.

2013-03-26 Thread crocket (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614597#comment-13614597 ] crocket commented on LUCENE-4882: - Should I override methods in both

[jira] [Comment Edited] (LUCENE-4882) FacetsAccumulator.java:185 throws NullPointerException if it's given an empty CategoryPath.

2013-03-26 Thread crocket (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614597#comment-13614597 ] crocket edited comment on LUCENE-4882 at 3/26/13 9:55 PM: -- I

[jira] [Commented] (SOLR-3758) DirectSolrSpellChecker doesn't work when using group.

2013-03-26 Thread Alexander Kingson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614599#comment-13614599 ] Alexander Kingson commented on SOLR-3758: - Hi, Commenting out [code] if

[jira] [Comment Edited] (SOLR-3758) DirectSolrSpellChecker doesn't work when using group.

2013-03-26 Thread Alexander Kingson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614599#comment-13614599 ] Alexander Kingson edited comment on SOLR-3758 at 3/26/13 9:56 PM:

[jira] [Commented] (LUCENE-4886) new DirectoryTaxonomyReader(Directory) throws IndexNotFoundException: no segments* file found on a new taxonomy directory

2013-03-26 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614602#comment-13614602 ] Shai Erera commented on LUCENE-4886: In the past DTW committed its IW in the ctor and

[jira] [Created] (LUCENE-4888) SloppyPhraseScorer calls DocsAndPositionsEnum.advance with target = -1

2013-03-26 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-4888: Summary: SloppyPhraseScorer calls DocsAndPositionsEnum.advance with target = -1 Key: LUCENE-4888 URL: https://issues.apache.org/jira/browse/LUCENE-4888 Project:

  1   2   >