AW: Problems installing Pylucene on Ubuntu 12.04

2014-03-07 Thread Ritzschke, Uwe
Thanks for the quick reply. The tests work fine with that patch. Uwe On Thu, 6 Mar 2014, Ritzschke, Uwe wrote: Hello, I'm facing problems with installing Pylucene on an Ubuntu 12.04 Server (32bit). Perhaps someone can give me some helpful advice? I've followed the official installation

Re: Suggestions about writing / extending QueryParsers

2014-03-07 Thread Tommaso Teofili
Thanks Tim and Upayavira for your replies. I still need to decide what the final syntax could be, however generally speaking the ideal would be that I am able to extend the current Lucene syntax with a new expression which will trigger the creation of a more like this query with something like

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

2014-03-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-4.x/606/ 1 tests failed. REGRESSION: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch Error Message: some core start times did not change on reload Stack Trace: java.lang.AssertionError: some core start times did

Re: JDK 8 : Third Release Candidate - Build 132 is available on java.net

2014-03-07 Thread Rory O'Donnell Oracle, Dublin Ireland
Thanks Uwe! On 06/03/2014 23:59, Uwe Schindler wrote: Hi Rory, hi Lucene committers, Thanks for the info! I updated our Jenkins build server to use JDK 8 b132 and JDK 7u60 b07. In addition, the MacOSX virtual machine now also runs JDK 8 b132 builds (after I sorted out how to **not** make

[jira] [Commented] (LUCENE-5493) Rename Sorter, NumericDocValuesSorter, and fix javadocs

2014-03-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923694#comment-13923694 ] Adrien Grand commented on LUCENE-5493: -- This is a very nice cleanup, and the ability

Re: Fwd: Am I allowed to generate, enhance and republish a JavaDoc of an Apache project?

2014-03-07 Thread Shawn Heisey
On 3/6/2014 8:42 PM, Alexandre Rafalovitch wrote: I asked this on Apache legal list but got no reply. So, I thought I'll try again for the group it will affect directly (project not mentioned below is Solr). Any opinion on legality, usefulness or possibly underlying causes of the original

Re: Fwd: Am I allowed to generate, enhance and republish a JavaDoc of an Apache project?

2014-03-07 Thread Alexandre Rafalovitch
Thanks Shawn, these are neat tricks. I did find a couple of similar tricks with the versions. But I keep forgetting them and sometimes even that does not help. Additionally, the way Javadocs are built, the cross-links do not work too well. The classes are split between build modules and if you

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_60-ea-b07) - Build # 9703 - Still Failing!

2014-03-07 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9703/ Java: 64bit/jdk1.7.0_60-ea-b07 -XX:-UseCompressedOops -XX:+UseParallelGC All tests passed Build Log: [...truncated 43612 lines...] -documentation-lint: [echo] checking for broken html... [jtidy] Checking for broken html

[jira] [Created] (SOLR-5826) Request caching SolrServer

2014-03-07 Thread Tommaso Teofili (JIRA)
Tommaso Teofili created SOLR-5826: - Summary: Request caching SolrServer Key: SOLR-5826 URL: https://issues.apache.org/jira/browse/SOLR-5826 Project: Solr Issue Type: New Feature

Group-ignored tests and @Before/After class hooks.

2014-03-07 Thread Dawid Weiss
Robert pointed out this: [junit4] Suite: org.apache.solr.cloud.BasicZkTest [junit4] IGNOR/A 0.00s J2 | BasicZkTest.testBasic [junit4] Assumption #1: 'slow' test group is disabled (@Slow) [junit4] Completed on J2 in 42.45s, 1 test, 1 skipped Bug? Like it must be running @BeforeClass

[jira] [Created] (SOLR-5827) Add boosting functionality to MoreLikeThisHandler

2014-03-07 Thread Upayavira (JIRA)
Upayavira created SOLR-5827: --- Summary: Add boosting functionality to MoreLikeThisHandler Key: SOLR-5827 URL: https://issues.apache.org/jira/browse/SOLR-5827 Project: Solr Issue Type: Improvement

[jira] [Updated] (SOLR-5826) Request caching SolrServer

2014-03-07 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SOLR-5826: -- Attachment: SOLR-5826.patch attached first draft patch which introduces a

