[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-fcs-b132) - Build # 9727 - Still Failing!

2014-03-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9727/ Java: 64bit/jdk1.8.0-fcs-b132 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. REGRESSION: org.apache.solr.client.solrj.impl.CloudSolrServerTest.testDistribSearch Error Message: java.util.concurrent.TimeoutException:

[jira] [Created] (SOLR-5842) facet.pivot need provide the more information and additional function

2014-03-09 Thread Raintung Li (JIRA)
Raintung Li created SOLR-5842: - Summary: facet.pivot need provide the more information and additional function Key: SOLR-5842 URL: https://issues.apache.org/jira/browse/SOLR-5842 Project: Solr

[jira] [Commented] (SOLR-2894) Implement distributed pivot faceting

2014-03-09 Thread Elran Dvir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925156#comment-13925156 ] Elran Dvir commented on SOLR-2894: -- I think I solved the the toObject problem with

[jira] [Updated] (SOLR-2894) Implement distributed pivot faceting

2014-03-09 Thread Elran Dvir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elran Dvir updated SOLR-2894: - Attachment: dateToObject.patch Implement distributed pivot faceting

[jira] [Commented] (LUCENE-5476) Facet sampling

2014-03-09 Thread Gilad Barkai (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925158#comment-13925158 ] Gilad Barkai commented on LUCENE-5476: -- {quote} The limit should also take under

[jira] [Commented] (LUCENE-5476) Facet sampling

2014-03-09 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925160#comment-13925160 ] Shai Erera commented on LUCENE-5476: bq. Asserting seems redundant, but is that not

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

2014-03-09 Thread Michael McCandless
Hi, Da, On Sun, Mar 9, 2014 at 1:30 AM, Da Huang dhuang...@gmail.com wrote: I have spent some time considering your suggestions in last mail. I find that I'm interested in the suggestion Filter and Query should be more 'combined' . OK, cool, and ambitious; it might be safer to choose a less

[jira] [Commented] (SOLR-5653) Create a RESTManager to provide REST API endpoints for reconfigurable plugins

2014-03-09 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925184#comment-13925184 ] Alexandre Rafalovitch commented on SOLR-5653: - In terms of documenting the REST

Re: Release Lucene 5?

2014-03-09 Thread Erick Erickson
So what are we thinking of here for bringing the code up to java 7? One approach would be this massive effort to use, say, diamonds. You know, a checkin of probably all the files in Solr and Lucene. What the heck, let's re-format it all at the same time. And while we're at it OK, That's Not

Re: Release Lucene 5?

2014-03-09 Thread Robert Muir
On Sun, Mar 9, 2014 at 8:45 AM, Erick Erickson erickerick...@gmail.com wrote: OK, That's Not Going To Happen. Is the sense here that moving forward with Java 7 idioms will be on an as-needed basis? One refactoring mantra is you should only change stuff you're working on, not unrelated bits of

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

2014-03-09 Thread Tommaso Teofili
2014-03-08 17:17 GMT+01:00 Uwe Schindler u...@thetaphi.de: 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

Re: Release Lucene 5?

2014-03-09 Thread Robert Muir
On Sat, Mar 8, 2014 at 11:08 AM, Uwe Schindler u...@thetaphi.de wrote: ] I don't want this: there are some api problems to be resolved in trunk. I am unhappy about StoredDocument/IndexableDocument, which is intended to remove the confusion around not getting your whole document back when

Re: Suggestions about writing / extending QueryParsers

2014-03-09 Thread Tommaso Teofili
Hi Tim, 2014-03-07 15:20 GMT+01:00 Allison, Timothy B. talli...@mitre.org: Tommaso, Ah, now I see. If you want to add new operators, you'll have to modify the javacc files. For the SpanQueryParser, I added a handful of new operators and chose to go with regexes instead of javacc...not

[jira] [Created] (LUCENE-5510) Docvalues need to be indexablefield (not storable)

