[jira] [Updated] (LUCENE-4876) IndexWriterConfig.clone should clone the MergeScheduler

2013-07-26 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4876: --- Attachment: LUCENE-4876.patch I thought it will be an easy change, but some tests failed, as they

[jira] [Commented] (SOLR-2834) AnalysisResponseBase.java doesn't handle org.apache.solr.analysis.HTMLStripCharFilter

2013-07-26 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720459#comment-13720459 ] Raphaël Zürcher commented on SOLR-2834: --- I confirm that this issue is still in

[jira] [Commented] (LUCENE-4876) IndexWriterConfig.clone should clone the MergeScheduler

2013-07-26 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720476#comment-13720476 ] Adrien Grand commented on LUCENE-4876: -- bq. We keep clone() on IWC, and the rest of

[jira] [Created] (SOLR-5077) Inconsistencies in solrconfig upload limits - examples and test-files

2013-07-26 Thread Shawn Heisey (JIRA)
Shawn Heisey created SOLR-5077: -- Summary: Inconsistencies in solrconfig upload limits - examples and test-files Key: SOLR-5077 URL: https://issues.apache.org/jira/browse/SOLR-5077 Project: Solr

[jira] [Created] (SOLR-5078) SolrJ NPE in delete()

2013-07-26 Thread Markus Jelsma (JIRA)
Markus Jelsma created SOLR-5078: --- Summary: SolrJ NPE in delete() Key: SOLR-5078 URL: https://issues.apache.org/jira/browse/SOLR-5078 Project: Solr Issue Type: Bug Components: clients

[jira] [Commented] (SOLR-5077) Inconsistencies in solrconfig upload limits - examples and test-files

2013-07-26 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720492#comment-13720492 ] Shawn Heisey commented on SOLR-5077: It seems to me that formdataUploadLimitInKB is

[jira] [Commented] (LUCENE-4876) IndexWriterConfig.clone should clone the MergeScheduler

2013-07-26 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720512#comment-13720512 ] Shai Erera commented on LUCENE-4876: This is currently impossible because of SetOnce.

[jira] [Commented] (LUCENE-4876) IndexWriterConfig.clone should clone the MergeScheduler

2013-07-26 Thread selckin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720518#comment-13720518 ] selckin commented on LUCENE-4876: - This is also encouraging to just 'return this' from

[jira] [Commented] (LUCENE-4876) IndexWriterConfig.clone should clone the MergeScheduler

2013-07-26 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720521#comment-13720521 ] Shai Erera commented on LUCENE-4876: That's right. I view IWC.clone as a service to

Re: [PROPOSAL] Make Luke a Lucene/Solr Module

2013-07-26 Thread Ajay Bhat
Hi, I have a question regarding one of the interfaces in the orig version. The IOReporter.java [1] is used by the Hadoop Plugin [2] and it only has 2 functions which are implemented by Hadoop Plugin. Is this interface really needed? Can't I just use the functions as is in Hadoop class without

[jira] [Commented] (LUCENE-4876) IndexWriterConfig.clone should clone the MergeScheduler

2013-07-26 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720526#comment-13720526 ] Adrien Grand commented on LUCENE-4876: -- bq. This is currently impossible because of

RE: svn commit: r1507224 - in /lucene/dev/trunk: lucene/site/xsl/index.xsl solr/site/xsl/index.xsl

2013-07-26 Thread Uwe Schindler
Moin, Why not use the Unicode Trandemark sign with #; instead of the HTML markup? Robert would be more happy :-) Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: sar...@apache.org

[jira] [Created] (LUCENE-5138) Update source file attributes

2013-07-26 Thread Han Jiang (JIRA)
Han Jiang created LUCENE-5138: - Summary: Update source file attributes Key: LUCENE-5138 URL: https://issues.apache.org/jira/browse/LUCENE-5138 Project: Lucene - Core Issue Type: Improvement

[jira] [Updated] (LUCENE-5138) Update source file attributes

2013-07-26 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Han Jiang updated LUCENE-5138: -- Attachment: LUCENE-5138.patch Patch, created by: {noformat} find -executable -type f -name *.java

Re: svn commit: r1507224 - in /lucene/dev/trunk: lucene/site/xsl/index.xsl solr/site/xsl/index.xsl