[jira] [Commented] (LUCENE-3178) Native MMapDir

2014-03-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923769#comment-13923769 ] Michael McCandless commented on LUCENE-3178: bq. ... and suddenly I got good

[jira] [Commented] (LUCENE-5493) Rename Sorter, NumericDocValuesSorter, and fix javadocs

2014-03-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923772#comment-13923772 ] Michael McCandless commented on LUCENE-5493: bq. What is meant by impact

Re: Stalled unit tests

2014-03-07 Thread Michael McCandless
Unfortunately, some tests take a very long time, and the test infra will print these HEARTBEAT messages notifying you that they are still running. They should eventually finish? Mike McCandless http://blog.mikemccandless.com On Thu, Mar 6, 2014 at 5:09 PM, Terry Smith sheb...@gmail.com wrote:

Re: Group-ignored tests and @Before/After class hooks.

2014-03-07 Thread Dawid Weiss
Ok, I've fixed it. https://github.com/carrotsearch/randomizedtesting/issues/158 I'll include it in the next release. Dawid On Fri, Mar 7, 2014 at 11:17 AM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: Robert pointed out this: [junit4] Suite: org.apache.solr.cloud.BasicZkTest [junit4]

[jira] [Commented] (LUCENE-5487) Can we separate top scorer from sub scorer?

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

[jira] [Commented] (LUCENE-5493) Rename Sorter, NumericDocValuesSorter, and fix javadocs

2014-03-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923793#comment-13923793 ] Uwe Schindler commented on LUCENE-5493: --- Beautiful! I like the linest starting with

[jira] [Updated] (SOLR-5827) Add boosting functionality to MoreLikeThisHandler

2014-03-07 Thread Upayavira (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Upayavira updated SOLR-5827: Attachment: SOLR-5827.patch First pass. Supports additive boosting with the mlt.bf parameter. No support

RE: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_60-ea-b07) - Build # 9703 - Still Failing!

2014-03-07 Thread Uwe Schindler
Hi, I have no idea, why this error appears. This class is unchanged since months. Maybe this is something new, only appearing with latest JDK 7u60 build? But, there are no javadocs changes in the whole series of 7u60 updates. I see that the class mentioned here has no Javadocs at all, because

[jira] [Updated] (SOLR-5827) Add boosting functionality to MoreLikeThisHandler

2014-03-07 Thread Upayavira (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Upayavira updated SOLR-5827: Attachment: SOLR-5827.patch Updated version with a minor tweak to get rid of compile error Add boosting

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_60-ea-b07) - Build # 9703 - Still Failing!

2014-03-07 Thread Michael McCandless
I really don't like that %20 in there! Maybe a minor change in the recent JDK7 build caused it to escape space with %20 instead of + or maybe where it wasn't escaping before ... I'll try to repro/fix. Seems like we just need to make the linter unescape somewhere. Mike McCandless

[jira] [Commented] (SOLR-5827) Add boosting functionality to MoreLikeThisHandler

2014-03-07 Thread Upayavira (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923808#comment-13923808 ] Upayavira commented on SOLR-5827: - It is perhaps worth noting that these are made against

[jira] [Assigned] (LUCENE-5492) IndexFileDeleter AssertionError in presence of *_upgraded.si files

2014-03-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-5492: -- Assignee: Michael McCandless IndexFileDeleter AssertionError in presence of

[jira] [Commented] (LUCENE-5492) IndexFileDeleter AssertionError in presence of *_upgraded.si files

2014-03-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923813#comment-13923813 ] Michael McCandless commented on LUCENE-5492: Hmm, not good. Can you describe

RE: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_60-ea-b07) - Build # 9703 - Still Failing!