2014-03-09 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5510: --- Summary: Docvalues need to be indexablefield (not storable) Key: LUCENE-5510 URL: https://issues.apache.org/jira/browse/LUCENE-5510 Project: Lucene - Core

Re: Suggestions about writing / extending QueryParsers

2014-03-09 Thread Tommaso Teofili
thanks Jack for the reference, I didn't know it. Regards, Tommaso 2014-03-08 1:25 GMT+01:00 Jack Krupansky j...@basetechnology.com: For reference, the LucidWorks Search query parser has two MLT features: 1. Like terms - does MLT on a list of terms. For example: like:(Four score and

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

2014-03-09 Thread Da Huang
Hi, Mike. You're right. After having a look at the comments on LUCENE-1518, I find that my idea about that has many bugs. Sorry for that. Thus, I have checked some other suggestions you gave me to see whether relevant comments can be found in jira. I think I have some idea on LUCENE-4396:

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

2014-03-09 Thread Erick Erickson
Solr/Lucene 4.8 - Java 7 +1 Solr/Lucene 5.0 - Java8 -1 for now. +1 as we get closer to releasing 5.0. There's still plenty of cruft in trunk that's there only because of needing to support Java6 in the 4.x code line, I think having a period when we can freely clean up some of the Java 6

Re: Release Lucene 5?

2014-03-09 Thread Erick Erickson
bq: as far as not refactoring stuff until you change it, how well is that working out for solr? :) Well, it's the theory I try for at least, I don't control others. On Sun, Mar 9, 2014 at 8:56 AM, Robert Muir rcm...@gmail.com wrote: On Sun, Mar 9, 2014 at 8:45 AM, Erick Erickson

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

2014-03-09 Thread Michael McCandless
On Sun, Mar 9, 2014 at 9:55 AM, Da Huang dhuang...@gmail.com wrote: Hi, Mike. You're right. After having a look at the comments on LUCENE-1518, I find that my idea about that has many bugs. Sorry for that. It's fine, it's a VERY hard fix :) This is why it hasn't been done yet! Thus, I have

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

2014-03-09 Thread Da Huang
Thanks a lot. That's very helpful. I think you get exactly what I mean about the LUCENE-4396. By grouping up the MUST clauses, the conjunctive query can be done specifiedly with easy way. Then, the original query would have no more than 1 MUST clause. I think in this situation, it's much more

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

2014-03-09 Thread Furkan KAMACI
Hi All; I am not a committer yet but I want share my thoughts as a contributor and a Solr user to give an example from real life. I use SolrCloud for one year (our product is at pre-prod step) and I have hundreds of servers at my company and nearly half of them are SolrCloud. We also have an

[jira] [Commented] (SOLR-2894) Implement distributed pivot faceting

2014-03-09 Thread Elran Dvir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925211#comment-13925211 ] Elran Dvir commented on SOLR-2894: -- I have checked the latest patch. Problem 3 (field with

[jira] [Created] (LUCENE-5511) Upgrade to SvnKit 1.8.4 for checks

2014-03-09 Thread Uwe Schindler (JIRA)
Uwe Schindler created LUCENE-5511: - Summary: Upgrade to SvnKit 1.8.4 for checks Key: LUCENE-5511 URL: https://issues.apache.org/jira/browse/LUCENE-5511 Project: Lucene - Core Issue Type:

[jira] [Commented] (LUCENE-5511) Upgrade to SvnKit 1.8.4 for checks

2014-03-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925220#comment-13925220 ] Robert Muir commented on LUCENE-5511: - +1 tested with 1.8 (I commented out

[jira] [Commented] (LUCENE-5511) Upgrade to SvnKit 1.8.4 for checks

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

[jira] [Resolved] (LUCENE-5511) Upgrade to SvnKit 1.8.4 for checks

2014-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-5511. --- Resolution: Fixed Upgrade to SvnKit 1.8.4 for checks --

[jira] [Commented] (LUCENE-5511) Upgrade to SvnKit 1.8.4 for checks

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