2013-07-26 Thread Steve Rowe
Didn't occur to me, that's all. Would it actually be better in any tangible way? - Steve On Jul 26, 2013, at 5:06 AM, Uwe Schindler u...@thetaphi.de wrote: Moin, Why not use the Unicode Trandemark sign with #; instead of the HTML markup? Robert would be more happy :-) Uwe -

RE: svn commit: r1507224 - in /lucene/dev/trunk: lucene/site/xsl/index.xsl solr/site/xsl/index.xsl

2013-07-26 Thread Uwe Schindler
Doesn't matter :-) To me it looks simplier to use the Unicode character instead of span/. Also the TM symbol in Unicode is already superscript, so the fonts match better. #8482; is the symbol in XML, so I would replace it by that one. I can do it if you like! Uwe - Uwe Schindler

Re: svn commit: r1507224 - in /lucene/dev/trunk: lucene/site/xsl/index.xsl solr/site/xsl/index.xsl

2013-07-26 Thread Steve Rowe
I tried it, and without any font size control, it's huge - I was trying to make it visible but not dominant, and I'd actually have to add *more* markup to achieve that with the ™ sign (#x2122;) (Funnily enough, when I was typing this, OS X's Mail.app auto-converted TM to ™… - I had to do extra

[jira] [Created] (LUCENE-5139) ArrayIndexOutOfBoundsException in FacetsAccumulator.accumulate while indexing

2013-07-26 Thread Rob Audenaerde (JIRA)
Rob Audenaerde created LUCENE-5139: -- Summary: ArrayIndexOutOfBoundsException in FacetsAccumulator.accumulate while indexing Key: LUCENE-5139 URL: https://issues.apache.org/jira/browse/LUCENE-5139

[jira] [Updated] (LUCENE-5139) ArrayIndexOutOfBoundsException in FacetsAccumulator.accumulate while indexing

2013-07-26 Thread Rob Audenaerde (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Audenaerde updated LUCENE-5139: --- Description: It is a hard to reproduce problem, but I see it from time to time. I am

RE: svn commit: r1507224 - in /lucene/dev/trunk: lucene/site/xsl/index.xsl solr/site/xsl/index.xsl

2013-07-26 Thread Uwe Schindler
Ah, because it was part of the h1 heading the TM was larger than in standard floating text! OK - I'm fine then :-) Sorry for disturbing! Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Steve Rowe

[jira] [Updated] (LUCENE-5139) ArrayIndexOutOfBoundsException in FacetsAccumulator.accumulate while indexing

2013-07-26 Thread Rob Audenaerde (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Audenaerde updated LUCENE-5139: --- Description: It is a hard to reproduce problem, but I see it from time to time. I am

[jira] [Updated] (LUCENE-5139) ArrayIndexOutOfBoundsException in FacetsAccumulator.accumulate while indexing

2013-07-26 Thread Rob Audenaerde (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Audenaerde updated LUCENE-5139: --- Description: It is a hard to reproduce problem, but I see it from time to time. I am

[jira] [Commented] (LUCENE-4876) IndexWriterConfig.clone should clone the MergeScheduler

2013-07-26 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720656#comment-13720656 ] Shai Erera commented on LUCENE-4876: The purpose behind IWC was to centralize all IW

[jira] [Commented] (LUCENE-5139) ArrayIndexOutOfBoundsException in FacetsAccumulator.accumulate while indexing

2013-07-26 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720685#comment-13720685 ] Shai Erera commented on LUCENE-5139: Rob, can you try to reproduce that while using

[jira] [Updated] (LUCENE-4876) IndexWriterConfig.clone should clone the MergeScheduler

2013-07-26 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4876: --- Attachment: LUCENE-4876.patch Patch adds a SetOnceIndexWriter to IWC. IW now sets itself on the

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

2013-07-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-4.x/398/ 2 tests failed. FAILED: org.apache.solr.cloud.BasicDistributedZkTest.org.apache.solr.cloud.BasicDistributedZkTest Error Message: 1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 1)

[jira] [Commented] (LUCENE-5139) ArrayIndexOutOfBoundsException in FacetsAccumulator.accumulate while indexing

2013-07-26 Thread Rob Audenaerde (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720729#comment-13720729 ] Rob Audenaerde commented on LUCENE-5139: Hi Shai, I cannot directly use the

[jira] [Comment Edited] (LUCENE-5139) ArrayIndexOutOfBoundsException in FacetsAccumulator.accumulate while indexing

2013-07-26 Thread Rob Audenaerde (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720729#comment-13720729 ] Rob Audenaerde edited comment on LUCENE-5139 at 7/26/13 12:24 PM:

[jira] [Updated] (LUCENE-5139) ArrayIndexOutOfBoundsException in FacetsAccumulator.accumulate while indexing

2013-07-26 Thread Rob Audenaerde (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Audenaerde updated LUCENE-5139: --- Attachment: testfacetindexing.zip Two tests. One uses NTR using the writers, the other one

[jira] [Commented] (LUCENE-5139) ArrayIndexOutOfBoundsException in FacetsAccumulator.accumulate while indexing

2013-07-26 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720735#comment-13720735 ] Shai Erera commented on LUCENE-5139: That assertion seems to be what I was talking

[jira] [Commented] (LUCENE-5139) ArrayIndexOutOfBoundsException in FacetsAccumulator.accumulate while indexing

2013-07-26 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720745#comment-13720745 ] Shai Erera commented on LUCENE-5139: Yup, the first test shows exactly the problem.

[jira] [Commented] (LUCENE-4876) IndexWriterConfig.clone should clone the MergeScheduler

2013-07-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720752#comment-13720752 ] Michael McCandless commented on LUCENE-4876: bq. In that case, the test

[jira] [Commented] (LUCENE-5139) ArrayIndexOutOfBoundsException in FacetsAccumulator.accumulate while indexing

2013-07-26 Thread Rob Audenaerde (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720755#comment-13720755 ] Rob Audenaerde commented on LUCENE-5139: If I understand correctly, the problem

[jira] [Updated] (LUCENE-4876) IndexWriterConfig.clone should clone the MergeScheduler

2013-07-26 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4876: --- Attachment: LUCENE-4876.patch All tests pass (including Lucene and Solr). I also resolved the

[jira] [Commented] (LUCENE-4963) Deprecate broken TokenFilter constructors

2013-07-26 Thread Artem Lukanin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720760#comment-13720760 ] Artem Lukanin commented on LUCENE-4963: --- There should be an option in

[jira] [Commented] (LUCENE-4963) Deprecate broken TokenFilter constructors

2013-07-26 Thread Artem Lukanin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720762#comment-13720762 ] Artem Lukanin commented on LUCENE-4963: --- There should be an option in

[jira] [Commented] (LUCENE-5139) ArrayIndexOutOfBoundsException in FacetsAccumulator.accumulate while indexing

2013-07-26 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720767#comment-13720767 ] Shai Erera commented on LUCENE-5139: Not exactly. In your app, you control the

[jira] [Commented] (LUCENE-5138) Update source file attributes

2013-07-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720780#comment-13720780 ] Michael McCandless commented on LUCENE-5138: +1 Seems weird that our java

[jira] [Commented] (LUCENE-5138) Update source file attributes

2013-07-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720796#comment-13720796 ] ASF subversion and git services commented on LUCENE-5138: - Commit

[jira] [Commented] (LUCENE-5138) Update source file attributes

2013-07-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720801#comment-13720801 ] ASF subversion and git services commented on LUCENE-5138: - Commit

[jira] [Commented] (LUCENE-4876) IndexWriterConfig.clone should clone the MergeScheduler

2013-07-26 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720806#comment-13720806 ] Adrien Grand commented on LUCENE-4876: -- The SetOnceIndexWriter on IWC addresses my

[jira] [Closed] (LUCENE-5138) Update source file attributes

2013-07-26 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Han Jiang closed LUCENE-5138. - Resolution: Fixed Update source file attributes -

[jira] [Assigned] (SOLR-2834) AnalysisResponseBase.java doesn't handle org.apache.solr.analysis.HTMLStripCharFilter

2013-07-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-2834: --- Assignee: Shalin Shekhar Mangar AnalysisResponseBase.java doesn't handle

[jira] [Commented] (LUCENE-5127) FixedGapTermsIndex should use monotonic compression

2013-07-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720828#comment-13720828 ] Michael McCandless commented on LUCENE-5127: +1, patch looks great. Thanks

[jira] [Commented] (LUCENE-4876) IndexWriterConfig.clone should clone the MergeScheduler

2013-07-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720830#comment-13720830 ] Michael McCandless commented on LUCENE-4876: +1, patch looks great. Thanks

[jira] [Created] (SOLR-5079) Create ngroups for pivot faceting

2013-07-26 Thread Sandro Mario Zbinden (JIRA)
Sandro Mario Zbinden created SOLR-5079: -- Summary: Create ngroups for pivot faceting Key: SOLR-5079 URL: https://issues.apache.org/jira/browse/SOLR-5079 Project: Solr Issue Type:

[jira] [Commented] (LUCENE-5127) FixedGapTermsIndex should use monotonic compression

2013-07-26 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720856#comment-13720856 ] Adrien Grand commented on LUCENE-5127: -- This is a very nice cleanup! In

[jira] [Updated] (SOLR-5079) Create ngroups for pivot faceting

2013-07-26 Thread Sandro Mario Zbinden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Mario Zbinden updated SOLR-5079: --- Attachment: SOLR-5079.patch I created a first patch that implement this featuer and

[jira] [Commented] (SOLR-5069) MapReduce for SolrCloud

2013-07-26 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720869#comment-13720869 ] Andrzej Bialecki commented on SOLR-5069: - See here for an explanation how this

[jira] [Comment Edited] (SOLR-5079) Create ngroups for pivot faceting

2013-07-26 Thread Sandro Mario Zbinden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720857#comment-13720857 ] Sandro Mario Zbinden edited comment on SOLR-5079 at 7/26/13 3:16 PM:

[jira] [Updated] (SOLR-5079) Create ngroups for pivot faceting

2013-07-26 Thread Sandro Mario Zbinden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Mario Zbinden updated SOLR-5079: --- Description: To save network traffic it would be great to now how many entries a

[jira] [Comment Edited] (SOLR-5079) Create ngroups for pivot faceting

2013-07-26 Thread Sandro Mario Zbinden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720857#comment-13720857 ] Sandro Mario Zbinden edited comment on SOLR-5079 at 7/26/13 3:19 PM:

[jira] [Comment Edited] (SOLR-5079) Create ngroups for pivot faceting

2013-07-26 Thread Sandro Mario Zbinden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720857#comment-13720857 ] Sandro Mario Zbinden edited comment on SOLR-5079 at 7/26/13 3:18 PM:

[jira] [Updated] (SOLR-5079) Create ngroups for pivot faceting

2013-07-26 Thread Sandro Mario Zbinden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Mario Zbinden updated SOLR-5079: --- Description: To save network traffic it would be great to now how many entries a

[jira] [Updated] (SOLR-5079) Create ngroups for pivot faceting

2013-07-26 Thread Sandro Mario Zbinden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Mario Zbinden updated SOLR-5079: --- Description: To save network traffic it would be great to now how many entries a

[jira] [Updated] (SOLR-5079) Create ngroups for pivot faceting

2013-07-26 Thread Sandro Mario Zbinden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Mario Zbinden updated SOLR-5079: --- Description: To save network traffic it would be great to now how many entries a

[jira] [Updated] (SOLR-5079) Create ngroups for pivot faceting

2013-07-26 Thread Sandro Mario Zbinden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Mario Zbinden updated SOLR-5079: --- Description: To save network traffic it would be great to now how many entries a

[jira] [Created] (LUCENE-5140) Slowdown of the span queries caused by LUCENE-4946

2013-07-26 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-5140: Summary: Slowdown of the span queries caused by LUCENE-4946 Key: LUCENE-5140 URL: https://issues.apache.org/jira/browse/LUCENE-5140 Project: Lucene - Core

[jira] [Commented] (LUCENE-5127) FixedGapTermsIndex should use monotonic compression

2013-07-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720892#comment-13720892 ] Robert Muir commented on LUCENE-5127: - Good idea! I initially thought of the

[jira] [Updated] (LUCENE-5140) Slowdown of the span queries caused by LUCENE-4946

2013-07-26 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5140: - Attachment: LUCENE-5140.patch I think it is due to some overhead of our TimSorter

[jira] [Created] (LUCENE-5141) CheckIndex.fixIndex doesn't need a Codec

2013-07-26 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-5141: Summary: CheckIndex.fixIndex doesn't need a Codec Key: LUCENE-5141 URL: https://issues.apache.org/jira/browse/LUCENE-5141 Project: Lucene - Core Issue Type:

[jira] [Updated] (LUCENE-5141) CheckIndex.fixIndex doesn't need a Codec

2013-07-26 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5141: - Attachment: LUCENE-5141.patch Patch removing Codec from the arguments of CheckIndex.fixIndex.

[jira] [Resolved] (SOLR-5066) Managed schema triggers a 404 error code in the Admin UI's Schema pane

2013-07-26 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe resolved SOLR-5066. -- Resolution: Cannot Reproduce Assignee: Steve Rowe I tried to reproduce this on 4.3 (source

[jira] [Commented] (LUCENE-5141) CheckIndex.fixIndex doesn't need a Codec

2013-07-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720925#comment-13720925 ] Michael McCandless commented on LUCENE-5141: +1

[jira] [Updated] (SOLR-5079) Create ngroups for pivot faceting

2013-07-26 Thread Sandro Mario Zbinden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Mario Zbinden updated SOLR-5079: --- Attachment: SOLR-5079.patch Add a nex patch file with a fix of reading the PivotField

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

2013-07-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/920/ 2 tests failed. FAILED: org.apache.solr.cloud.BasicDistributedZkTest.org.apache.solr.cloud.BasicDistributedZkTest Error Message: 1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 1)

Re: VOTE: RC2 Release apache-solr-ref-guide-4.4.pdf

2013-07-26 Thread Steve Rowe
I told gpg to get Hoss's public key from a keyserver after copying the id from the linked hossman.asc file, then successfully 'gpg --verify'd the linked .asc detached signature file against the .pdf file. The linked .sha1 file checks successfully against the .pdf file. Re-affirming my +1.

[jira] [Commented] (SOLR-4763) Performance issue when using group.facet=true

2013-07-26 Thread Tom Burton-West (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13720994#comment-13720994 ] Tom Burton-West commented on SOLR-4763: --- I have similar problems with performance,

Re: VOTE: RC2 Release apache-solr-ref-guide-4.4.pdf

2013-07-26 Thread Smiley, David W.
Re-affirming my +1 against the sha1, which checks out against my download. On 7/25/13 8:57 PM, Chris Hostetter hossman_luc...@fucit.org wrote: : : Please VOTE to release the following PDF as apache-solr-ref-guide-4.4.pdf : : : :

[jira] [Commented] (LUCENE-5091) Modify SpanNotQuery to act as SpanNotNearQuery too

2013-07-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721053#comment-13721053 ] ASF subversion and git services commented on LUCENE-5091: - Commit

[jira] [Commented] (LUCENE-5132) Spatial RPT CONTAINS predicate will fail with NPE when there's no indexed data

2013-07-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721057#comment-13721057 ] ASF subversion and git services commented on LUCENE-5132: - Commit

[jira] [Closed] (LUCENE-5091) Modify SpanNotQuery to act as SpanNotNearQuery too

2013-07-26 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley closed LUCENE-5091. Resolution: Fixed Fix Version/s: 5.0 Thanks Tim. Modify SpanNotQuery to

Re: VOTE: RC2 Release apache-solr-ref-guide-4.4.pdf

2013-07-26 Thread Shalin Shekhar Mangar
+1 On Thu, Jul 25, 2013 at 11:54 PM, Chris Hostetter hossman_luc...@fucit.orgwrote: Please VOTE to release the following PDF as apache-solr-ref-guide-4.4.pdf

[jira] [Commented] (LUCENE-5091) Modify SpanNotQuery to act as SpanNotNearQuery too

2013-07-26 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721076#comment-13721076 ] Steve Rowe commented on LUCENE-5091: [~dsmiley], the JIRA workflow is: resolve on

[jira] [Commented] (SOLR-2345) Extend geodist() to support MultiValued lat long field

2013-07-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721123#comment-13721123 ] ASF subversion and git services commented on SOLR-2345: --- Commit

[jira] [Closed] (SOLR-2345) Extend geodist() to support MultiValued lat long field

2013-07-26 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley closed SOLR-2345. -- Resolution: Fixed Fix Version/s: 5.0 Closed. New feature: {noformat} * SOLR-2345: Enhanced

[jira] [Commented] (SOLR-2345) Extend geodist() to support MultiValued lat long field

2013-07-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721126#comment-13721126 ] ASF subversion and git services commented on SOLR-2345: --- Commit

[jira] [Commented] (SOLR-2834) AnalysisResponseBase.java doesn't handle org.apache.solr.analysis.HTMLStripCharFilter

2013-07-26 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721135#comment-13721135 ] Jack Krupansky commented on SOLR-2834: -- Could somebody please clarify what the issue

[jira] [Reopened] (SOLR-2345) Extend geodist() to support MultiValued lat long field

2013-07-26 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reopened SOLR-2345: Extend geodist() to support MultiValued lat long field

[jira] [Resolved] (SOLR-2345) Extend geodist() to support MultiValued lat long field

2013-07-26 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-2345. Resolution: Fixed Extend geodist() to support MultiValued lat long field

[jira] [Resolved] (LUCENE-5091) Modify SpanNotQuery to act as SpanNotNearQuery too

2013-07-26 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-5091. -- Resolution: Fixed Modify SpanNotQuery to act as SpanNotNearQuery too

[jira] [Reopened] (LUCENE-5091) Modify SpanNotQuery to act as SpanNotNearQuery too

2013-07-26 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reopened LUCENE-5091: -- Ugh, I mislabeled the commit message to the 4x branch, but it's there:

[jira] [Commented] (LUCENE-5091) Modify SpanNotQuery to act as SpanNotNearQuery too

2013-07-26 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721148#comment-13721148 ] Tim Allison commented on LUCENE-5091: - Thank you, David, for getting the hashcode

[jira] [Commented] (LUCENE-5140) Slowdown of the span queries caused by LUCENE-4946

2013-07-26 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721168#comment-13721168 ] Alan Woodward commented on LUCENE-5140: --- Looks good! There was also the same issue

Re: VOTE: RC2 Release apache-solr-ref-guide-4.4.pdf

2013-07-26 Thread Yonik Seeley
On Thu, Jul 25, 2013 at 8:57 PM, Chris Hostetter hossman_luc...@fucit.org wrote: : : Please VOTE to release the following PDF as apache-solr-ref-guide-4.4.pdf : : : : https://people.apache.org/~hossman/apache-solr-ref-guide-4.4_RC2.pdf For completeness, the RC2 artifact i'm voting +1 to

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

2013-07-26 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/6744/ Java: 32bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;} 1 tests failed. REGRESSION: org.apache.lucene.replicator.http.HttpReplicatorTest.testBasic Error Message: Connect

[jira] [Commented] (SOLR-2834) AnalysisResponseBase.java doesn't handle org.apache.solr.analysis.HTMLStripCharFilter

2013-07-26 Thread Shane (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721187#comment-13721187 ] Shane commented on SOLR-2834: - It is the applicable portion of the query response.

[jira] [Created] (SOLR-5080) Ability to Configure Expirable Caches (use Google Collections - MapMaker for SolrCache)

2013-07-26 Thread Kranti Parisa (JIRA)
Kranti Parisa created SOLR-5080: --- Summary: Ability to Configure Expirable Caches (use Google Collections - MapMaker for SolrCache) Key: SOLR-5080 URL: https://issues.apache.org/jira/browse/SOLR-5080

[jira] [Updated] (SOLR-5080) Ability to Configure Expirable Caches (use Google Collections - MapMaker/CacheBuilder for SolrCache)

2013-07-26 Thread Kranti Parisa (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kranti Parisa updated SOLR-5080: Description: We should be able to configure the expirable caches, especially for filterCaches. In

[jira] [Updated] (SOLR-5080) Ability to Configure Expirable Caches (use Google Collections - MapMaker/CacheBuilder for SolrCache)

2013-07-26 Thread Kranti Parisa (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kranti Parisa updated SOLR-5080: Description: We should be able to configure the expirable caches, especially for filterCaches. In

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

2013-07-26 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/661/ Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. REGRESSION: org.apache.solr.client.solrj.TestBatchUpdate.testWithXml Error Message: IOException occured when talking to server at:

[JENKINS] Lucene-Solr-4.x-Linux (32bit/ibm-j9-jdk7) - Build # 6670 - Failure!

2013-07-26 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6670/ Java: 32bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;} 1 tests failed. REGRESSION: org.apache.lucene.analysis.core.TestRandomChains.testRandomChains Error Message: first

[jira] [Commented] (SOLR-5080) Ability to Configure Expirable Caches (use Google Collections - MapMaker/CacheBuilder for SolrCache)

2013-07-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721490#comment-13721490 ] Erick Erickson commented on SOLR-5080: -- I don't really understand this. You'll have to

[JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 94 - Failure

2013-07-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/94/ No tests ran. Build Log: [...truncated 34138 lines...] prepare-release-no-sign: [mkdir] Created dir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeRelease [copy] Copying 416