RE: branch_4x source version 1.6

2014-03-08 Thread Uwe Schindler
Hi Ryan, the whole thing was discussed quite often all around the world. We could use the same logic we have for Javadocs and set the bootclasspath, but I don’t think any developer will set this, because it makes configuring your build environment complicated. For Javadocs we have the

RE: svn commit: r1575446 - /lucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java

2014-03-08 Thread Uwe Schindler
Hi Hoss, this may easily overflow (not even Integer.compare may be implemented by subtraction!!!). I committed a duplicate of the code from Lucene's FieldComparator, which is correct. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de

[jira] [Commented] (SOLR-5818) distrib search with custom comparator does not quite work correctly

2014-03-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924790#comment-13924790 ] ASF subversion and git services commented on SOLR-5818: --- Commit

Re: [JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 532 - Failure

2014-03-08 Thread Michael McCandless
I committed a fix. Maybe I should just scrub these mega-long terms out of the big test line docs file ... but I sort of like that it's there. Mike McCandless http://blog.mikemccandless.com On Fri, Mar 7, 2014 at 11:07 PM, Apache Jenkins Server jenk...@builds.apache.org wrote: Build:

Release Lucene 5?

2014-03-08 Thread Uwe Schindler
Hi all, Java 8 will get released (hopefully, but I trust the release plan!) on March 18, 2014. Because of this, lots of developers will move to Java 8, too. This makes maintaining 3 versions for developing Lucene 4.x not easy anymore (unless you have cool JAVA_HOME cmd launcher scriptsusing

Re: [GoSC] I'm interested in LUCENE-3333

2014-03-08 Thread Michael McCandless
On Fri, Mar 7, 2014 at 9:01 PM, Da Huang dhuang...@gmail.com wrote: Hello, everyone, My name is Da Huang. I'm studying for my master degree of Computer Science in Peking University. I have been using lucene for about half a year. It's so elegent that I hope to have a chance to contribute some

Re: Release Lucene 5?

2014-03-08 Thread Robert Muir
Sorry, but I disagree. We shouldn't release a new major version for arbitrary reasons. Meanwhile the 4.x releases keep getting better, maybe it could go to 4.12 or 4.15 before 4.x runs out of steam. On Mar 8, 2014 6:27 AM, Uwe Schindler u...@thetaphi.de wrote: Hi all, Java 8 will get released

RE: svn commit: r1575446 - /lucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java

2014-03-08 Thread Robert Muir
If they are lucene docids it is fine. On Mar 8, 2014 6:11 AM, Uwe Schindler u...@thetaphi.de wrote: Hi Hoss, this may easily overflow (not even Integer.compare may be implemented by subtraction!!!). I committed a duplicate of the code from Lucene's FieldComparator, which is correct. -

Re: branch_4x source version 1.6

2014-03-08 Thread Erick Erickson
Hmmm, first warning you that all the nuances of different Java versions really give me a headache... I broke the build the same way a while ago, so now I issue the command export JAVA_HOME=`/usr/libexec/java_home -v 1.6` before compiling any 4x branch. So trying to compile this line: if

RE: svn commit: r1575446 - /lucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java

2014-03-08 Thread Uwe Schindler
But it is declared as long[] in the code, so either the declaration of the array is wrong or the code overflows. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de/ http://www.thetaphi.de eMail: u...@thetaphi.de From: Robert Muir

RE: Release Lucene 5?

2014-03-08 Thread Uwe Schindler
Ok, then let’s release 4.8 using Java 7 as minimum requirement! Both is fine to me. I just want Java 6 go away! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de/ http://www.thetaphi.de eMail: u...@thetaphi.de From: Robert Muir [mailto:rcm...@gmail.com]

Re: Release Lucene 5?

2014-03-08 Thread Robert Muir
+1, thats the right solution. On Sat, Mar 8, 2014 at 8:18 AM, Uwe Schindler u...@thetaphi.de wrote: Ok, then let’s release 4.8 using Java 7 as minimum requirement! Both is fine to me. I just want Java 6 go away! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen

[jira] [Commented] (SOLR-5762) SOLR-5658 broke backward compatibility of Javabin format

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924861#comment-13924861 ] Furkan KAMACI commented on SOLR-5762: - When I use a Solrj version greater than 4.5.1

Re: svn commit: r1575446 - /lucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java

2014-03-08 Thread Robert Muir
There is no good reason for that packing of docid and position into a long. the positions should be a separate array (SorterTemplate already being used here to sort things in parallel) On Sat, Mar 8, 2014 at 8:16 AM, Uwe Schindler u...@thetaphi.de wrote: But it is declared as long[] in the

RE: Release Lucene 5?

2014-03-08 Thread Uwe Schindler
And let's also move trunk to Java 8 then. My suggestion is either: - Backport all Java 8 changes from trunk to 4.x (and reassign fix versions to 4.8) - Or re-branch trunk to branch_4x, incorporating *all* changes from trunk (so svn rm branch_4x; svn cp trunk branch_4x) It depends on how much

Re: Release Lucene 5?

2014-03-08 Thread Robert Muir
On Sat, Mar 8, 2014 at 8:47 AM, Uwe Schindler u...@thetaphi.de wrote: And let's also move trunk to Java 8 then. My suggestion is either: - Backport all Java 8 changes from trunk to 4.x (and reassign fix versions to 4.8) Assuming you mean java7, +1 :) - Or re-branch trunk to branch_4x,

RE: Release Lucene 5?

2014-03-08 Thread Uwe Schindler
And let's also move trunk to Java 8 then. My suggestion is either: - Backport all Java 8 changes from trunk to 4.x (and reassign fix versions to 4.8) Of course, backport Java 7 changes . :-) - Or re-branch trunk to branch_4x, incorporating *all* changes from trunk (so svn rm branch_4x;

Re: Release Lucene 5?

2014-03-08 Thread Simon Willnauer
+1 that is the right thing to do. Let move forward Java 6 went EOL and it's a security risk for all running it since security fixes are not ported anymore afaik. We should just move on here to be honest! simon On Sat, Mar 8, 2014 at 2:18 PM, Uwe Schindler u...@thetaphi.de wrote: Ok, then let’s

[jira] [Updated] (SOLR-5825) Separate http request creation and execution in SolrJ

2014-03-08 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-5825: - Attachment: SOLR-5825.patch Patch with unused SorlRequest removed and an entry in CHANGES.txt

[jira] [Commented] (LUCENE-5497) hunspell doesnt handle escaping or optional conditions properly

2014-03-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924872#comment-13924872 ] ASF subversion and git services commented on LUCENE-5497: - Commit

[jira] [Resolved] (LUCENE-5497) hunspell doesnt handle escaping or optional conditions properly

2014-03-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-5497. - Resolution: Fixed Fix Version/s: 5.0 4.8 hunspell doesnt handle

[jira] [Commented] (LUCENE-5497) hunspell doesnt handle escaping or optional conditions properly

2014-03-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924873#comment-13924873 ] ASF subversion and git services commented on LUCENE-5497: - Commit

[jira] [Resolved] (SOLR-5835) The Overseer will batch state updates without limit.

2014-03-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-5835. --- Resolution: Not A Problem The Overseer will batch state updates without limit.

[jira] [Commented] (SOLR-5835) The Overseer will batch state updates without limit.

2014-03-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924887#comment-13924887 ] Mark Miller commented on SOLR-5835: --- Ah, you are right - we already are breaking it up. I

[jira] [Commented] (SOLR-5823) Add utility function for internal code to know if it is currently the overseer

2014-03-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924888#comment-13924888 ] Mark Miller commented on SOLR-5823: --- I rolled this off into SOLR-5834: Overseer threads

[jira] [Resolved] (SOLR-5796) With many collections, leader re-election takes too long when a node dies or is rebooted, leading to some shards getting into a conflicting state about who is the leade

2014-03-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-5796. --- Resolution: Fixed Lets roll out a perf investigation and other concerns into new issues. With many

[jira] [Commented] (SOLR-5265) Add backward compatibility tests to JavaBinCodec's format.

2014-03-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924890#comment-13924890 ] Mark Miller commented on SOLR-5265: --- bq. We also need a forward compatibility tests But

[jira] [Created] (LUCENE-5505) hunspell SET/FLAG whitespace/BOM handling

2014-03-08 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5505: --- Summary: hunspell SET/FLAG whitespace/BOM handling Key: LUCENE-5505 URL: https://issues.apache.org/jira/browse/LUCENE-5505 Project: Lucene - Core Issue Type:

[jira] [Updated] (LUCENE-5505) hunspell SET/FLAG whitespace/BOM handling

2014-03-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5505: Attachment: LUCENE-5505.patch patch with tests. hunspell SET/FLAG whitespace/BOM handling

[jira] [Created] (SOLR-5836) CSVConfig Invalid Check For Equals

2014-03-08 Thread Furkan KAMACI (JIRA)
Furkan KAMACI created SOLR-5836: --- Summary: CSVConfig Invalid Check For Equals Key: SOLR-5836 URL: https://issues.apache.org/jira/browse/SOLR-5836 Project: Solr Issue Type: Bug Affects

[jira] [Updated] (SOLR-5836) CSVConfig Invalid Check For Equals

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI updated SOLR-5836: Attachment: SOLR-5836.patch I've added the patch file. CSVConfig Invalid Check For Equals

[jira] [Created] (SOLR-5837) Add missing equals implementation for SolrDocument, SolrInputDocument and SolrInputField.

2014-03-08 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-5837: --- Summary: Add missing equals implementation for SolrDocument, SolrInputDocument and SolrInputField. Key: SOLR-5837 URL: https://issues.apache.org/jira/browse/SOLR-5837

[jira] [Updated] (SOLR-5837) Add missing equals implementation for SolrDocument, SolrInputDocument and SolrInputField.

2014-03-08 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-5837: Attachment: SOLR-5837.patch Patch Overrides equals() and hashCode() methods of SolrDocument,

[jira] [Updated] (SOLR-5829) Add tag/exclude functionality to the ExpandComponent

2014-03-08 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5829: - Attachment: SOLR-5829.patch Add tag/exclude functionality to the ExpandComponent

[jira] [Updated] (SOLR-5829) Allow ExpandComponent to accept query and filter query parameters

2014-03-08 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5829: - Summary: Allow ExpandComponent to accept query and filter query parameters (was: Add tag/exclude

[jira] [Commented] (SOLR-5783) Can we stop opening a new searcher when the index hasn't changed?

2014-03-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924904#comment-13924904 ] Yonik Seeley commented on SOLR-5783: Looking back at the original usecase: bq. The

[jira] [Created] (LUCENE-5506) Ignoring the Return Values Of Immutable Objects

2014-03-08 Thread Furkan KAMACI (JIRA)
Furkan KAMACI created LUCENE-5506: - Summary: Ignoring the Return Values Of Immutable Objects Key: LUCENE-5506 URL: https://issues.apache.org/jira/browse/LUCENE-5506 Project: Lucene - Core

[jira] [Updated] (LUCENE-5506) Ignoring the Return Values Of Immutable Objects

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI updated LUCENE-5506: -- Attachment: LUCENE-5506.patch Ignoring the Return Values Of Immutable Objects

[jira] [Commented] (LUCENE-5506) Ignoring the Return Values Of Immutable Objects

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924905#comment-13924905 ] Furkan KAMACI commented on LUCENE-5506: --- I've added patch file. Ignoring the

[jira] [Resolved] (SOLR-5836) CSVConfig Invalid Check For Equals

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI resolved SOLR-5836. - Resolution: Fixed CSVConfig Invalid Check For Equals --

RE: Release Lucene 5?

2014-03-08 Thread Uwe Schindler
Hi Simon, Thanks for the +1. I was afraid that maybe Elasticsearch wants to stay with Java 6, but I am happy that you will then also change to Java 7 once you use Lucene 4.8. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de

[jira] [Resolved] (LUCENE-5506) Ignoring the Return Values Of Immutable Objects

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI resolved LUCENE-5506. --- Resolution: Fixed Ignoring the Return Values Of Immutable Objects

RE: Release Lucene 5?

2014-03-08 Thread Uwe Schindler
From: Robert Muir [mailto:rcm...@gmail.com] On Sat, Mar 8, 2014 at 8:47 AM, Uwe Schindler u...@thetaphi.de wrote: And let's also move trunk to Java 8 then. My suggestion is either: - Backport all Java 8 changes from trunk to 4.x (and reassign fix versions to 4.8) Assuming you mean

Invalid Tooltip for Jira Workflow

2014-03-08 Thread Furkan KAMACI
Hi; I've opened an issue an applied a patch for it. Then I've resolved it. Tooltip says that: A resolution has been taken, and it is awaiting verification by reporter However reporter is me :) What is the appropriate workflow for such kind of things at Lucene/Solr project? Thanks; Furkan

[VOTE] Move to Java 7 in Lucene/Solr 4.8, use Java 8 in trunk (once officially released)

2014-03-08 Thread Uwe Schindler
Hi all, Java 8 will get released (hopefully, but I trust the release plan!) on March 18, 2014. Because of this, lots of developers will move to Java 8, too. This makes maintaining 3 versions for developing Lucene 4.x not easy anymore (unless you have cool JAVA_HOME cmd launcher scripts using

RE: Invalid Tooltip for Jira Workflow

2014-03-08 Thread Uwe Schindler
Hi Furkan, File a bug report at Atlassian who develops JIRA! I think, there is nothing we can do about that. We can only globally change the description message for the “resolved” status – but this would apply for all Apache projects. Uwe - Uwe Schindler H.-H.-Meier-Allee 63,

[jira] [Commented] (SOLR-5783) Can we stop opening a new searcher when the index hasn't changed?

2014-03-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924911#comment-13924911 ] Yonik Seeley commented on SOLR-5783: It looks like one problem is that this patch does

[jira] [Commented] (LUCENE-5502) equals method of TermsFilter might equate two different filters

2014-03-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924912#comment-13924912 ] Adrien Grand commented on LUCENE-5502: -- Thank you Igor, I think this is a very bad

[jira] [Updated] (SOLR-5829) Allow ExpandComponent to accept query and filter query parameters

2014-03-08 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5829: - Description: By default the ExpandComponent re-runs both the main query and filter queries to

Re: Invalid Tooltip for Jira Workflow

2014-03-08 Thread Furkan KAMACI
Hi Uwe; I will file a bug report. On the other hand I am not a committer yet but I can resolve an issue if I am the reporter of it. Is this applicable? Thanks; Furkan KAMACI 2014-03-08 18:19 GMT+02:00 Uwe Schindler u...@thetaphi.de: Hi Furkan, File a bug report at Atlassian who develops

[jira] [Updated] (SOLR-5829) Allow ExpandComponent to accept query and filter query parameters

2014-03-08 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5829: - Description: By default the ExpandComponent re-runs both the main query and filter queries to

[jira] [Updated] (SOLR-5829) Allow ExpandComponent to accept query and filter query parameters

2014-03-08 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5829: - Attachment: (was: SOLR-5829.patch) Allow ExpandComponent to accept query and filter query

Re: Invalid Tooltip for Jira Workflow

2014-03-08 Thread Furkan KAMACI
Also I think that this should a globally change. If a reporter is not a committer and resolved an issue message should be different. If it is not an easy task we can write a generic message for it (i.e. A resolution has been taken, and it is awaiting verification) Thanks; Furkan KAMACI

[jira] [Updated] (SOLR-5829) Allow ExpandComponent to accept query and filter query parameters

2014-03-08 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5829: - Description: By default the ExpandComponent re-runs both the main query and filter queries to

[jira] [Issue Comment Deleted] (SOLR-5829) Allow ExpandComponent to accept query and filter query parameters

2014-03-08 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5829: - Comment: was deleted (was: Initial patch leverages the existing tag/exclude framework for

Re: Invalid Tooltip for Jira Workflow

2014-03-08 Thread Furkan KAMACI
I've opened an issue at Infra. 2014-03-08 18:32 GMT+02:00 Furkan KAMACI furkankam...@gmail.com: Also I think that this should a globally change. If a reporter is not a committer and resolved an issue message should be different. If it is not an easy task we can write a generic message for it

Re: [VOTE] Move to Java 7 in Lucene/Solr 4.8, use Java 8 in trunk (once officially released)

2014-03-08 Thread Adrien Grand
Hi Uwe, On Sat, Mar 8, 2014 at 5:17 PM, Uwe Schindler u...@thetaphi.de wrote: [.] Move Lucene/Solr 4.8 (means branch_4x) to Java 7 and backport all Java 7-related issues (FileChannel improvements, diamond operator,...). +1 I think supporting 2 different versions is hard enough. [.] Move

Re: [VOTE] Move to Java 7 in Lucene/Solr 4.8, use Java 8 in trunk (once officially released)

2014-03-08 Thread Yonik Seeley
On Sat, Mar 8, 2014 at 11:17 AM, Uwe Schindler u...@thetaphi.de wrote: [.] Move Lucene/Solr 4.8 (means branch_4x) to Java 7 +1 [.] Move Lucene/Solr trunk to Java 8 -1 , I think it's too early for this. -Yonik http://heliosearch.org - native off-heap filters and fieldcache for solr

Re: [VOTE] Move to Java 7 in Lucene/Solr 4.8, use Java 8 in trunk (once officially released)

2014-03-08 Thread Robert Muir
On Sat, Mar 8, 2014 at 11:41 AM, Adrien Grand jpou...@gmail.com wrote: [.] Move Lucene/Solr trunk to Java 8 and allow closures in source code. This would make some APIs much nicer. Our infrastructure mostly supports this, only ECJ Javadoc linting is not yet possible, but forbidden-apis

[jira] [Commented] (LUCENE-5505) hunspell SET/FLAG whitespace/BOM handling

2014-03-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924928#comment-13924928 ] ASF subversion and git services commented on LUCENE-5505: - Commit

[jira] [Resolved] (LUCENE-5505) hunspell SET/FLAG whitespace/BOM handling

2014-03-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-5505. - Resolution: Fixed Fix Version/s: 5.0 4.8 hunspell SET/FLAG

[jira] [Commented] (LUCENE-5505) hunspell SET/FLAG whitespace/BOM handling

2014-03-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924931#comment-13924931 ] ASF subversion and git services commented on LUCENE-5505: - Commit

[jira] [Commented] (SOLR-2934) Problem with Solr Hunspell with French Dictionary

2014-03-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924932#comment-13924932 ] Robert Muir commented on SOLR-2934: --- {quote} Stephan Meisinger added a comment -

[jira] [Commented] (SOLR-5783) Can we stop opening a new searcher when the index hasn't changed?

2014-03-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924934#comment-13924934 ] Yonik Seeley commented on SOLR-5783: Another issue that this change opens up code paths

[jira] [Commented] (SOLR-5783) Can we stop opening a new searcher when the index hasn't changed?

2014-03-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924937#comment-13924937 ] Mark Miller commented on SOLR-5783: --- Yeah, there is another fail that may be related to

[jira] [Commented] (SOLR-5825) Separate http request creation and execution in SolrJ

2014-03-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924938#comment-13924938 ] ASF subversion and git services commented on SOLR-5825: --- Commit

[jira] [Created] (SOLR-5838) Relative SolrHome Path Bug At AbstractFullDistribZkTestBase

2014-03-08 Thread Furkan KAMACI (JIRA)
Furkan KAMACI created SOLR-5838: --- Summary: Relative SolrHome Path Bug At AbstractFullDistribZkTestBase Key: SOLR-5838 URL: https://issues.apache.org/jira/browse/SOLR-5838 Project: Solr Issue

[jira] [Updated] (SOLR-5838) Relative SolrHome Path Bug At AbstractFullDistribZkTestBase

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI updated SOLR-5838: Attachment: SOLR-5838.patch I've applied a patch. Also changed that: {code} p.append(.. +

[jira] [Updated] (SOLR-5838) Relative SolrHome Path Bug At AbstractFullDistribZkTestBase

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI updated SOLR-5838: Fix Version/s: 4.8 Relative SolrHome Path Bug At AbstractFullDistribZkTestBase

[jira] [Updated] (SOLR-5838) Relative SolrHome Path Bug At AbstractFullDistribZkTestBase

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI updated SOLR-5838: Affects Version/s: 4.7 4.6.1 Relative SolrHome Path Bug At

[jira] [Updated] (SOLR-5838) Relative SolrHome Path Bug At AbstractFullDistribZkTestBase

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI updated SOLR-5838: Priority: Minor (was: Major) Relative SolrHome Path Bug At AbstractFullDistribZkTestBase

[jira] [Resolved] (SOLR-5838) Relative SolrHome Path Bug At AbstractFullDistribZkTestBase

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI resolved SOLR-5838. - Resolution: Fixed Relative SolrHome Path Bug At AbstractFullDistribZkTestBase

[jira] [Updated] (SOLR-5829) Allow ExpandComponent to accept query and filter query parameters

2014-03-08 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5829: - Description: By default the ExpandComponent re-runs both the main query and filter queries to

[jira] [Created] (LUCENE-5507) fix hunspell affix file loading

2014-03-08 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5507: --- Summary: fix hunspell affix file loading Key: LUCENE-5507 URL: https://issues.apache.org/jira/browse/LUCENE-5507 Project: Lucene - Core Issue Type: Bug

[jira] [Updated] (LUCENE-5507) fix hunspell affix file loading

2014-03-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5507: Attachment: LUCENE-5507.patch fix hunspell affix file loading ---

[jira] [Commented] (SOLR-5762) SOLR-5658 broke backward compatibility of Javabin format

2014-03-08 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924961#comment-13924961 ] Shawn Heisey commented on SOLR-5762: {quote} bq.I don't know if we're headed for a

[jira] [Created] (SOLR-5839) ZookeeperInfoServlet Does Not Trim Path Properly

2014-03-08 Thread Furkan KAMACI (JIRA)
Furkan KAMACI created SOLR-5839: --- Summary: ZookeeperInfoServlet Does Not Trim Path Properly Key: SOLR-5839 URL: https://issues.apache.org/jira/browse/SOLR-5839 Project: Solr Issue Type: Bug

[jira] [Updated] (SOLR-5839) ZookeeperInfoServlet Does Not Trim Path Properly

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI updated SOLR-5839: Attachment: SOLR-5839.patch I've attached the patch file. ZookeeperInfoServlet Does Not Trim Path

[jira] [Resolved] (SOLR-5839) ZookeeperInfoServlet Does Not Trim Path Properly

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI resolved SOLR-5839. - Resolution: Fixed ZookeeperInfoServlet Does Not Trim Path Properly

[jira] [Reopened] (SOLR-5839) ZookeeperInfoServlet Does Not Trim Path Properly

2014-03-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reopened SOLR-5839: --- Assignee: Mark Miller ZookeeperInfoServlet Does Not Trim Path Properly

[jira] [Commented] (SOLR-5839) ZookeeperInfoServlet Does Not Trim Path Properly

2014-03-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924978#comment-13924978 ] Mark Miller commented on SOLR-5839: --- Thanks Furkan! We should leave the JIRA issue

[jira] [Commented] (SOLR-5839) ZookeeperInfoServlet Does Not Trim Path Properly

2014-03-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924979#comment-13924979 ] ASF subversion and git services commented on SOLR-5839: --- Commit

[jira] [Commented] (SOLR-5839) ZookeeperInfoServlet Does Not Trim Path Properly

2014-03-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924980#comment-13924980 ] ASF subversion and git services commented on SOLR-5839: --- Commit

[jira] [Resolved] (SOLR-5839) ZookeeperInfoServlet Does Not Trim Path Properly

2014-03-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-5839. --- Resolution: Fixed Fix Version/s: 5.0 ZookeeperInfoServlet Does Not Trim Path Properly

[jira] [Reopened] (SOLR-5838) Relative SolrHome Path Bug At AbstractFullDistribZkTestBase

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI reopened SOLR-5838: - Relative SolrHome Path Bug At AbstractFullDistribZkTestBase

[jira] [Reopened] (SOLR-5836) CSVConfig Invalid Check For Equals

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI reopened SOLR-5836: - Reopening issue until a committer commits it. CSVConfig Invalid Check For Equals

[jira] [Reopened] (LUCENE-5506) Ignoring the Return Values Of Immutable Objects

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI reopened LUCENE-5506: --- Lucene Fields: (was: New) Reopening issue until a committer commits it. Ignoring the

[jira] [Updated] (SOLR-5836) CSVConfig Invalid Check For Equals

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI updated SOLR-5836: Fix Version/s: 5.0 CSVConfig Invalid Check For Equals --

[jira] [Updated] (LUCENE-5506) Ignoring the Return Values Of Immutable Objects

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI updated LUCENE-5506: -- Fix Version/s: 5.0 Ignoring the Return Values Of Immutable Objects

[jira] [Updated] (SOLR-5838) Relative SolrHome Path Bug At AbstractFullDistribZkTestBase

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI updated SOLR-5838: Fix Version/s: 5.0 Relative SolrHome Path Bug At AbstractFullDistribZkTestBase

Re: [VOTE] Move to Java 7 in Lucene/Solr 4.8, use Java 8 in trunk (once officially released)

2014-03-08 Thread Shawn Heisey
On 3/8/2014 9:17 AM, Uwe Schindler wrote: [.] Move Lucene/Solr 4.8 (means branch_4x) to Java 7 and backport all Java 7-related issues (FileChannel improvements, diamond operator,...). +1 We might want to wait until 4.9, so we can use the 4.8 release to announce that the change is coming. My

[jira] [Created] (SOLR-5840) UpdateRequest does not check lastCommitWithin and commitWithin properly

2014-03-08 Thread Furkan KAMACI (JIRA)
Furkan KAMACI created SOLR-5840: --- Summary: UpdateRequest does not check lastCommitWithin and commitWithin properly Key: SOLR-5840 URL: https://issues.apache.org/jira/browse/SOLR-5840 Project: Solr

[jira] [Updated] (SOLR-5840) UpdateRequest does not check lastCommitWithin and commitWithin properly

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI updated SOLR-5840: Attachment: SOLR-5840.patch I've applied a patch and kept the previous indent for that condition.

[jira] [Updated] (SOLR-5837) Add missing equals implementation for SolrDocument, SolrInputDocument and SolrInputField.

2014-03-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5837: -- Assignee: Mark Miller Issue Type: Improvement (was: Bug) Add missing equals implementation for

[jira] [Commented] (SOLR-5840) UpdateRequest does not check lastCommitWithin and commitWithin properly

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924990#comment-13924990 ] Furkan KAMACI commented on SOLR-5840: - [~markrmil...@gmail.com] could you check applied

[jira] [Commented] (SOLR-5837) Add missing equals implementation for SolrDocument, SolrInputDocument and SolrInputField.

2014-03-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924989#comment-13924989 ] Mark Miller commented on SOLR-5837: --- Thanks Varun! We should add a couple tests for this

[jira] [Created] (LUCENE-5508) Unnecessary Check and Assgiment at FieldFacetStats

2014-03-08 Thread Furkan KAMACI (JIRA)
Furkan KAMACI created LUCENE-5508: - Summary: Unnecessary Check and Assgiment at FieldFacetStats Key: LUCENE-5508 URL: https://issues.apache.org/jira/browse/LUCENE-5508 Project: Lucene - Core

[jira] [Updated] (LUCENE-5508) Unnecessary Check and Assgiment at FieldFacetStats

2014-03-08 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI updated LUCENE-5508: -- Attachment: LUCENE-5508.patch I've attached the patch. I've also removed an unnecessary field

RE: [VOTE] Move to Java 7 in Lucene/Solr 4.8, use Java 8 in trunk (once officially released)

2014-03-08 Thread Uwe Schindler
Thanks Shawn for the support! From: Shawn Heisey [mailto:s...@elyograg.org] Sent: Saturday, March 08, 2014 8:23 PM To: dev@lucene.apache.org Subject: Re: [VOTE] Move to Java 7 in Lucene/Solr 4.8, use Java 8 in trunk (once officially released) On 3/8/2014 9:17 AM, Uwe Schindler wrote: [.]

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_51) - Build # 9616 - Failure!

2014-03-08 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9616/ Java: 32bit/jdk1.7.0_51 -server -XX:+UseG1GC 1 tests failed. REGRESSION: org.apache.lucene.queries.CommonTermsQueryTest.testMinShouldMatch Error Message: expected:0 but was:1 Stack Trace: java.lang.AssertionError: expected:0 but

  1   2   >