[jira] [Updated] (LUCENE-5511) Upgrade to SvnKit 1.8.4 for checks

2014-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-5511: -- Description: We had a hack since LUCENE-5385 in our build, because svnkit 1.8.0 - 1.8.3 were

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

2014-03-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1123/ 1 tests failed. REGRESSION: org.apache.solr.cloud.OverseerTest.testOverseerFailure Error Message: Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed Stack Trace:

[jira] [Commented] (SOLR-5831) Scale score PostFilter

2014-03-09 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925227#comment-13925227 ] Joel Bernstein commented on SOLR-5831: -- Peter, I was able to do a first review of the

[jira] [Created] (LUCENE-5512) Remove redundant typing (diamond operator) in trunk

2014-03-09 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5512: --- Summary: Remove redundant typing (diamond operator) in trunk Key: LUCENE-5512 URL: https://issues.apache.org/jira/browse/LUCENE-5512 Project: Lucene - Core

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

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

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

2014-03-09 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-5825. -- Resolution: Fixed Thanks Steve! Separate http request creation and execution in SolrJ

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_45) - Build # 9625 - Still Failing!

2014-03-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9625/ Java: 32bit/jdk1.6.0_45 -client -XX:+UseSerialGC All tests passed Build Log: [...truncated 618 lines...] [junit4] JVM J1: stdout was not empty, see:

[jira] [Commented] (LUCENE-5512) Remove redundant typing (diamond operator) in trunk

2014-03-09 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925242#comment-13925242 ] Furkan KAMACI commented on LUCENE-5512: --- Currently I've found 1542 usage for it at

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

2014-03-09 Thread Igor Motov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Motov updated LUCENE-5502: --- Attachment: LUCENE-5502.patch Thanks Adrien. You are right, I missed offsets. Here is an updated

[jira] [Commented] (LUCENE-5512) Remove redundant typing (diamond operator) in trunk

2014-03-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925246#comment-13925246 ] Robert Muir commented on LUCENE-5512: - There are way more than that. I don't

[jira] [Commented] (LUCENE-5512) Remove redundant typing (diamond operator) in trunk

2014-03-09 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925247#comment-13925247 ] Furkan KAMACI commented on LUCENE-5512: --- I'll not use an automated tool because of

[jira] [Commented] (LUCENE-5512) Remove redundant typing (diamond operator) in trunk

2014-03-09 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925249#comment-13925249 ] Erick Erickson commented on LUCENE-5512: Sure hope the eventual (massive)

[jira] [Commented] (LUCENE-5512) Remove redundant typing (diamond operator) in trunk

2014-03-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925250#comment-13925250 ] Robert Muir commented on LUCENE-5512: - Furkan: i'll give you my patch if you want to

[jira] [Updated] (LUCENE-5512) Remove redundant typing (diamond operator) in trunk

2014-03-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5512: Attachment: LUCENE-5512.patch Furkan: attached is my patch, i did some parts of the codebase.

[jira] [Commented] (LUCENE-5512) Remove redundant typing (diamond operator) in trunk

2014-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925258#comment-13925258 ] Uwe Schindler commented on LUCENE-5512: --- I think before backporting to 4.x, I would

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

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

[jira] [Commented] (LUCENE-5512) Remove redundant typing (diamond operator) in trunk

2014-03-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925260#comment-13925260 ] Robert Muir commented on LUCENE-5512: - But we don't need to wait on anything to clean

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

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

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

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

[jira] [Commented] (LUCENE-5512) Remove redundant typing (diamond operator) in trunk

2014-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925292#comment-13925292 ] Uwe Schindler commented on LUCENE-5512: --- I was just referring to the backport of

[jira] [Updated] (SOLR-5768) Add a distrib.singlePass parameter to make EXECUTE_QUERY phase fetch all fields and skip GET_FIELDS

2014-03-09 Thread Gregg Donovan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregg Donovan updated SOLR-5768: Attachment: SOLR-5768.diff Is this all that's needed for a distrib.singlePass parameter? It seems

