[jira] [Updated] (SOLR-3137) When solr.xml is persisted, you lose all system property substitution that was used.

2012-02-15 Thread Mark Miller (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3137: -- Attachment: SOLR-3137.patch patch with the general idea of what I am thinking - we store the orig solr.x

[jira] [Created] (SOLR-3137) When solr.xml is persisted, you lose all system property substitution that was used.

2012-02-15 Thread Mark Miller (Created) (JIRA)
When solr.xml is persisted, you lose all system property substitution that was used. - Key: SOLR-3137 URL: https://issues.apache.org/jira/browse/SOLR-3137 Project: S

[jira] [Commented] (SOLR-3079) Backport of Solr-1431 (CommComponent abstracted)

2012-02-15 Thread Greg Bowyer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209040#comment-13209040 ] Greg Bowyer commented on SOLR-3079: --- looks like there is talk of a 3.6 release, how would

Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1741 - Still Failing

2012-02-15 Thread Mark Miller
I have not gotten totally to the bottom of this, but I have found out some info at least - when one of these tests doesn't close a searcher, it's not some thread that is hanging. So somehow a searcher is not being released somewhere on random occasions - I've thought that must be some super edge

[jira] [Resolved] (LUCENE-3754) Store generated archive manifests in per-module output directories

2012-02-15 Thread Steven Rowe (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe resolved LUCENE-3754. - Resolution: Fixed Fix Version/s: 4.0 3.6 Lucene Fields: New,Patch A

[jira] [Updated] (LUCENE-3785) Replace ant macros for running concurrent tests with ant-junit4.

2012-02-15 Thread Dawid Weiss (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-3785: Attachment: line-per-test.txt > Replace ant macros for running concurrent tests with ant-junit

[jira] [Commented] (LUCENE-3785) Replace ant macros for running concurrent tests with ant-junit4.

2012-02-15 Thread Dawid Weiss (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208867#comment-13208867 ] Dawid Weiss commented on LUCENE-3785: - An alternative output from lucene tests; I lik

[jira] [Issue Comment Edited] (LUCENE-3778) Create a grouping convenience class

2012-02-15 Thread Martijn van Groningen (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208846#comment-13208846 ] Martijn van Groningen edited comment on LUCENE-3778 at 2/15/12 10:12 PM: --

[jira] [Issue Comment Edited] (LUCENE-3785) Replace ant macros for running concurrent tests with ant-junit4.

2012-02-15 Thread Dawid Weiss (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208837#comment-13208837 ] Dawid Weiss edited comment on LUCENE-3785 at 2/15/12 10:11 PM:

[jira] [Commented] (LUCENE-3778) Create a grouping convenience class

2012-02-15 Thread Martijn van Groningen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208846#comment-13208846 ] Martijn van Groningen commented on LUCENE-3778: --- Yes, it would look somethi

[jira] [Updated] (LUCENE-3785) Replace ant macros for running concurrent tests with ant-junit4.

2012-02-15 Thread Dawid Weiss (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-3785: Description: ant-junit4 is an ANT task for running tests in parallel (on slave JVMs). Its advanta

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1741 - Still Failing

2012-02-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1741/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest Error Message: ERROR: SolrIndexSearcher opens=11 closes=10 Stack Trace: junit.framework.AssertionFailedError: ERROR: SolrIndexSear

[jira] [Commented] (LUCENE-3785) Replace ant macros for running concurrent tests with ant-junit4.

2012-02-15 Thread Dawid Weiss (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208837#comment-13208837 ] Dawid Weiss commented on LUCENE-3785: - An output for full lucene tests under junit4.

[jira] [Updated] (LUCENE-3785) Replace ant macros for running concurrent tests with ant-junit4.

2012-02-15 Thread Dawid Weiss (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-3785: Attachment: lucene-tests.txt This is an output for all lucene tests (junit4). > R

[jira] [Commented] (LUCENE-3785) Replace ant macros for running concurrent tests with ant-junit4.

2012-02-15 Thread Dawid Weiss (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208826#comment-13208826 ] Dawid Weiss commented on LUCENE-3785: - An example improvement over trunk. I've design

[jira] [Commented] (LUCENE-3785) Replace ant macros for running concurrent tests with ant-junit4.

2012-02-15 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208819#comment-13208819 ] Robert Muir commented on LUCENE-3785: - {quote} jvm-crash resilience (I wrote tests th

[jira] [Updated] (LUCENE-3785) Replace ant macros for running concurrent tests with ant-junit4.

2012-02-15 Thread Dawid Weiss (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-3785: Attachment: trunk2.txt trunk1.txt junit4-2.txt juni

[jira] [Updated] (LUCENE-3785) Replace ant macros for running concurrent tests with ant-junit4.

2012-02-15 Thread Dawid Weiss (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-3785: Attachment: failure-cases.patch This patch is not intended for inclusion, it provides all kinds of

Re: new Admin UI and license information

2012-02-15 Thread Erick Erickson
Right, that makes sense, we have no authority to re-license anything. I removed them. Thanks, Erick On Wed, Feb 15, 2012 at 3:59 PM, Chris Hostetter wrote: > > : 2> ...solr/webapp/web/js/jquery.sparkline.js and a couple of others > : already had a license notification in them. I added in the Apa

[jira] [Updated] (SOLR-2947) DIH caching bug - EntityRunner destroys child entity processor

2012-02-15 Thread James Dyer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer updated SOLR-2947: - Attachment: SOLR-2947.patch I will commit this shortly. > DIH caching bug - EntityRunner

[jira] [Assigned] (SOLR-2947) DIH caching bug - EntityRunner destroys child entity processor

2012-02-15 Thread James Dyer (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer reassigned SOLR-2947: Assignee: James Dyer > DIH caching bug - EntityRunner destroys child entity processor >

Re: new Admin UI and license information

2012-02-15 Thread Chris Hostetter
: 2> ...solr/webapp/web/js/jquery.sparkline.js and a couple of others : already had a license notification in them. I added in the Apache : license information, should I have? IANAL but I'm pretty sure you should *not* replace/add an ASL header to any file that already has some other license hea

[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers

2012-02-15 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208784#comment-13208784 ] Robert Muir commented on LUCENE-3731: - Thanks Tommaso: i committed this. Also a tiny

[jira] [Resolved] (LUCENE-3791) ant eclipse should setup default project formatting.

2012-02-15 Thread Dawid Weiss (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-3791. - Resolution: Fixed Fix Version/s: 4.0 3.6 > ant eclipse should setu

[jira] [Updated] (LUCENE-3789) Expose FilteredTermsEnum from MTQ

2012-02-15 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3789: Attachment: LUCENE-3789.patch tiny simple patch against trunk... 3.x'd look slightly diffe

[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers

2012-02-15 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208766#comment-13208766 ] Tommaso Teofili commented on LUCENE-3731: - bq. OK, if there is no objection I wil

[jira] [Commented] (LUCENE-3791) ant eclipse should setup default project formatting.

2012-02-15 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208767#comment-13208767 ] Robert Muir commented on LUCENE-3791: - But it does work, +1 > ant e

[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers

2012-02-15 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208761#comment-13208761 ] Robert Muir commented on LUCENE-3731: - OK, if there is no objection I will commit thi

[jira] [Commented] (LUCENE-3791) ant eclipse should setup default project formatting.

2012-02-15 Thread Dawid Weiss (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208755#comment-13208755 ] Dawid Weiss commented on LUCENE-3791: - Yes, you won't have a "named" formatter -- thi

[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers

2012-02-15 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208753#comment-13208753 ] Tommaso Teofili commented on LUCENE-3731: - Thanks Robert for taking care of this,

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1740 - Still Failing

2012-02-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1740/ 2 tests failed. FAILED: org.apache.lucene.analysis.uima.UIMABaseAnalyzerTest.testRandomStrings Error Message: java.lang.AssertionError: Some threads threw uncaught exceptions! Stack Trace: java.lang.RuntimeException:

[jira] [Commented] (LUCENE-3791) ant eclipse should setup default project formatting.

2012-02-15 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208747#comment-13208747 ] Robert Muir commented on LUCENE-3791: - This patch actually works, at first it seems l

[jira] [Updated] (LUCENE-3791) ant eclipse should setup default project formatting.

2012-02-15 Thread Dawid Weiss (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-3791: Attachment: LUCENE-3791.patch git patch, but should work with patch -p0 <... > an

[jira] [Commented] (LUCENE-3791) ant eclipse should setup default project formatting.

2012-02-15 Thread Dawid Weiss (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208733#comment-13208733 ] Dawid Weiss commented on LUCENE-3791: - I really can't explain how it works other than

[jira] [Commented] (LUCENE-3791) ant eclipse should setup default project formatting.

2012-02-15 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208711#comment-13208711 ] Uwe Schindler commented on LUCENE-3791: --- Hey cool, how does that work? I only know

[jira] [Commented] (LUCENE-3791) ant eclipse should setup default project formatting.

2012-02-15 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208708#comment-13208708 ] Robert Muir commented on LUCENE-3791: - I don't think its selfish, +1 for configuring

[jira] [Created] (LUCENE-3791) ant eclipse should setup default project formatting.

2012-02-15 Thread Dawid Weiss (Created) (JIRA)
ant eclipse should setup default project formatting. Key: LUCENE-3791 URL: https://issues.apache.org/jira/browse/LUCENE-3791 Project: Lucene - Java Issue Type: Improvement Compon

Re: [Lucene.Net] Blog Setup

2012-02-15 Thread Troy Howard
Why not move docs to http://readthedocs.org/ On Wed, Feb 15, 2012 at 10:45 AM, Christopher Currens wrote: > Erg.  Was it related to the whole documentation thing?  I'm pretty sure > it's "frowned upon" for our documentation to break SVN every time we do a > release, so we should probably figure o

Re: [Lucene.Net] Blog Setup

2012-02-15 Thread Christopher Currens
Erg. Was it related to the whole documentation thing? I'm pretty sure it's "frowned upon" for our documentation to break SVN every time we do a release, so we should probably figure out a solution for that. :P Thanks, Christopher On Wed, Feb 15, 2012 at 10:28 AM, Prescott Nasser wrote: > > I

[jira] [Updated] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers

2012-02-15 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3731: Attachment: LUCENE-3731_speed.patch ok new patch, with more refactoring... no more nocommits :) n

RE: [Lucene.Net] Blog Setup

2012-02-15 Thread Prescott Nasser
Ick, I'm in the middle of publishing and working with Joe @ site-dev. We've totally f'd up svn. He's asked we stop doing things and he's going to fix it and get back to us... At least we're active.. ;) ~P > Date: Wed, 15 Feb 2012 10:20:29 -0800 > From: currens.ch...@gmail.com > To: lucene-net-.

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1739 - Still Failing

2012-02-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1739/ 2 tests failed. FAILED: org.apache.lucene.analysis.uima.UIMABaseAnalyzerTest.testRandomStrings Error Message: java.lang.AssertionError: Some threads threw uncaught exceptions! Stack Trace: java.lang.RuntimeException:

Re: [Lucene.Net] Blog Setup

2012-02-15 Thread Christopher Currens
I made some changes to the website in staging. Just a few things regarding the blog list, a little bit of left padding and adding a recent news header above it. I also changed the link style a little bit. Feel free to revert any/all changes I've made. :) Thanks, Christopher On Tue, Feb 14, 20

[jira] [Updated] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers

2012-02-15 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3731: Attachment: LUCENE-3731_speed.patch updated patch: * each tokenstream gets its own AnalysisEngine

[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers

2012-02-15 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208609#comment-13208609 ] Robert Muir commented on LUCENE-3731: - Tommaso, I will make another prototype patch t

[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers

2012-02-15 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208595#comment-13208595 ] Tommaso Teofili commented on LUCENE-3731: - Hi Robert, reusing the CAS is good, as

Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1738 - Still Failing

2012-02-15 Thread Tommaso Teofili
Hi Robert, 2012/2/15 Robert Muir > I think these are thread-safety problems related to using the same > analysis engine instance? > > See prototype patch on > https://issues.apache.org/jira/browse/LUCENE-3731, this is also > causing some performance issues I think. > > Currently I think because

[jira] [Updated] (SOLR-3136) FacetField and Count : Override equals() and hashCode()

2012-02-15 Thread Chantal Ackermann (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chantal Ackermann updated SOLR-3136: Description: Overriding equals() and hashCode() of FacetField and Count to provide equality

RE: [Lucene.Net] Site / docs

2012-02-15 Thread Prescott Nasser
BOM indeed - thanks for the catch. > From: bode...@apache.org > To: lucene-net-...@incubator.apache.org > Date: Tue, 14 Feb 2012 11:02:24 +0100 > Subject: Re: [Lucene.Net] Site / docs > > On 2012-02-14, Prescott Nasser wrote: > > > I've been trying to use the upload a tar.gz file to add docs to

[jira] [Issue Comment Edited] (SOLR-2847) fix test bug in DistributedSpellCheckComponentTest

2012-02-15 Thread James Dyer (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208587#comment-13208587 ] James Dyer edited comment on SOLR-2847 at 2/15/12 5:09 PM: --- Trunk

[jira] [Created] (SOLR-3136) FacetField and Count : Override equals() and hashCode()

2012-02-15 Thread Chantal Ackermann (Created) (JIRA)
FacetField and Count : Override equals() and hashCode() --- Key: SOLR-3136 URL: https://issues.apache.org/jira/browse/SOLR-3136 Project: Solr Issue Type: Improvement Components: c

[jira] [Resolved] (SOLR-2847) fix test bug in DistributedSpellCheckComponentTest

2012-02-15 Thread James Dyer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer resolved SOLR-2847. -- Resolution: Fixed Trunk: r1244553 Branch_3x: r124459 > fix test bug in DistributedSpell

Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1738 - Still Failing

2012-02-15 Thread Robert Muir
I think these are thread-safety problems related to using the same analysis engine instance? See prototype patch on https://issues.apache.org/jira/browse/LUCENE-3731, this is also causing some performance issues I think. Currently I think because no CAS is reused, its just slow and the possibilit

[jira] [Updated] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers

2012-02-15 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3731: Attachment: LUCENE-3731_speed.patch Hi Tommaso, I noticed some of the tests here are really slow..

[jira] [Commented] (LUCENE-3760) Cleanup DR.getCurrentVersion/DR.getUserData/DR.getIndexCommit().getUserData()

2012-02-15 Thread Shai Erera (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208567#comment-13208567 ] Shai Erera commented on LUCENE-3760: Yes, I know that I can write it. But it means I'

[Lucene.Net] buildbot success in ASF Buildbot on lucene.net-site-staging

2012-02-15 Thread buildbot
The Buildbot has detected a restored build on builder lucene.net-site-staging while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/lucene.net-site-staging/builds/119 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-cms-slave Build Reason: s

[Lucene.Net] buildbot failure in ASF Buildbot on lucene.net-site-staging

2012-02-15 Thread buildbot
The Buildbot has detected a new failure on builder lucene.net-site-staging while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/lucene.net-site-staging/builds/117 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-cms-slave Build Reason: sche

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1738 - Still Failing

2012-02-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1738/ 2 tests failed. FAILED: org.apache.lucene.analysis.uima.UIMABaseAnalyzerTest.testRandomStrings Error Message: java.lang.AssertionError: Some threads threw uncaught exceptions! Stack Trace: java.lang.RuntimeException:

RE: [JENKINS-MAVEN] Lucene-Solr-Maven-3.x #393: POMs out of sync

2012-02-15 Thread Uwe Schindler
I agree! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Robert Muir [mailto:rcm...@gmail.com] > Sent: Wednesday, February 15, 2012 4:51 PM > To: dev@lucene.apache.org > Subject: Re: [JENKINS-MAVEN] Luce

[jira] [Commented] (LUCENE-3778) Create a grouping convenience class

2012-02-15 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208550#comment-13208550 ] Michael McCandless commented on LUCENE-3778: This sounds like a good idea! G

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

2012-02-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/389/ No tests ran. Build Log (for compile errors): [...truncated 10872 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands,

Re: [JENKINS-MAVEN] Lucene-Solr-Maven-3.x #393: POMs out of sync

2012-02-15 Thread Robert Muir
On Wed, Feb 15, 2012 at 10:44 AM, Steven A Rowe wrote: > Robert, > > This was definitely caused by your commit. > > Eclipse is wrong: common-build.xml is not a stand-alone Ant file, and > everywhere it is imported, javadocs is defined. No, eclipse is definitely correct. depending on a non-existe

RE: [JENKINS-MAVEN] Lucene-Solr-Maven-3.x #393: POMs out of sync

2012-02-15 Thread Steven A Rowe
Robert, This was definitely caused by your commit. Eclipse is wrong: common-build.xml is not a stand-alone Ant file, and everywhere it is imported, javadocs is defined. Please revert. (You have been dismissive in the past about catering to IDE quirks, Robert, so I'm hopeful that you'll impose

[jira] [Commented] (LUCENE-3754) Store generated archive manifests in per-module output directories

2012-02-15 Thread Steven Rowe (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208544#comment-13208544 ] Steven Rowe commented on LUCENE-3754: - Committed to trunk. Backporting to branch_3x

[jira] [Resolved] (LUCENE-3790) benchmark cannot parse highlight-vs-vector-highlight.alg, but only on 3.x?!

2012-02-15 Thread Shai Erera (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera resolved LUCENE-3790. Resolution: Fixed Assignee: Shai Erera Committed the fix in rev 1244532. >

[jira] [Commented] (LUCENE-3790) benchmark cannot parse highlight-vs-vector-highlight.alg, but only on 3.x?!

2012-02-15 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208532#comment-13208532 ] Robert Muir commented on LUCENE-3790: - Thanks Shai! I tested this locally and the tes

[jira] [Commented] (LUCENE-3790) benchmark cannot parse highlight-vs-vector-highlight.alg, but only on 3.x?!

2012-02-15 Thread Shai Erera (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208525#comment-13208525 ] Shai Erera commented on LUCENE-3790: This is the reason -- SearchTravRetVectorHighlig

[jira] [Commented] (LUCENE-3768) Typo in some of the .alg files: ForcMerge instead of ForceMerge

2012-02-15 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208523#comment-13208523 ] Robert Muir commented on LUCENE-3768: - I opened LUCENE-3790 for the followup bug

[jira] [Created] (LUCENE-3790) benchmark cannot parse highlight-vs-vector-highlight.alg, but only on 3.x?!

2012-02-15 Thread Robert Muir (Created) (JIRA)
benchmark cannot parse highlight-vs-vector-highlight.alg, but only on 3.x?! --- Key: LUCENE-3790 URL: https://issues.apache.org/jira/browse/LUCENE-3790 Project: Lucene - Java

[jira] [Resolved] (LUCENE-3768) Typo in some of the .alg files: ForcMerge instead of ForceMerge

2012-02-15 Thread Robert Muir (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3768. - Resolution: Fixed Fix Version/s: 4.0 3.6 Thanks Sami, upon backporting

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1737 - Still Failing

2012-02-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1737/ 2 tests failed. REGRESSION: org.apache.lucene.analysis.uima.UIMABaseAnalyzerTest.testRandomStrings Error Message: java.lang.AssertionError: Some threads threw uncaught exceptions! Stack Trace: java.lang.RuntimeExcept

[jira] [Created] (LUCENE-3789) Expose FilteredTermsEnum from MTQ

2012-02-15 Thread Simon Willnauer (Created) (JIRA)
Expose FilteredTermsEnum from MTQ -- Key: LUCENE-3789 URL: https://issues.apache.org/jira/browse/LUCENE-3789 Project: Lucene - Java Issue Type: Improvement Components: core/search Affects Versio

[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers

2012-02-15 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208460#comment-13208460 ] Tommaso Teofili commented on LUCENE-3731: - fix for the issues reported by Steven

RE: why is MTQ#getEnum protected

2012-02-15 Thread Uwe Schindler
> On Wed, Feb 15, 2012 at 8:21 AM, Uwe Schindler wrote: > > Another cleaner fix would be to add a protected final method to > RewriteMethod that calls this method from MTQ. So anything subclassing > RewriteMethod can get the enum from inside the RewriteMethod class which > is the "correct" way to

Re: why is MTQ#getEnum protected

2012-02-15 Thread Robert Muir
On Wed, Feb 15, 2012 at 8:21 AM, Uwe Schindler wrote: > Another cleaner fix would be to add a protected final method to RewriteMethod > that calls this method from MTQ. So anything subclassing RewriteMethod can > get the enum from inside the RewriteMethod class which is the "correct" way > to h

RE: why is MTQ#getEnum protected

2012-02-15 Thread Uwe Schindler
Hi Simon, I had the same issue with a customer, too (for a custom RewriteMethod). I used reflection to call the method :-) I agree with you, the bug is the following: getEnum() is protected so it is intended to be called *only* by subclasses (that’s the idea behind protected methods). They are

Re: [JENKINS-MAVEN] Lucene-Solr-Maven-3.x #393: POMs out of sync

2012-02-15 Thread Robert Muir
This might have been caused by my commit, but see my previous email... its bad that checkouts in lucene appear to be 'broken' in eclipse, becuase the ant common-build 'xml' is invalid (i dont understand how this was depending on 'javadocs' task before) On Wed, Feb 15, 2012 at 8:12 AM, Apache Jenki

Re: why is MTQ#getEnum protected

2012-02-15 Thread Simon Willnauer
On Wed, Feb 15, 2012 at 11:55 AM, Robert Muir wrote: > On Wed, Feb 15, 2012 at 5:18 AM, Simon Willnauer > wrote: >> hey guys, I am working on different rewrite methods etc. and the fact >> that getEnum is protected drives me nuts. I always have to put stuff >> into the o.a.l.search package if I w

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

2012-02-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-3.x/393/ No tests ran. Build Log (for compile errors): [...truncated 33624 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e

[jira] [Commented] (SOLR-2708) Allow customizable bean mapping for QueryResponse.getBeans(..)

2012-02-15 Thread Erik (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208439#comment-13208439 ] Erik commented on SOLR-2708: I want to define externally how a @Field annotated attribute is re

[jira] [Created] (SOLR-3135) New binary request/response format using Avro

2012-02-15 Thread Created
New binary request/response format using Avro - Key: SOLR-3135 URL: https://issues.apache.org/jira/browse/SOLR-3135 Project: Solr Issue Type: New Feature Components: Response Writers, sea

[jira] [Commented] (SOLR-2708) Allow customizable bean mapping for QueryResponse.getBeans(..)

2012-02-15 Thread Chris Male (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208418#comment-13208418 ] Chris Male commented on SOLR-2708: -- I really need to come back to this and simplify it mor

[jira] [Commented] (SOLR-2708) Allow customizable bean mapping for QueryResponse.getBeans(..)

2012-02-15 Thread Erik (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208416#comment-13208416 ] Erik commented on SOLR-2708: This patch would solve my current problem. I just checked out the

[jira] [Closed] (LUCENE-3788) Separate getting Directory from IndexReader from its concrete subclasses

2012-02-15 Thread Uwe Schindler (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler closed LUCENE-3788. - Resolution: Won't Fix Assignee: Uwe Schindler > Separate getting Directory from IndexR

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1736 - Still Failing

2012-02-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1736/ 1 tests failed. FAILED: org.apache.lucene.analysis.uima.UIMATypeAwareAnalyzerTest.testRandomStrings Error Message: java.lang.AssertionError: Some threads threw uncaught exceptions! Stack Trace: java.lang.RuntimeExcep

[jira] [Commented] (LUCENE-3788) Separate getting Directory from IndexReader from its concrete subclasses

2012-02-15 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208414#comment-13208414 ] Uwe Schindler commented on LUCENE-3788: --- Thanks, by the way, I would be glad to see

[jira] [Commented] (LUCENE-3760) Cleanup DR.getCurrentVersion/DR.getUserData/DR.getIndexCommit().getUserData()

2012-02-15 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208408#comment-13208408 ] Uwe Schindler commented on LUCENE-3760: --- In that case, SegmentInfos is public, so y

[jira] [Commented] (LUCENE-3788) Separate getting Directory from IndexReader from its concrete subclasses

2012-02-15 Thread Andrzej Bialecki (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208407#comment-13208407 ] Andrzej Bialecki commented on LUCENE-3788: --- Cool. I really appreciate your hel

[jira] [Commented] (LUCENE-3760) Cleanup DR.getCurrentVersion/DR.getUserData/DR.getIndexCommit().getUserData()

2012-02-15 Thread Shai Erera (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208400#comment-13208400 ] Shai Erera commented on LUCENE-3760: You're right Uwe, I can do that. But it's still

[jira] [Commented] (LUCENE-3760) Cleanup DR.getCurrentVersion/DR.getUserData/DR.getIndexCommit().getUserData()

2012-02-15 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208397#comment-13208397 ] Uwe Schindler commented on LUCENE-3760: --- bq. I can still use them in 3.x, but won't

[jira] [Commented] (LUCENE-3760) Cleanup DR.getCurrentVersion/DR.getUserData/DR.getIndexCommit().getUserData()

2012-02-15 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208396#comment-13208396 ] Robert Muir commented on LUCENE-3760: - {quote} It does load the norms and deleted doc

[jira] [Commented] (LUCENE-3760) Cleanup DR.getCurrentVersion/DR.getUserData/DR.getIndexCommit().getUserData()

2012-02-15 Thread Shai Erera (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208395#comment-13208395 ] Shai Erera commented on LUCENE-3760: You also made that comment: bq. If someone has

[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers

2012-02-15 Thread Tommaso Teofili (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208393#comment-13208393 ] Tommaso Teofili commented on LUCENE-3731: - Ok, I noticed this was due to an issue

Re: Deprecated methods on trunk

2012-02-15 Thread Robert Muir
On Wed, Feb 15, 2012 at 6:36 AM, Shai Erera wrote: > It makes sense to me, but it also means that 4.0 will go out with deprecated > API that will exist until 5.0 is out. > > I only raised it to learn if this was done by mistake, or there is some > logic behind it. I guess that for me, reading MIGR

[jira] [Commented] (LUCENE-3760) Cleanup DR.getCurrentVersion/DR.getUserData/DR.getIndexCommit().getUserData()

2012-02-15 Thread Shai Erera (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208389#comment-13208389 ] Shai Erera commented on LUCENE-3760: bq. I mean in the full picture of the applicatio

Re: Welcome Christian Moen as committer

2012-02-15 Thread Christian Moen
Thanks a lot for the kind words and the warm welcome! My background is from FAST (now Microsoft) and I've been working on the ESP search engine for about five years at FAST's R&D headquarters in Norway. I relocated to FAST's Japan office in 2005 and I've been helping selling and delivering sea

Re: Deprecated methods on trunk

2012-02-15 Thread Shai Erera
It makes sense to me, but it also means that 4.0 will go out with deprecated API that will exist until 5.0 is out. I only raised it to learn if this was done by mistake, or there is some logic behind it. I guess that for me, reading MIGRATE will be enough, but I cannot speak for others. I don't m

Re: Deprecated methods on trunk

2012-02-15 Thread Robert Muir
Hi Shai, I think in some cases its good for us to add deprecated APIs to trunk rather than completely breaking users. We can look at these as 'migration paths' for the user... Here is a good example of one i specifically requested (Mike implemented, thanks!): https://issues.apache.org/jira/brows

[jira] [Commented] (LUCENE-3760) Cleanup DR.getCurrentVersion/DR.getUserData/DR.getIndexCommit().getUserData()

2012-02-15 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208382#comment-13208382 ] Robert Muir commented on LUCENE-3760: - {quote} You mean if IndexReader.getCommitUserD

[jira] [Commented] (LUCENE-3788) Separate getting Directory from IndexReader from its concrete subclasses

2012-02-15 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208381#comment-13208381 ] Uwe Schindler commented on LUCENE-3788: --- I did not want to complain, it was just al

  1   2   >