[jira] [Updated] (LUCENE-4099) Remove generics from SpatialStrategy and remove SpatialFieldInfo

2012-07-02 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-4099: - Attachment: LUCENE-4099_remove_SpatialFieldInfo_and_put_fieldName_into_Strategy_instead_of_metho

[jira] [Assigned] (LUCENE-4099) Remove generics from SpatialStrategy and remove SpatialFieldInfo

2012-07-02 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned LUCENE-4099: Assignee: David Smiley > Remove generics from SpatialStrategy and remove SpatialFieldI

[jira] [Updated] (SOLR-3559) handle deleteByQuery reorders in distributed indexing

2012-07-02 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-3559: --- Attachment: SOLR-3559.patch Latest version that seems to pass stress tests. I had to handle the add a

[jira] [Commented] (LUCENE-4157) Improve Spatial Testing

2012-07-02 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405581#comment-13405581 ] David Smiley commented on LUCENE-4157: -- Committed documentation to the spatial.query

Re: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!

2012-07-02 Thread Mark Miller
On Jul 2, 2012, at 8:20 PM, Michael McCandless wrote: > On Mon, Jul 2, 2012 at 8:14 PM, Mark Miller wrote: >> >> On Jul 2, 2012, at 7:56 PM, Michael McCandless wrote: >> >>> Short story: I committed a fix (the javadocs for >>> CloudState.getCollectionStates needed to escape the < and >). >> >>

[jira] [Updated] (SOLR-1725) Script based UpdateRequestProcessorFactory

2012-07-02 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-1725: --- Attachment: SOLR-1725.patch bq. Are those two consecutive openReader calls redundant or needed? that was a ve

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-07-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405477#comment-13405477 ] Michael McCandless commented on LUCENE-3892: Thanks Billy, I committed this t

[jira] [Commented] (SOLR-3587) Reloading a core is no longer updates analysis process

2012-07-02 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405468#comment-13405468 ] Hoss Man commented on SOLR-3587: bq. ...the analyzer is really the deal killer here... yea

Re: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!

2012-07-02 Thread Michael McCandless
On Mon, Jul 2, 2012 at 8:14 PM, Mark Miller wrote: > > On Jul 2, 2012, at 7:56 PM, Michael McCandless wrote: > >> Short story: I committed a fix (the javadocs for >> CloudState.getCollectionStates needed to escape the < and >). > > Hmm, I couldn't get eclipse or ant javadocs to complain about this

RE: jira tracking of issues fixed in 4.0-ALPHA

2012-07-02 Thread Chris Hostetter
: I think for this case, the much easier fix would be to rename the 4.0 : version to 4.0-alpha and create a new 4.0 one. All not yet fixed would : get this new version as fix version. Doh! ... why didn't i think of that? Anybody object to this sequence? In Jira project admin for both SOLR and

Re: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!

2012-07-02 Thread Mark Miller
On Jul 2, 2012, at 7:56 PM, Michael McCandless wrote: > Short story: I committed a fix (the javadocs for > CloudState.getCollectionStates needed to escape the < and >). Hmm, I couldn't get eclipse or ant javadocs to complain about this (with my java 1.6 or java 1.7 installs). I wonder what I'm

Re: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!

2012-07-02 Thread Michael McCandless
On Mon, Jul 2, 2012 at 7:56 PM, Michael McCandless wrote: > Maybe we can find a more strict HTML parser OK it turns out Python3's html.parser has an optional strict option... and I confirmed that it would have caught this (and other), so, I think we should use that. But ... the Jenkins box

[jira] [Commented] (LUCENE-4062) More fine-grained control over the packed integer implementation that is chosen

2012-07-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405457#comment-13405457 ] Adrien Grand commented on LUCENE-4062: -- Thanks, Toke! Really strange how the direct

[jira] [Commented] (SOLR-3587) Reloading a core is no longer updates analysis process

2012-07-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405454#comment-13405454 ] Mark Miller commented on SOLR-3587: --- Ah - still new to IWConfig - I was looking through t

Re: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!

2012-07-02 Thread Michael McCandless
Short story: I committed a fix (the javadocs for CloudState.getCollectionStates needed to escape the < and >). Long story: at first I thought this was a javadocs bug ... and I discovered that Python 2.7.3 gracefully ignores this while Python 2.7.2 freaks out about it. So I upgraded Jenkins' Pytho

[JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 356 - Still Failing!

2012-07-02 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux-Java6-64/356/ All tests passed Build Log: [...truncated 18023 lines...] javadocs-lint: [...truncated 609 lines...] javadocs-lint: [...truncated 80 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java6-6

[jira] [Commented] (LUCENE-4062) More fine-grained control over the packed integer implementation that is chosen

2012-07-02 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405437#comment-13405437 ] Toke Eskildsen commented on LUCENE-4062: Using the old benchmark, I've measured p

[JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 1134 - Still Failing!

2012-07-02 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/1134/ All tests passed Build Log: [...truncated 17868 lines...] javadocs-lint: [...truncated 609 lines...] javadocs-lint: [...truncated 80 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux-Ja

[jira] [Updated] (LUCENE-4062) More fine-grained control over the packed integer implementation that is chosen

2012-07-02 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Toke Eskildsen updated LUCENE-4062: --- Attachment: PackedZero.java PackedIntsBenchmark.java Attached improved bench

[jira] [Commented] (SOLR-1725) Script based UpdateRequestProcessorFactory

2012-07-02 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405416#comment-13405416 ] Erik Hatcher commented on SOLR-1725: I'm not fond of a script having to implement all t

Re: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!

2012-07-02 Thread Robert Muir
This is the one i suspect (with the workaround i used before): http://www.lucidimagination.com/search/document/a4c5b64ef37774ff#e5fc87755f904b33 On Mon, Jul 2, 2012 at 5:56 PM, Robert Muir wrote: > I've seen this before. The latest java6 builds have some javadocs bugs > especially with generics

Re: svn commit: r1356383 - /lucene/cms/trunk/templates/solr-simple.html

2012-07-02 Thread Robert Muir
On Mon, Jul 2, 2012 at 2:47 PM, Robert Muir wrote: > Plan C: if Plan B fails, I'm just gonna send out the release note and > to hell with the website. > I'm moving onto plan C tomorrow. It sucks since we spent a lot of time improving the docs, but we just gotta get the release out. -- lucidimag

[jira] [Commented] (SOLR-3587) Reloading a core is no longer updates analysis process

2012-07-02 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405407#comment-13405407 ] Yonik Seeley commented on SOLR-3587: Can't we just pass null for the writer analyzer (o

[jira] [Updated] (SOLR-3591) Startup error not reflected in Solr web view

2012-07-02 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-3591: --- Attachment: screenshot-1.jpg Actual startup error was due to (experimenting with failure modes of SOLR

[jira] [Created] (SOLR-3591) Startup error not reflected in Solr web view

2012-07-02 Thread Erik Hatcher (JIRA)
Erik Hatcher created SOLR-3591: -- Summary: Startup error not reflected in Solr web view Key: SOLR-3591 URL: https://issues.apache.org/jira/browse/SOLR-3591 Project: Solr Issue Type: Bug Affec

Re: buildbot failure in ASF Buildbot on lucene-site-staging

2012-07-02 Thread Robert Muir
I'm throwing in the towel. I've been trying to publish javadocs to the website for almost 10 hours now. On Mon, Jul 2, 2012 at 6:26 PM, wrote: > The Buildbot has detected a new failure on builder lucene-site-staging while > building ASF Buildbot. > Full details are available at: >  http://ci.ap

[jira] [Comment Edited] (SOLR-3587) Reloading a core is no longer updates analysis process

2012-07-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405392#comment-13405392 ] Mark Miller edited comment on SOLR-3587 at 7/2/12 10:23 PM: I h

[jira] [Updated] (SOLR-3587) Reloading a core is no longer updates analysis process

2012-07-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3587: -- Fix Version/s: 5.0 > Reloading a core is no longer updates analysis process > --

[jira] [Commented] (SOLR-3587) Reloading a core is no longer updates analysis process

2012-07-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405392#comment-13405392 ] Mark Miller commented on SOLR-3587: --- I have an early hack attempt at a workaround for thi

[jira] [Updated] (SOLR-3580) In ExtendedDismax, lowercase 'not' operator is not being treated as an operator when 'lowercaseOperators' is enabled

2012-07-02 Thread Michael Dodsworth (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dodsworth updated SOLR-3580: Attachment: SOLR-3580-proposal.patch adding the 'supportedLowercaseOperator' parameter I men

[jira] [Updated] (LUCENE-4185) CharFilters being added twice in Solr

2012-07-02 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-4185: Description: Debugging one of my test cases, I found that a TokenStream from an Analyzer construc

[JENKINS] Lucene-Solr-tests-only-4.x - Build # 199 - Failure

2012-07-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-4.x/199/ All tests passed Build Log: [...truncated 25447 lines...] [...truncated 25447 lines...] [...truncated 25447 lines...] [...truncated 24338 lines...] javadocs-lint: [exec] [exec] Crawl/parse... [exec] [exe

RE: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!

2012-07-02 Thread Steven A Rowe
On Uwe's Jenkins, the regular expression used to extract failures for email notification isn't pulling everything out that it should, e.g. this email is missing javadocs-lint output. I'm collecting examples of problems (failures to extract failures) and will work on fixing some time this week.

Re: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!

2012-07-02 Thread Robert Muir
I've seen this before. The latest java6 builds have some javadocs bugs especially with generics. Locally with my java6u24 this all works fine. Please ignore this for now, I'm sure its the same bug. I'll look into it once i get the 4.0a stuff up on the website... (it likely requires adding an except

[JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!

2012-07-02 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux-Java6-64/355/ All tests passed Build Log: [...truncated 18075 lines...] javadocs-lint: [...truncated 609 lines...] javadocs-lint: [...truncated 80 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java6-6

Re: svn commit: r824127 - in /websites/staging/lucene/trunk/content: ./ core/4_0_0-ALPHA/ core/4_0_0-ALPHA/core/ core/4_0_0-ALPHA/core/org/ core/4_0_0-ALPHA/core/org/apache/ core/4_0_0-ALPHA/core/org/

2012-07-02 Thread Robert Muir
ok this worked. I'll get the rest of the javadocs in step-by-step: will just take some time. On Mon, Jul 2, 2012 at 5:17 PM, wrote: > Author: buildbot > Date: Mon Jul  2 21:14:51 2012 > New Revision: 824127 > > Log: > Staging update by buildbot for lucene > > > [This commit notification would co

[jira] [Commented] (SOLR-1725) Script based UpdateRequestProcessorFactory

2012-07-02 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405338#comment-13405338 ] Erik Hatcher commented on SOLR-1725: Hoss - in StatelessScriptUpdateProcessorFactory, t

[jira] [Commented] (SOLR-1725) Script based UpdateRequestProcessorFactory

2012-07-02 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405337#comment-13405337 ] Erik Hatcher commented on SOLR-1725: bq. Let's start some wiki documentation on this to

[jira] [Commented] (SOLR-1725) Script based UpdateRequestProcessorFactory

2012-07-02 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405331#comment-13405331 ] Erik Hatcher commented on SOLR-1725: Hoss - I've been following along. Well done Hoss

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 14808 - Failure

2012-07-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/14808/ All tests passed Build Log: [...truncated 25282 lines...] [...truncated 25282 lines...] [...truncated 25282 lines...] [...truncated 24173 lines...] javadocs-lint: [exec] [exec] Crawl/parse... [exec]

[JENKINS] Lucene-Solr-trunk-Linux-Java8-64 - Build # 4 - Still Failing!

2012-07-02 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java8-64/4/ 1 tests failed. FAILED: org.apache.solr.handler.component.SpellCheckComponentTest.testPerDictionary Error Message: mismatch: '0'!='2' @ spellcheck/suggestions/bar/startOffset Stack Trace: java.lang.RuntimeExcept

[JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 1133 - Still Failing!

2012-07-02 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/1133/ All tests passed Build Log: [...truncated 17891 lines...] javadocs-lint: [...truncated 258 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux-Java6-64/checkout/solr/build.xml:515: The fo

RE: jira tracking of issues fixed in 4.0-ALPHA

2012-07-02 Thread Uwe Schindler
I think for this case, the much easier fix would be to rename the 4.0 version to 4.0-alpha and create a new 4.0 one. All not yet fixed would get this new version as fix version. -- Uwe Schindler H.-H.-Meier-Allee 63, 28213 Bremen http://www.thetaphi.de Uwe Schindler schrieb: On my own JIRA s

[jira] [Created] (LUCENE-4186) Lucene spatial's "distErrPct" is treated as a fraction, not a percent.

2012-07-02 Thread David Smiley (JIRA)
David Smiley created LUCENE-4186: Summary: Lucene spatial's "distErrPct" is treated as a fraction, not a percent. Key: LUCENE-4186 URL: https://issues.apache.org/jira/browse/LUCENE-4186 Project: Lucen

[jira] [Updated] (SOLR-3304) Add Solr support for the new Lucene spatial module

2012-07-02 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-3304: --- Attachment: SOLR-3304_Solr_fields_for_Lucene_spatial_module.patch Here is an updated patch. Even thou

RE: jira tracking of issues fixed in 4.0-ALPHA

2012-07-02 Thread Uwe Schindler
On my own JIRA server I have a groovy scripting plugin installed (https://studio.plugins.atlassian.com/wiki/display/GRV/Script+Runner). This one can do this very simple and sophisticated. I did it several times on http://issues.pangaea.de. But of course at Apache this is harder. You also need to kn

[JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 354 - Still Failing!

2012-07-02 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux-Java6-64/354/ All tests passed Build Log: [...truncated 18030 lines...] javadocs-lint: [...truncated 609 lines...] javadocs-lint: [...truncated 80 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java6-6

[JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 1132 - Still Failing!

2012-07-02 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/1132/ All tests passed Build Log: [...truncated 17860 lines...] javadocs-lint: [...truncated 609 lines...] javadocs-lint: [...truncated 80 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux-Ja

Re: svn commit: r1356383 - /lucene/cms/trunk/templates/solr-simple.html

2012-07-02 Thread Robert Muir
Plan B: if this fails I'll see if i can revert my commits, and still update the news sections of the website (though docs will be unavailable) Plan C: if Plan B fails, I'm just gonna send out the release note and to hell with the website. On Mon, Jul 2, 2012 at 2:05 PM, Robert Muir wrote: > I'm

[jira] [Updated] (SOLR-1725) Script based UpdateRequestProcessorFactory

2012-07-02 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-1725: --- Attachment: SOLR-1725.patch Updated patch renaming the factory to StatelessScriptUpdateProcessorFactoryTest a

[jira] [Commented] (LUCENE-1381) Hanging while indexing/digesting on multiple threads

2012-07-02 Thread yoav zibin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405197#comment-13405197 ] yoav zibin commented on LUCENE-1381: This was fixed in BeanUtil version 1.8.3: https:

[jira] [Updated] (LUCENE-4185) CharFilters being added twice in Solr

2012-07-02 Thread Michael Froh (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Froh updated LUCENE-4185: - Affects Version/s: (was: 4.0) 4.0-ALPHA > CharFilters being added

Re: svn commit: r1356383 - /lucene/cms/trunk/templates/solr-simple.html

2012-07-02 Thread Robert Muir
I'm not confident I can make this work this time guys. I'll try one more time: otherwise I think we need to remove javadocs from the website. This just doesnt scale: hours long commits and adding *days* to the release process. On Mon, Jul 2, 2012 at 2:01 PM, wrote: > Author: rmuir > Date: Mon J

[jira] [Assigned] (SOLR-3587) Reloading a core is no longer updates analysis process

2012-07-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-3587: - Assignee: Mark Miller > Reloading a core is no longer updates analysis process > -

[JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 353 - Failure!

2012-07-02 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux-Java6-64/353/ All tests passed Build Log: [...truncated 18046 lines...] javadocs-lint: [...truncated 609 lines...] javadocs-lint: [...truncated 80 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java6-6

[jira] [Updated] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-07-02 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Han Jiang updated LUCENE-3892: -- Attachment: LUCENE-3892-for&pfor.patch This version will make PFor work side by side with For. Hmm, th

jira tracking of issues fixed in 4.0-ALPHA

2012-07-02 Thread Chris Hostetter
Now that we have a 4.0-ALPHA version listed in Jira, it will be easy in the future to record if a bug affected 4.0-ALPHA but was fixed in 4.0 (final). For all of the existing issues however ... things are complicated. I was hoping to do a Bulk edit of all issues matching this query...

[jira] [Updated] (SOLR-3590) Test Jira Issue

2012-07-02 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-3590: --- Labels: labelx (was: label1, label2, label3) > Test Jira Issue > --- > > Key:

[jira] [Updated] (SOLR-3590) Test Jira Issue

2012-07-02 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-3590: --- Fix Version/s: (was: 4.0-ALPHA) 3.6 4.0 > Test Jira Issue >

[jira] [Updated] (SOLR-3590) Test Jira Issue

2012-07-02 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-3590: --- Fix Version/s: (was: 3.6) (was: 4.0) 4.0-ALPHA > Test Jira I

[jira] [Resolved] (SOLR-3590) Test Jira Issue

2012-07-02 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-3590. Resolution: Fixed > Test Jira Issue > --- > > Key: SOLR-3590 >

[jira] [Created] (SOLR-3590) Test Jira Issue

2012-07-02 Thread Hoss Man (JIRA)
Hoss Man created SOLR-3590: -- Summary: Test Jira Issue Key: SOLR-3590 URL: https://issues.apache.org/jira/browse/SOLR-3590 Project: Solr Issue Type: Bug Reporter: Hoss Man Ass

[jira] [Commented] (SOLR-3467) ExtendedDismax escaping is missing several reserved characters

2012-07-02 Thread Michael Dodsworth (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405147#comment-13405147 ] Michael Dodsworth commented on SOLR-3467: - much appreciated, Jan. Thank you.

[jira] [Updated] (SOLR-3587) Reloading a core is no longer updates analysis process

2012-07-02 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-3587: --- Priority: Blocker (was: Major) Fix Version/s: 4.0 > Reloading a core is no longer updates analys

[JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 1131 - Still Failing!

2012-07-02 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/1131/ All tests passed Build Log: [...truncated 17890 lines...] javadocs-lint: [...truncated 609 lines...] javadocs-lint: [...truncated 80 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux-Ja

Re: Low pause GC for java 1.6

2012-07-02 Thread Greg Bowyer
My first question would be, do you need 16GB of heap, thats a lot and will contribute to long pauses, what happens if you try it out with 8GB, are you trying to be too greedy with the caches ? You question is very open ended, tuning a GC is an art from, what works for one workload is often qui

[jira] [Created] (SOLR-3589) Edismax parser does not honor mm parameter if analyzer splits a token

2012-07-02 Thread Tom Burton-West (JIRA)
Tom Burton-West created SOLR-3589: - Summary: Edismax parser does not honor mm parameter if analyzer splits a token Key: SOLR-3589 URL: https://issues.apache.org/jira/browse/SOLR-3589 Project: Solr

[jira] [Created] (LUCENE-4185) CharFilters being added twice in Solr

2012-07-02 Thread Michael Froh (JIRA)
Michael Froh created LUCENE-4185: Summary: CharFilters being added twice in Solr Key: LUCENE-4185 URL: https://issues.apache.org/jira/browse/LUCENE-4185 Project: Lucene - Java Issue Type: Bug

[jira] [Created] (SOLR-3588) Support data importing from AMQP queue

2012-07-02 Thread Jerry Mindek (JIRA)
Jerry Mindek created SOLR-3588: -- Summary: Support data importing from AMQP queue Key: SOLR-3588 URL: https://issues.apache.org/jira/browse/SOLR-3588 Project: Solr Issue Type: New Feature

[jira] [Commented] (SOLR-3488) Create a Collections API for SolrCloud

2012-07-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405053#comment-13405053 ] Mark Miller commented on SOLR-3488: --- So I refactored some of the zk distrib tests to use

[JENKINS] Lucene-Solr-4.x-Windows-Java7-64 - Build # 187 - Failure!

2012-07-02 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java7-64/187/ 1 tests failed. REGRESSION: org.apache.lucene.analysis.ngram.NGramTokenizerTest.testRandomStrings Error Message: some thread(s) failed Stack Trace: java.lang.RuntimeException: some thread(s) failed at

[jira] [Commented] (SOLR-3586) spellchecker directory/files not deleted

2012-07-02 Thread Robert Duenger (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405009#comment-13405009 ] Robert Duenger commented on SOLR-3586: -- no error log entries > spellc

[jira] [Updated] (LUCENE-4183) Simplify CompoundFileDirectory opening in 4.x

2012-07-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4183: -- Attachment: LUCENE-4183.patch Here again the original patch with the confusing variable names

[jira] [Updated] (LUCENE-4183) Simplify CompoundFileDirectory opening in 4.x

2012-07-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4183: -- Attachment: LUCENE-4183-priorE-pattern.patch For comparison, here the most correct pattern (em

[jira] [Commented] (LUCENE-4062) More fine-grained control over the packed integer implementation that is chosen

2012-07-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405004#comment-13405004 ] Adrien Grand commented on LUCENE-4062: -- Thanks for your graphs, Toke. It is very int

[jira] [Commented] (LUCENE-4183) Simplify CompoundFileDirectory opening in 4.x

2012-07-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404995#comment-13404995 ] Uwe Schindler commented on LUCENE-4183: --- btw, the block of code in this issue is *t

[jira] [Commented] (LUCENE-4183) Simplify CompoundFileDirectory opening in 4.x

2012-07-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404991#comment-13404991 ] Uwe Schindler commented on LUCENE-4183: --- I will commit the patch soon and also upda

[jira] [Commented] (LUCENE-4183) Simplify CompoundFileDirectory opening in 4.x

2012-07-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404989#comment-13404989 ] Uwe Schindler commented on LUCENE-4183: --- bq. How was it broken? Shouldnt TestIndexW

[jira] [Updated] (LUCENE-4184) Replace o.a.l.u.packed.Packed64SingleBlock with an inheritance-based impl

2012-07-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4184: - Attachment: LUCENE-4184.patch Patch. > Replace o.a.l.u.packed.Packed64SingleBlo

[jira] [Created] (LUCENE-4184) Replace o.a.l.u.packed.Packed64SingleBlock with an inheritance-based impl

2012-07-02 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-4184: Summary: Replace o.a.l.u.packed.Packed64SingleBlock with an inheritance-based impl Key: LUCENE-4184 URL: https://issues.apache.org/jira/browse/LUCENE-4184 Project: Lu

[jira] [Commented] (LUCENE-4183) Simplify CompoundFileDirectory opening in 4.x

2012-07-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404952#comment-13404952 ] Robert Muir commented on LUCENE-4183: - {quote} The attached path for 4.x removes the

[jira] [Updated] (SOLR-3587) Reloading a core is no longer updates analysis process

2012-07-02 Thread Alexey Serba (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Serba updated SOLR-3587: --- Attachment: SOLR-3587.patch Added Solr test > Reloading a core is no longer updates a

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

2012-07-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/2856/ 1 tests failed. FAILED: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch Error Message: Timeout occured while waiting response from server at: http://localhost:29985/solr/collection1 Stack Trace: org

[jira] [Created] (SOLR-3587) Reloading a core is no longer updates analysis process

2012-07-02 Thread Alexey Serba (JIRA)
Alexey Serba created SOLR-3587: -- Summary: Reloading a core is no longer updates analysis process Key: SOLR-3587 URL: https://issues.apache.org/jira/browse/SOLR-3587 Project: Solr Issue Type: Bug

[jira] [Created] (SOLR-3586) spellchecker directory/files not deleted

2012-07-02 Thread Robert Duenger (JIRA)
Robert Duenger created SOLR-3586: Summary: spellchecker directory/files not deleted Key: SOLR-3586 URL: https://issues.apache.org/jira/browse/SOLR-3586 Project: Solr Issue Type: Bug

[jira] [Comment Edited] (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2012-07-02 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404915#comment-13404915 ] Lance Norskog edited comment on LUCENE-2899 at 7/2/12 8:08 AM:

[jira] [Updated] (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2012-07-02 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lance Norskog updated LUCENE-2899: -- Attachment: LUCENE-2899.patch > Add OpenNLP Analysis capabilities as a module > --

[jira] [Commented] (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2012-07-02 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404915#comment-13404915 ] Lance Norskog commented on LUCENE-2899: --- {{dev-tools}} needs updating. I don't have