[jira] [Created] (SOLR-3449) QueryComponent.doFieldSortValues throw ArrayIndexOutOfBoundsException when has maxDoc=0 Segment

2012-05-11 Thread Linbin Chen (JIRA)
Linbin Chen created SOLR-3449: - Summary: QueryComponent.doFieldSortValues throw ArrayIndexOutOfBoundsException when has maxDoc=0 Segment Key: SOLR-3449 URL: https://issues.apache.org/jira/browse/SOLR-3449

[jira] [Updated] (SOLR-3449) QueryComponent.doFieldSortValues throw ArrayIndexOutOfBoundsException when has maxDoc=0 Segment

2012-05-11 Thread Linbin Chen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Linbin Chen updated SOLR-3449: -- Attachment: SOLR-3449.patch > QueryComponent.doFieldSortValues throw ArrayIndexOutOfBoundsException

[jira] [Updated] (SOLR-3449) QueryComponent.doFieldSortValues throw ArrayIndexOutOfBoundsException when has maxDoc=0 Segment

2012-05-11 Thread Linbin Chen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Linbin Chen updated SOLR-3449: -- Description: have index {code} Segment name=_9, offest=[docBase=0, maxDoc=245] idx=0 Segment name=_a, of

[jira] [Updated] (SOLR-3449) QueryComponent.doFieldSortValues throw ArrayIndexOutOfBoundsException when has maxDoc=0 Segment

2012-05-11 Thread Linbin Chen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Linbin Chen updated SOLR-3449: -- Description: have index {code} Segment name=_9, offest=[docBase=0, maxDoc=245] idx=0 Segment name=_a, of

[jira] [Commented] (SOLR-3377) eDismax: A fielded query wrapped by parens is not recognized