[jira] [Created] (LUCENE-5513) Binary DocValues Updates

2014-03-09 Thread Mikhail Khludnev (JIRA)
Mikhail Khludnev created LUCENE-5513: Summary: Binary DocValues Updates Key: LUCENE-5513 URL: https://issues.apache.org/jira/browse/LUCENE-5513 Project: Lucene - Core Issue Type: Wish

[jira] [Updated] (LUCENE-5513) Binary DocValues Updates

2014-03-09 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated LUCENE-5513: - Component/s: core/index Description: LUCENE-5189 was a great move toward. I wish to

[jira] [Created] (SOLR-5843) No way to clear error state of a core that doesn't even exist any more

2014-03-09 Thread Nathan Neulinger (JIRA)
Nathan Neulinger created SOLR-5843: -- Summary: No way to clear error state of a core that doesn't even exist any more Key: SOLR-5843 URL: https://issues.apache.org/jira/browse/SOLR-5843 Project: Solr

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

2014-03-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9627/ Java: 64bit/jdk1.7.0_51 -XX:-UseCompressedOops -XX:+UseG1GC -XX:-UseSuperWord 1 tests failed. REGRESSION: org.apache.solr.client.solrj.impl.CloudSolrServerTest.testDistribSearch Error Message:

[jira] [Commented] (SOLR-5843) No way to clear error state of a core that doesn't even exist any more

2014-03-09 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925316#comment-13925316 ] Furkan KAMACI commented on SOLR-5843: - Could you write down a scenario that I can

[jira] [Commented] (SOLR-5843) No way to clear error state of a core that doesn't even exist any more

2014-03-09 Thread Nathan Neulinger (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925317#comment-13925317 ] Nathan Neulinger commented on SOLR-5843: Two node SolrCloud 4.6.1 deployment. Do a

[jira] [Commented] (SOLR-5843) No way to clear error state of a core that doesn't even exist any more

2014-03-09 Thread Nathan Neulinger (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925319#comment-13925319 ] Nathan Neulinger commented on SOLR-5843: External 3 node zk ensemble being used.

[jira] [Commented] (LUCENE-4922) A SpatialPrefixTree based on the Hilbert Curve and variable grid sizes

2014-03-09 Thread Varun V Shenoy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925320#comment-13925320 ] Varun V Shenoy commented on LUCENE-4922: - Thanks Hatim, I have been going

[jira] [Commented] (LUCENE-5512) Remove redundant typing (diamond operator) in trunk

2014-03-09 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925325#comment-13925325 ] Furkan KAMACI commented on LUCENE-5512: --- When I finish it I will attach the patch

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_51) - Build # 9734 - Failure!

2014-03-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9734/ Java: 64bit/jdk1.7.0_51 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC -XX:-UseSuperWord 1 tests failed. REGRESSION: org.apache.solr.client.solrj.impl.CloudSolrServerTest.testDistribSearch Error Message:

[jira] [Created] (LUCENE-5514) Backport Java 7 changes from trunk to Lucene 4.8

2014-03-09 Thread Uwe Schindler (JIRA)
Uwe Schindler created LUCENE-5514: - Summary: Backport Java 7 changes from trunk to Lucene 4.8 Key: LUCENE-5514 URL: https://issues.apache.org/jira/browse/LUCENE-5514 Project: Lucene - Core

[jira] [Updated] (SOLR-1632) Distributed IDF

2014-03-09 Thread Vitaliy Zhovtyuk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitaliy Zhovtyuk updated SOLR-1632: --- Attachment: SOLR-1632.patch Updated to latest trunk. Cleaned code duplicates. Fixed

[jira] [Updated] (LUCENE-5514) Backport Java 7 changes from trunk to Lucene 4.8

2014-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-5514: -- Attachment: LUCENE-5514.patch Here is the backport / revert of the following commits:

[jira] [Updated] (LUCENE-5488) FilteredQuery.explain does not honor FilterStrategy

2014-03-09 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wang updated LUCENE-5488: -- Attachment: LUCENE-5488.patch FilteredQuery.explain does not honor FilterStrategy

[jira] [Commented] (LUCENE-5488) FilteredQuery.explain does not honor FilterStrategy

2014-03-09 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925353#comment-13925353 ] John Wang commented on LUCENE-5488: --- Thanks Lei for pointing this out. New patch

[jira] [Commented] (LUCENE-5514) Backport Java 7 changes from trunk to Lucene 4.8

2014-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925354#comment-13925354 ] Uwe Schindler commented on LUCENE-5514: --- I think this is fine as a first step. It

[jira] [Commented] (LUCENE-5514) Backport Java 7 changes from trunk to Lucene 4.8

2014-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925355#comment-13925355 ] Uwe Schindler commented on LUCENE-5514: --- I will first commit this stuff and later

[jira] [Updated] (LUCENE-5514) Backport Java 7 changes from trunk to Lucene 4.8

2014-03-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-5514: -- Attachment: LUCENE-5514.patch Last patch missed changes in {{RAMUsageEstimator}}. We no

[jira] [Commented] (LUCENE-5512) Remove redundant typing (diamond operator) in trunk

2014-03-09 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925373#comment-13925373 ] Furkan KAMACI commented on LUCENE-5512: --- I've finished it. Compilation and tests

[jira] [Commented] (LUCENE-5512) Remove redundant typing (diamond operator) in trunk

2014-03-09 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925378#comment-13925378 ] Erick Erickson commented on LUCENE-5512: Fire away. Personally the only thing I

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-fcs-b132) - Build # 9736 - Failure!