2014-03-07 Thread Uwe Schindler
Thanks Mike. Maybe this is the difference! The only strange thing is the fact that it only happens on this single file. I can confirm: 7u60 b04 does not trigger this bug, but 7u60 b07 does. This is definitely no bug in the JDK, its just more correct bahviour (because whitespace must be escaped

[jira] [Commented] (LUCENE-5493) Rename Sorter, NumericDocValuesSorter, and fix javadocs

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

[jira] [Resolved] (LUCENE-5493) Rename Sorter, NumericDocValuesSorter, and fix javadocs

2014-03-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-5493. - Resolution: Fixed Fix Version/s: 5.0 4.8 Rename Sorter,

[jira] [Commented] (LUCENE-5493) Rename Sorter, NumericDocValuesSorter, and fix javadocs

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

[jira] [Created] (LUCENE-5498) SortingAtomicReader should be package private

2014-03-07 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5498: --- Summary: SortingAtomicReader should be package private Key: LUCENE-5498 URL: https://issues.apache.org/jira/browse/LUCENE-5498 Project: Lucene - Core Issue

[jira] [Created] (SOLR-5828) Support for multiple wildcard highlight fields

2014-03-07 Thread Daniel Debray (JIRA)
Daniel Debray created SOLR-5828: --- Summary: Support for multiple wildcard highlight fields Key: SOLR-5828 URL: https://issues.apache.org/jira/browse/SOLR-5828 Project: Solr Issue Type:

[jira] [Created] (LUCENE-5499) EarlyTerminatingSortingCollector shouldnt require exact Sort match

2014-03-07 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5499: --- Summary: EarlyTerminatingSortingCollector shouldnt require exact Sort match Key: LUCENE-5499 URL: https://issues.apache.org/jira/browse/LUCENE-5499 Project: Lucene -

[jira] [Commented] (LUCENE-5499) EarlyTerminatingSortingCollector shouldnt require exact Sort match

2014-03-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923872#comment-13923872 ] Robert Muir commented on LUCENE-5499: - The basics are: right now we just encode

[jira] [Updated] (SOLR-5828) Support for multiple wildcard highlight fields

2014-03-07 Thread Daniel Debray (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Debray updated SOLR-5828: Description: Hey guys, is there a reason why we don't support multiple wildcard querys for

[jira] [Commented] (LUCENE-5498) SortingAtomicReader should be package private

2014-03-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923878#comment-13923878 ] Robert Muir commented on LUCENE-5498: - FWIW the other tools in lucene/misc seem to

[jira] [Closed] (SOLR-5828) Support for multiple wildcard highlight fields

2014-03-07 Thread Daniel Debray (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Debray closed SOLR-5828. --- Resolution: Duplicate Support for multiple wildcard highlight fields

[jira] [Commented] (SOLR-5828) Support for multiple wildcard highlight fields

2014-03-07 Thread Daniel Debray (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923881#comment-13923881 ] Daniel Debray commented on SOLR-5828: - Duplicate of SOLR-5127. Support for multiple

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

2014-03-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1121/ 1 tests failed. REGRESSION: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.testDistribSearch Error Message: There were too many update fails - we expect it can happen, but shouldn't easily Stack Trace:

[jira] [Updated] (SOLR-5773) CollapsingQParserPlugin should make elevated documents the group head

2014-03-07 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5773: - Attachment: SOLR-5773.patch CollapsingQParserPlugin should make elevated documents the group

[jira] [Commented] (SOLR-5773) CollapsingQParserPlugin should make elevated documents the group head

2014-03-07 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923885#comment-13923885 ] Joel Bernstein commented on SOLR-5773: -- Tested this at scale and it seems to be

Re: Stalled unit tests

2014-03-07 Thread Terry Smith
Mike, Fair enough. I'll let them run for more than 30 minutes and see what happens. How long does it take on your machine? I'm happy to signup for the wiki and add some extra information to http://wiki.apache.org/lucene-java/HowToContribute for folks wanting to tinker with Lucene. Do the Lucene

Re: Stalled unit tests

2014-03-07 Thread Dawid Weiss
How long does it take on your machine? It really depends... check out the limit on some heavy nightly tests like this one: @TimeoutSuite(millis = 80 * TimeUnits.HOUR) @Ignore(takes ~ 45 minutes) (Somebody should really inspect this inconsistency :). Or this one: @Ignore(Requires tons of heap

RE: Suggestions about writing / extending QueryParsers

2014-03-07 Thread Allison, Timothy B.
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 sure that was the right decision, but given my lack of knowledge of javacc, it

[jira] [Commented] (SOLR-5720) Add ExpandComponent to expand results collapsed by the CollapsingQParserPlugin

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

[jira] [Commented] (SOLR-5720) Add ExpandComponent to expand results collapsed by the CollapsingQParserPlugin

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

[jira] [Commented] (LUCENE-5492) IndexFileDeleter AssertionError in presence of *_upgraded.si files

2014-03-07 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923910#comment-13923910 ] Tim Smith commented on LUCENE-5492: --- Here's what my test is doing: 1. unpacks lucene

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

2014-03-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923913#comment-13923913 ] Mark Miller commented on SOLR-5825: --- +1 Separate http request creation and execution in

[jira] [Commented] (LUCENE-5205) [PATCH] SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2014-03-07 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923915#comment-13923915 ] Tim Allison commented on LUCENE-5205: - The root of this problem is that

[jira] [Comment Edited] (LUCENE-5205) [PATCH] SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2014-03-07 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923915#comment-13923915 ] Tim Allison edited comment on LUCENE-5205 at 3/7/14 2:36 PM: -

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

2014-03-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923919#comment-13923919 ] Mark Miller commented on SOLR-5818: --- +1 - LGTM. distrib search with custom comparator

[jira] [Commented] (SOLR-5730) make Lucene's SortingMergePolicy and EarlyTerminatingSortingCollector configurable in Solr

2014-03-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923920#comment-13923920 ] Robert Muir commented on SOLR-5730: --- Hello, some things that might simplify some of the

[jira] [Created] (LUCENE-5500) SortingMergePolicy should error if the Sort refers to the score

2014-03-07 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5500: --- Summary: SortingMergePolicy should error if the Sort refers to the score Key: LUCENE-5500 URL: https://issues.apache.org/jira/browse/LUCENE-5500 Project: Lucene - Core

[jira] [Commented] (LUCENE-5500) SortingMergePolicy should error if the Sort refers to the score

2014-03-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923924#comment-13923924 ] Robert Muir commented on LUCENE-5500: - Note you will get an exception today: but not

[jira] [Updated] (LUCENE-5500) SortingMergePolicy should error if the Sort refers to the score

2014-03-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5500: Attachment: LUCENE-5500.patch simple patch. I added tests for both the MP and the FilterReader

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

2014-03-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923934#comment-13923934 ] Mark Miller commented on SOLR-5823: --- Cool. Couple comments: bq. Looks like the

[jira] [Commented] (SOLR-5477) Async execution of OverseerCollectionProcessor tasks

2014-03-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923942#comment-13923942 ] Mark Miller commented on SOLR-5477: --- bq. SolrJ calls you mean methods like

[jira] [Commented] (SOLR-5477) Async execution of OverseerCollectionProcessor tasks

2014-03-07 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923960#comment-13923960 ] Anshum Gupta commented on SOLR-5477: [~markrmil...@gmail.com] Sure, I'll add that and

[jira] [Commented] (LUCENE-5500) SortingMergePolicy should error if the Sort refers to the score

2014-03-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923990#comment-13923990 ] Adrien Grand commented on LUCENE-5500: -- +1 SortingMergePolicy should error if the

[jira] [Updated] (LUCENE-5491) Flexible StandardQueryParser fails on boost field

2014-03-07 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-5491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] André updated LUCENE-5491: --- Fix Version/s: 4.8 Flexible StandardQueryParser fails on boost field

[jira] [Updated] (LUCENE-5491) NPE in Flexible StandardQueryParser on boosting

2014-03-07 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-5491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] André updated LUCENE-5491: --- Summary: NPE in Flexible StandardQueryParser on boosting (was: NPE in Flexible StandardQueryParser when

[jira] [Updated] (LUCENE-5491) NPE in Flexible StandardQueryParser when boosting

2014-03-07 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-5491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] André updated LUCENE-5491: --- Summary: NPE in Flexible StandardQueryParser when boosting (was: Flexible StandardQueryParser fails on

[jira] [Commented] (LUCENE-5491) NPE in Flexible StandardQueryParser on boosting

2014-03-07 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-5491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13923999#comment-13923999 ] André commented on LUCENE-5491: @[~adriano_crestani] I added a null check and it works

[jira] [Commented] (LUCENE-5500) SortingMergePolicy should error if the Sort refers to the score

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

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_60-ea-b07) - Build # 9600 - Still Failing!

2014-03-07 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9600/ Java: 64bit/jdk1.7.0_60-ea-b07 -XX:-UseCompressedOops -XX:+UseG1GC All tests passed Build Log: [...truncated 42217 lines...] [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] warning: [options] bootstrap

[jira] [Resolved] (LUCENE-5500) SortingMergePolicy should error if the Sort refers to the score

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

[jira] [Commented] (LUCENE-5500) SortingMergePolicy should error if the Sort refers to the score

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

[jira] [Created] (LUCENE-5501) Out-of-order collection testing

2014-03-07 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-5501: Summary: Out-of-order collection testing Key: LUCENE-5501 URL: https://issues.apache.org/jira/browse/LUCENE-5501 Project: Lucene - Core Issue Type:

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

2014-03-07 Thread Joel Bernstein (JIRA)
Joel Bernstein created SOLR-5829: Summary: Add tag/exclude functionality to the ExpandComponent Key: SOLR-5829 URL: https://issues.apache.org/jira/browse/SOLR-5829 Project: Solr Issue Type:

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

2014-03-07 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: Adding tag/exclude functionality to the ExpandComponent would allow it to operate

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

2014-03-07 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 Initial patch leverages the existing tag/exclude framework for

[jira] [Updated] (LUCENE-5501) Out-of-order collection testing

2014-03-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5501: - Attachment: LUCENE-5501.patch Here is a simple patch I've been playing with: -

[jira] [Commented] (LUCENE-5501) Out-of-order collection testing

2014-03-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924011#comment-13924011 ] Robert Muir commented on LUCENE-5501: - Are you sure? I think its ok overall, but of

[jira] [Commented] (LUCENE-5501) Out-of-order collection testing

2014-03-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924032#comment-13924032 ] Adrien Grand commented on LUCENE-5501: -- I was not thinking about these collectors at

[jira] [Commented] (LUCENE-5422) Postings lists deduplication

2014-03-07 Thread Vishmi Money (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924036#comment-13924036 ] Vishmi Money commented on LUCENE-5422: -- [~otis], thank you. [~mikemccand], yes I

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

2014-03-07 Thread Rob Audenaerde (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924037#comment-13924037 ] Rob Audenaerde commented on LUCENE-5476: {quote} ...Given our test framework,

[JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 2330 - Still Failing

2014-03-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java6/2330/ All tests passed Build Log: [...truncated 3742 lines...] [javac] Compiling 20 source files to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/lucene/build/misc/classes/java [javac]

Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 2330 - Still Failing

2014-03-07 Thread Robert Muir
Sorry, ill fix On Fri, Mar 7, 2014 at 11:41 AM, Apache Jenkins Server jenk...@builds.apache.org wrote: Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java6/2330/ All tests passed Build Log: [...truncated 3742 lines...] [javac] Compiling 20 source files to

Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_60-ea-b07) - Build # 9594 - Still Failing!

2014-03-07 Thread Michael McCandless
I committed a fix. Mike McCandless http://blog.mikemccandless.com On Fri, Mar 7, 2014 at 12:01 AM, Policeman Jenkins Server jenk...@thetaphi.de wrote: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9594/ Java: 64bit/jdk1.7.0_60-ea-b07 -XX:+UseCompressedOops -XX:+UseParallelGC

[jira] [Created] (SOLR-5830) Elevate file hardcoded to load from either conf or data directory

2014-03-07 Thread David Stuart (JIRA)
David Stuart created SOLR-5830: -- Summary: Elevate file hardcoded to load from either conf or data directory Key: SOLR-5830 URL: https://issues.apache.org/jira/browse/SOLR-5830 Project: Solr

[jira] [Commented] (SOLR-4654) Integrate Lucene's sorting and early query termination capabilities into Solr

2014-03-07 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924081#comment-13924081 ] Furkan KAMACI commented on SOLR-4654: - I am volunteer to work on this issue as a part

[jira] [Commented] (LUCENE-5501) Out-of-order collection testing

2014-03-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924088#comment-13924088 ] Michael McCandless commented on LUCENE-5501: +1, I love this patch. You

Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_60-ea-b07) - Build # 9600 - Still Failing!

2014-03-07 Thread Michael McCandless
Same issue, I committed a fix earlier. Mike McCandless http://blog.mikemccandless.com On Fri, Mar 7, 2014 at 11:11 AM, Policeman Jenkins Server jenk...@thetaphi.de wrote: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9600/ Java: 64bit/jdk1.7.0_60-ea-b07 -XX:-UseCompressedOops

[jira] [Updated] (SOLR-5830) Elevate file hardcoded to load from either conf or data directory

2014-03-07 Thread David Stuart (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Stuart updated SOLR-5830: --- Attachment: SOLR-5830.patch First pass on a patch. Elevate file hardcoded to load from either conf

[jira] [Resolved] (SOLR-5821) Search inconsistency on SolrCloud replicas

2014-03-07 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-5821. -- Resolution: Invalid First, please raise issues like this on the user's before raising a JIRA to

[jira] [Commented] (LUCENE-5499) EarlyTerminatingSortingCollector shouldnt require exact Sort match

2014-03-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924098#comment-13924098 ] Michael McCandless commented on LUCENE-5499: +1 The search-time sort just

[jira] [Commented] (LUCENE-5498) SortingAtomicReader should be package private

2014-03-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924093#comment-13924093 ] Michael McCandless commented on LUCENE-5498: +1 SortingAtomicReader should

Re: Stalled unit tests

2014-03-07 Thread Michael McCandless
I just ran ant test under Solr; it took 4 minutes 25 seconds. But, in my ~/build.properties I have: tests.disableHdfs=true tests.slow=false Which makes things substantially faster, and also [seems to] sidestep the Solr tests that false fail. Mike McCandless

[jira] [Commented] (SOLR-5773) CollapsingQParserPlugin should make elevated documents the group head

2014-03-07 Thread David (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924108#comment-13924108 ] David commented on SOLR-5773: - What did you change in your latest patch?

[jira] [Commented] (SOLR-5821) Search inconsistency on SolrCloud replicas

2014-03-07 Thread Maxim Novikov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924107#comment-13924107 ] Maxim Novikov commented on SOLR-5821: - Will this additional ordering not impact the

[jira] [Commented] (SOLR-5773) CollapsingQParserPlugin should make elevated documents the group head

2014-03-07 Thread David (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924106#comment-13924106 ] David commented on SOLR-5773: - I've got it running in a sandbox environment. Seems to be

Re: Under what circumtances, termsEnum's next(), or seekExact(), o seekCeli() is more efficient?

2014-03-07 Thread Michael McCandless
On Wed, Mar 5, 2014 at 4:34 PM, hao yan hyan2...@gmail.com wrote: Hi, Michael 1.We find actually both are costly. I am not sure what is the difference btw first next only once + seekExact from then on and always seekExact. I mean, the first call of next and the first call of seekExact,

[jira] [Commented] (SOLR-5773) CollapsingQParserPlugin should make elevated documents the group head

2014-03-07 Thread David (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924123#comment-13924123 ] David commented on SOLR-5773: - oh I see it looks like you just added another test

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

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

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

2014-03-07 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Ernst updated SOLR-5818: - Fix Version/s: 5.0 4.8 distrib search with custom comparator does not quite work

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

2014-03-07 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Ernst reassigned SOLR-5818: Assignee: Ryan Ernst distrib search with custom comparator does not quite work correctly

[jira] [Commented] (SOLR-5821) Search inconsistency on SolrCloud replicas

2014-03-07 Thread Maxim Novikov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924127#comment-13924127 ] Maxim Novikov commented on SOLR-5821: - PS Regarding misunderstanding and stuff like

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

2014-03-07 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch reassigned LUCENE-5488: - Assignee: Michael Busch FilteredQuery.explain does not honor FilterStrategy

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

2014-03-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924138#comment-13924138 ] Hoss Man commented on SOLR-5823: miller i talked a bit about this on IRC this morning, a

[jira] [Updated] (LUCENE-5496) Nuke fuzzyMinSim and replace with maxEdits for FuzzyQuery and its friends

2014-03-07 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Allison updated LUCENE-5496: Attachment: LUCENE-5496-lucene_core_sandbox_v1.patch This is a first pass at nuking minsims in

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

2014-03-07 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Ernst resolved SOLR-5818. -- Resolution: Fixed distrib search with custom comparator does not quite work correctly

  1   2   >