2012-05-11 Thread Bernd Fehling (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273099#comment-13273099 ] Bernd Fehling commented on SOLR-3377: - Shoot me an enhanced unit test which covers your

[jira] [Commented] (SOLR-3447) solrj cannot handle org.apache.solr.common.SolrException when the schema is not correct

2012-05-11 Thread ESSOUSSI Jamel (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273108#comment-13273108 ] ESSOUSSI Jamel commented on SOLR-3447: -- Hi, When the schema is not valid and I try to

[jira] [Closed] (SOLR-3448) Date math in range queries does not handle plus sign

2012-05-11 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lance Norskog closed SOLR-3448. --- Resolution: Invalid > Date math in range queries does not handle plus sign > -

[jira] [Commented] (SOLR-3448) Date math in range queries does not handle plus sign

2012-05-11 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273116#comment-13273116 ] Lance Norskog commented on SOLR-3448: - Oy. It was even worse: the field was not a date

[jira] [Commented] (SOLR-3159) Upgrade to Jetty 8

2012-05-11 Thread Massimo Carro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273124#comment-13273124 ] Massimo Carro commented on SOLR-3159: - I use solr 4 with jetty 8 : highlight inside qt

[jira] [Created] (SOLR-3450) CoreAdminHandler.handleStatusAction

2012-05-11 Thread JIRA
Trym Møller created SOLR-3450: - Summary: CoreAdminHandler.handleStatusAction Key: SOLR-3450 URL: https://issues.apache.org/jira/browse/SOLR-3450 Project: Solr Issue Type: Bug Components

[jira] [Created] (LUCENE-4049) PrefixQuery (or it's superclass MultiTermQuery) ignores index time boosts

2012-05-11 Thread Michael Wyraz (JIRA)
Michael Wyraz created LUCENE-4049: - Summary: PrefixQuery (or it's superclass MultiTermQuery) ignores index time boosts Key: LUCENE-4049 URL: https://issues.apache.org/jira/browse/LUCENE-4049 Project:

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

2012-05-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/13953/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest Error Message: ERROR: SolrIndexSearcher opens=79 closes=77 Stack Trace: java.lang.AssertionError: ERROR: SolrIndexSearcher open

Re: svn commit: r1337005 - in /lucene/dev/trunk/lucene/test-framework/src/java/org/apache/lucene: index/AlcoholicMergePolicy.java util/LuceneTestCase.java

2012-05-11 Thread Dawid Weiss
>> +  public static enum Drink { >> + >> +    Beer(15), Wine(17), Champagne(21), WhiteRussian(22), >> + SingleMalt(30); >> + >> + >> +    public long drunk() { >> +      return drunkFactor; >> +    } I think this isn't an independent value. This isn't even a Markov chain as it doesn't depend on th

Re: G1 Garbage Collector enabled for Java 7 builds

2012-05-11 Thread Dawid Weiss
+1. I expect lots of bugs to appear soon... I tried G1 at some point in the past and just couldn't get it to work reliably (it was a longer while ago though). Dawid On Thu, May 10, 2012 at 10:23 PM, Uwe Schindler wrote: > Hi, > > I enabled the G1 Garbage Collector for the Java 7 Builds (TEST_JVM

[jira] [Issue Comment Edited] (SOLR-3450) CoreAdminHandler.handleStatusAction

2012-05-11 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273166#comment-13273166 ] Per Steffensen edited comment on SOLR-3450 at 5/11/12 10:53 AM: -

[jira] [Commented] (SOLR-3450) CoreAdminHandler.handleStatusAction

2012-05-11 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273166#comment-13273166 ] Per Steffensen commented on SOLR-3450: -- Guess is that FileUtils.sizeOfDirectory starts

[jira] [Resolved] (LUCENE-4049) PrefixQuery (or it's superclass MultiTermQuery) ignores index time boosts

2012-05-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-4049. - Resolution: Not A Problem setRewriteMethod(SCORING_BOOLEAN_QUERY_REWRITE) > Pre

[jira] [Updated] (LUCENE-3842) Analyzing Suggester

2012-05-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3842: Attachment: LUCENE-3842.patch updated patch: i fixed the bug in tokenStreamToAutomaton (just use l

Re: svn commit: r1337005 - in /lucene/dev/trunk/lucene/test-framework/src/java/org/apache/lucene: index/AlcoholicMergePolicy.java util/LuceneTestCase.java

2012-05-11 Thread Martijn van Groningen
There is room for improvement :) Yeah we should introduce an amount and order of drinks. Also the drinking speed is important and whether non-alcoholic beverages are consumed during the night. Martijn On 11 May 2012 1growFactor2:33, Dawid Weiss wrote: >>> +  public static enum Drink { >>> + >>>

[jira] [Updated] (LUCENE-4026) TestIndexWriterReader hang

2012-05-11 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-4026: Attachment: LUCENE-4026.patch here is a new patch with a testcase that exercises this code

[jira] [Created] (SOLR-3451) Solrj QueryResponse as JSON response

2012-05-11 Thread Pavan Kumar (JIRA)
Pavan Kumar created SOLR-3451: - Summary: Solrj QueryResponse as JSON response Key: SOLR-3451 URL: https://issues.apache.org/jira/browse/SOLR-3451 Project: Solr Issue Type: Bug Component

[jira] [Commented] (LUCENE-4040) Improve QueryParser and supported syntax documentation

2012-05-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273336#comment-13273336 ] Robert Muir commented on LUCENE-4040: - Thanks Mike, I committed this!

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

2012-05-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/13960/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest Error Message: ERROR: SolrIndexSearcher opens=79 closes=77 Stack Trace: java.lang.AssertionError: ERROR: SolrIndexSearcher open

[jira] [Updated] (LUCENE-3842) Analyzing Suggester

2012-05-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3842: --- Attachment: LUCENE-3842.patch Patch, fixing TS2A to insert holes ... this is causing

[jira] [Commented] (SOLR-1535) Pre-analyzed field type

2012-05-11 Thread Neil Hooey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273408#comment-13273408 ] Neil Hooey commented on SOLR-1535: -- When I asked Hoss at Lucene Revolution yesterday, he s

[jira] [Commented] (SOLR-2155) Geospatial search using geohash prefixes

2012-05-11 Thread Oleg Shevelyov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273417#comment-13273417 ] Oleg Shevelyov commented on SOLR-2155: -- Hi David, does new 1.0.5 version include polyg

[jira] [Commented] (LUCENE-3842) Analyzing Suggester

2012-05-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273419#comment-13273419 ] Robert Muir commented on LUCENE-3842: - testStandard is also bogus: it has 2 asserts.

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

2012-05-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/2507/ 1 tests failed. REGRESSION: org.apache.solr.cloud.RecoveryZkTest.testDistribSearch Error Message: Thread threw an uncaught exception, thread: Thread[Lucene Merge Thread #1,6,] Stack Trace: java.lang.RuntimeException:

[jira] [Resolved] (LUCENE-2371) Update fileformats spec to match how flex's standard codec writes terms

2012-05-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2371. - Resolution: Fixed > Update fileformats spec to match how flex's standard codec writes terms

[jira] [Resolved] (SOLR-3374) HttpClient jar not included in distribution

2012-05-11 Thread Sami Siren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sami Siren resolved SOLR-3374. -- Resolution: Fixed > HttpClient jar not included in distribution > --

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

2012-05-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/13963/ 1 tests failed. REGRESSION: org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete Error Message: searcher529 wasn't soon enough after soft529: 1336760134608 !< 1336760134169 + 100 (fudge) Stack Tra

[jira] [Commented] (SOLR-1535) Pre-analyzed field type

2012-05-11 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273501#comment-13273501 ] Andrzej Bialecki commented on SOLR-1535: - Hoss was wrong :) there is no way to do

[jira] [Commented] (SOLR-3221) Make Shard handler threadpool configurable

2012-05-11 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273507#comment-13273507 ] David Smiley commented on SOLR-3221: bq. Only to support the exacting behaviour that wa

[jira] [Commented] (SOLR-3221) Make Shard handler threadpool configurable

2012-05-11 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273514#comment-13273514 ] Markus Jelsma commented on SOLR-3221: - I would agree that latency is preferred as defau

[jira] [Issue Comment Edited] (SOLR-1535) Pre-analyzed field type

2012-05-11 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273501#comment-13273501 ] Andrzej Bialecki edited comment on SOLR-1535 at 5/11/12 7:20 PM: ---

[jira] [Commented] (LUCENE-4049) PrefixQuery (or it's superclass MultiTermQuery) ignores index time boosts

2012-05-11 Thread Michael Wyraz (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273525#comment-13273525 ] Michael Wyraz commented on LUCENE-4049: --- Robert, could you please explain it a bit

[jira] [Commented] (LUCENE-4049) PrefixQuery (or it's superclass MultiTermQuery) ignores index time boosts

2012-05-11 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273536#comment-13273536 ] Simon Willnauer commented on LUCENE-4049: - The default rewrite method in PrefixQu

[jira] [Commented] (SOLR-2155) Geospatial search using geohash prefixes

2012-05-11 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273540#comment-13273540 ] David Smiley commented on SOLR-2155: Hi Oleg. No, it was stripped out a long while ago

[jira] [Commented] (LUCENE-4049) PrefixQuery (or it's superclass MultiTermQuery) ignores index time boosts

2012-05-11 Thread Michael Wyraz (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273572#comment-13273572 ] Michael Wyraz commented on LUCENE-4049: --- Thank you, this solved the problem. But I

[jira] [Issue Comment Edited] (LUCENE-4049) PrefixQuery (or it's superclass MultiTermQuery) ignores index time boosts

2012-05-11 Thread Michael Wyraz (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273572#comment-13273572 ] Michael Wyraz edited comment on LUCENE-4049 at 5/11/12 8:18 PM: ---

[jira] [Updated] (SOLR-723) SolrCore & aliasing/swapping may lead to confusing JMX

2012-05-11 Thread Greg Bowyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Bowyer updated SOLR-723: - Attachment: (was: SOLR-723-solr-core-swap-JMX-issues-lucene_3x.patch) > SolrCore & aliasing/swappin

[jira] [Updated] (SOLR-723) SolrCore & aliasing/swapping may lead to confusing JMX

2012-05-11 Thread Greg Bowyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Bowyer updated SOLR-723: - Attachment: SOLR-723-solr-core-swap-JMX-issues-lucene_3x.patch > SolrCore & aliasing/swapping may lead

[jira] [Updated] (SOLR-723) SolrCore & aliasing/swapping may lead to confusing JMX

2012-05-11 Thread Greg Bowyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Bowyer updated SOLR-723: - Attachment: (was: SOLR-723-solr-core-swap-JMX-issues-lucene_3x.patch) > SolrCore & aliasing/swappin

[jira] [Updated] (LUCENE-3489) Refactor test classes that use assumeFalse(codec != SimpleText, Memory) to use new annotation and move the expensive methods to separate classes

2012-05-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3489: Attachment: LUCENE-3489.patch attached is a patch generalizing the UseNoExpensiveMemory annotation

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

2012-05-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/13970/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest Error Message: ERROR: SolrIndexSearcher opens=80 closes=78 Stack Trace: java.lang.AssertionError: ERROR: SolrIndexSearcher open

[jira] [Commented] (LUCENE-3171) BlockJoinQuery/Collector

2012-05-11 Thread David Webb (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273759#comment-13273759 ] David Webb commented on LUCENE-3171: Is there a wiki page on how to use this? I need

[jira] [Commented] (SOLR-3221) Make Shard handler threadpool configurable

2012-05-11 Thread Greg Bowyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273799#comment-13273799 ] Greg Bowyer commented on SOLR-3221: --- I agree, I was being cowardly when I wrote it becaus

[jira] [Commented] (LUCENE-3489) Refactor test classes that use assumeFalse(codec != SimpleText, Memory) to use new annotation and move the expensive methods to separate classes

2012-05-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273811#comment-13273811 ] Uwe Schindler commented on LUCENE-3489: --- I like the annotation. Can we maybe change

[jira] [Commented] (LUCENE-3489) Refactor test classes that use assumeFalse(codec != SimpleText, Memory) to use new annotation and move the expensive methods to separate classes

2012-05-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273812#comment-13273812 ] Uwe Schindler commented on LUCENE-3489: --- It's easy, just rename codecs to "String[]

[jira] [Issue Comment Edited] (LUCENE-3489) Refactor test classes that use assumeFalse(codec != SimpleText, Memory) to use new annotation and move the expensive methods to separate classes

2012-05-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273812#comment-13273812 ] Uwe Schindler edited comment on LUCENE-3489 at 5/12/12 2:21 AM: ---

[jira] [Created] (LUCENE-4050) Change SegmentInfos format to plain text

2012-05-11 Thread Andrzej Bialecki (JIRA)
Andrzej Bialecki created LUCENE-4050: - Summary: Change SegmentInfos format to plain text Key: LUCENE-4050 URL: https://issues.apache.org/jira/browse/LUCENE-4050 Project: Lucene - Java Is

[jira] [Commented] (LUCENE-3489) Refactor test classes that use assumeFalse(codec != SimpleText, Memory) to use new annotation and move the expensive methods to separate classes

2012-05-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273856#comment-13273856 ] Robert Muir commented on LUCENE-3489: - I agree, this is the main problem with the cur

[jira] [Commented] (LUCENE-4050) Change SegmentInfos format to plain text

2012-05-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273858#comment-13273858 ] Robert Muir commented on LUCENE-4050: - I agree this is a total mess. We should really