2014-03-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9736/ Java: 32bit/jdk1.8.0-fcs-b132 -server -XX:+UseG1GC 1 tests failed. REGRESSION: org.apache.solr.client.solrj.impl.CloudSolrServerTest.testDistribSearch Error Message: java.util.concurrent.TimeoutException: Could not connect to

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_60-ea-b07) - Build # 9630 - Failure!

2014-03-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9630/ Java: 32bit/jdk1.7.0_60-ea-b07 -server -XX:+UseParallelGC 1 tests failed. REGRESSION: org.apache.solr.client.solrj.impl.CloudSolrServerTest.testDistribSearch Error Message: java.util.concurrent.TimeoutException: Could not

[jira] [Commented] (SOLR-5843) No way to clear error state of a core that doesn't even exist any more

2014-03-09 Thread Nathan Neulinger (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925416#comment-13925416 ] Nathan Neulinger commented on SOLR-5843: In case it helps any - interesting result

[jira] [Updated] (SOLR-5842) facet.pivot need provide the more information and additional function

2014-03-09 Thread Raintung Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raintung Li updated SOLR-5842: -- Description: Because facet can set the facet.limit and facet.offset, we can't get the next array size

[jira] [Updated] (SOLR-5842) facet.pivot need provide the more information and additional function

2014-03-09 Thread Raintung Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raintung Li updated SOLR-5842: -- Attachment: patch-5842.txt update code for functions facet.pivot need provide the more information

[jira] [Commented] (SOLR-5768) Add a distrib.singlePass parameter to make EXECUTE_QUERY phase fetch all fields and skip GET_FIELDS

2014-03-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925441#comment-13925441 ] Shalin Shekhar Mangar commented on SOLR-5768: - Thanks Gregg. # We need tests

[jira] [Commented] (LUCENE-5495) Boolean Filter does not handle FilterClauses with only bits() implemented

2014-03-09 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925466#comment-13925466 ] John Wang commented on LUCENE-5495: --- Thanks Lei! Comments addressed, see new patch.

[jira] [Updated] (LUCENE-5495) Boolean Filter does not handle FilterClauses with only bits() implemented

2014-03-09 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wang updated LUCENE-5495: -- Attachment: LUCENE-5495.patch Boolean Filter does not handle FilterClauses with only bits()