[jira] [Updated] (LUCENE-5677) Simplify position handling in DefaultIndexingChain

2014-05-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5677: Attachment: LUCENE-5677.patch heres a quick prototype. tests seem happy. > Simplify position hand

[jira] [Created] (LUCENE-5677) Simplify position handling in DefaultIndexingChain

2014-05-16 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5677: --- Summary: Simplify position handling in DefaultIndexingChain Key: LUCENE-5677 URL: https://issues.apache.org/jira/browse/LUCENE-5677 Project: Lucene - Core Issu

[jira] [Updated] (LUCENE-4371) consider refactoring slicer to indexinput.slice

2014-05-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4371: Attachment: LUCENE-4371.patch Cleaned up patch (as trunk has changed much), I think I'm happy with

[jira] [Commented] (LUCENE-5666) Add UninvertingReader

2014-05-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000670#comment-14000670 ] Robert Muir commented on LUCENE-5666: - Is the CHANGES.txt entry not good here? The do

[jira] [Commented] (LUCENE-5618) DocValues updates send wrong fieldinfos to codec producers

2014-05-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000666#comment-14000666 ] Robert Muir commented on LUCENE-5618: - This looks good to me. My only concern (which

[jira] [Commented] (LUCENE-5666) Add UninvertingReader

2014-05-16 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000654#comment-14000654 ] David Smiley commented on LUCENE-5666: -- Wow, this was clearly a lot of work and welc

Re: [VOTE] Lucene/Solr release 4.8.1

2014-05-16 Thread Shalin Shekhar Mangar
+1 SUCCESS! [2:30:42.364774] On Thu, May 15, 2014 at 6:28 AM, Robert Muir wrote: > Hello, > > I have created a release candidate at > http://people.apache.org/~rmuir/staging_area/lucene_solr_4_8_1_r1594670 > > Please test and vote. > > Here is my +1 vote. I smoketested and tried to break thing

[jira] [Commented] (SOLR-5970) Create collection API always has status 0

2014-05-16 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000606#comment-14000606 ] Gregory Chanan commented on SOLR-5970: -- I looked into this a bit. It looks like the c

[jira] [Commented] (LUCENE-5663) Fix FSDirectory.open API

2014-05-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000631#comment-14000631 ] Robert Muir commented on LUCENE-5663: - If it smells bad, its the code calling the sha

[jira] [Comment Edited] (SOLR-5970) Create collection API always has status 0

2014-05-16 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000606#comment-14000606 ] Gregory Chanan edited comment on SOLR-5970 at 5/17/14 2:06 AM: --

[jira] [Comment Edited] (SOLR-5970) Create collection API always has status 0

2014-05-16 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000606#comment-14000606 ] Gregory Chanan edited comment on SOLR-5970 at 5/17/14 2:06 AM: --

[jira] [Commented] (LUCENE-5663) Fix FSDirectory.open API

2014-05-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000611#comment-14000611 ] Hoss Man commented on LUCENE-5663: -- bq. I think we should just 'shadow' the static metho

[jira] [Commented] (LUCENE-5663) Fix FSDirectory.open API

2014-05-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000584#comment-14000584 ] Robert Muir commented on LUCENE-5663: - I dont think a hellacious long method name sol

[jira] [Commented] (LUCENE-5675) "ID postings format"

2014-05-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999092#comment-13999092 ] ASF subversion and git services commented on LUCENE-5675: - Commit

RE: BaseTokenStreamTestCase

2014-05-16 Thread Uwe Schindler
Hi, you have to capture state on the first token before inserting new ones. When inserting a new token, *solely* call restoreState(); clearAttributes() is not needed before restoreState(). If you don’t do this, your filter will work incorrect if other filters come *after* it. The assert

[jira] [Commented] (LUCENE-5667) Optimize common-prefix across all terms in a field

2014-05-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998646#comment-13998646 ] ASF subversion and git services commented on LUCENE-5667: - Commit

[jira] [Resolved] (SOLR-6035) CloudSolrServer directUpdate routing should use getCoreUrl

2014-05-16 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein resolved SOLR-6035. -- Resolution: Fixed Fix Version/s: (was: 4.9) 4.8.1 > CloudSolrServe

Re: Consolidate IndexWriter.deleteDocuments()

2014-05-16 Thread Chris Hostetter
: I was looking at IW.deleteDocs() API, and was wondering why do we have both : deleteDocuments(Term) and deleteDocuments(Term...). Why can't we have just : the vararg one? Same applies to deleteDocuments(Query). +1 I think those method signatures just haven't been cleaned up since the introduc

[jira] [Commented] (SOLR-5681) Make the OverseerCollectionProcessor multi-threaded

2014-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998679#comment-13998679 ] Shalin Shekhar Mangar commented on SOLR-5681: - Thanks Anshum. Comments on the y

[jira] [Commented] (SOLR-6074) Field names with colons doesn't work on the query screen on the web UI

2014-05-16 Thread Ahmet Arslan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000537#comment-14000537 ] Ahmet Arslan commented on SOLR-6074: bq.Perhaps this JIRA should result in an updated d

[jira] [Commented] (LUCENE-5675) "ID postings format"

2014-05-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999329#comment-13999329 ] ASF subversion and git services commented on LUCENE-5675: - Commit

Re: [VOTE] Lucene/Solr release 4.8.1

2014-05-16 Thread Ahmet Arslan
+1  SUCCESS! [1:49:01.551615] Ahmet P.S. Here's my smoker command line: python3 dev-tools/scripts/smokeTestRelease.py 'http://people.apache.org/~rmuir/staging_area/lucene_solr_4_8_1_r1594670/' 1594670 4.8.1 tmp On Friday, May 16, 2014 11:46 PM, Simon Willnauer wrote: +1 SUCCESS! [1:19

BaseTokenStreamTestCase

2014-05-16 Thread Nitzan Shaked
Hi all While writing the unit tests for a new token filter I came across an issue(?) with BaseTokenStreamTestCase.assertTokenStreamContents(): it goes to some length to assure that clearAttributes() was called for every token produced by the filter under test. I suppose this helps most of the tim

[jira] [Created] (SOLR-6085) Suggester crashes

2014-05-16 Thread JIRA
Jorge Ferrández created SOLR-6085: - Summary: Suggester crashes Key: SOLR-6085 URL: https://issues.apache.org/jira/browse/SOLR-6085 Project: Solr Issue Type: Bug Components: SearchCo

[JENKINS] Lucene-4x-Linux-Java7-64-test-only - Build # 20878 - Failure!

2014-05-16 Thread builder
Build: builds.flonkings.com/job/Lucene-4x-Linux-Java7-64-test-only/20878/ All tests passed Build Log: [...truncated 685 lines...] [junit4] JVM J3: stdout was not empty, see: /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/build/core/test/temp/junit4-J3-20140507_2

[jira] [Commented] (LUCENE-5675) "ID postings format"

2014-05-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998862#comment-13998862 ] ASF subversion and git services commented on LUCENE-5675: - Commit

[jira] [Commented] (SOLR-5681) Make the OverseerCollectionProcessor multi-threaded

2014-05-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998539#comment-13998539 ] Noble Paul commented on SOLR-5681: -- bq.There are unrelated changes in OCP.prioritizeOverse

[jira] [Commented] (LUCENE-5675) "ID postings format"

2014-05-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999148#comment-13999148 ] ASF subversion and git services commented on LUCENE-5675: - Commit

[jira] [Commented] (LUCENE-5663) Fix FSDirectory.open API

2014-05-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000389#comment-14000389 ] Hoss Man commented on LUCENE-5663: -- bq. ...This does not use NIOFSDir... Except that it

[jira] [Created] (SOLR-6078) Create First Day Documentation

2014-05-16 Thread Grant Ingersoll (JIRA)
Grant Ingersoll created SOLR-6078: - Summary: Create First Day Documentation Key: SOLR-6078 URL: https://issues.apache.org/jira/browse/SOLR-6078 Project: Solr Issue Type: Sub-task

[jira] [Commented] (SOLR-6083) Provide a way to list configurationsets in SolrCloud from the admin screen.

2014-05-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1499#comment-1499 ] Erick Erickson commented on SOLR-6083: -- I just want the functionality, man... Mostly t

[jira] [Updated] (LUCENE-5673) MmapDirectory shouldn't pass along OOM wrapped as IOException

2014-05-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-5673: -- Attachment: LUCENE-5673.patch Slightly improved patch: - Preserves the original OOM message te

[jira] [Commented] (LUCENE-5673) MmapDirectory shouldn't pass along OOM wrapped as IOException

2014-05-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999769#comment-13999769 ] Uwe Schindler commented on LUCENE-5673: --- I will now do some tests on Linux with ver

[jira] [Commented] (SOLR-6075) CoreAdminHandler should synchronize while adding a task to the tracking map

2014-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998819#comment-13998819 ] Shalin Shekhar Mangar commented on SOLR-6075: - Looks like you have accidentally

[jira] [Updated] (SOLR-6075) CoreAdminHandler should synchronize while adding a task to the tracking map

2014-05-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-6075: Priority: Minor (was: Critical) Affects Version/s: (was: 4.8)

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

2014-05-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1560/ Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseG1GC All tests passed Build Log: [...truncated 17666 lines...] [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/cont

[jira] [Commented] (LUCENE-5675) "ID postings format"

2014-05-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999180#comment-13999180 ] ASF subversion and git services commented on LUCENE-5675: - Commit

[jira] [Created] (SOLR-6077) Create 5 minute tutorial

2014-05-16 Thread Grant Ingersoll (JIRA)
Grant Ingersoll created SOLR-6077: - Summary: Create 5 minute tutorial Key: SOLR-6077 URL: https://issues.apache.org/jira/browse/SOLR-6077 Project: Solr Issue Type: Sub-task Report

[jira] [Commented] (SOLR-6057) Duplicate background-color in #content #analysis #analysis-result .match (analysis.css)

2014-05-16 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000113#comment-14000113 ] Stefan Matheis (steffkes) commented on SOLR-6057: - We tend to assign only C

[jira] [Commented] (LUCENE-5584) Allow FST read method to also recycle the output value when traversing FST

2014-05-16 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998740#comment-13998740 ] Karl Wright commented on LUCENE-5584: - Mike, do you want us to propose a patch along

Re: [VOTE] Lucene/Solr release 4.8.1

2014-05-16 Thread Dawid Weiss
+1. SUCCESS! [0:58:53.290350] D. On Thu, May 15, 2014 at 2:58 AM, Robert Muir wrote: > Hello, > > I have created a release candidate at > http://people.apache.org/~rmuir/staging_area/lucene_solr_4_8_1_r1594670 > > Please test and vote. > > Here is my +1 vote. I smoketested and tried to break th

[jira] [Commented] (LUCENE-5670) org.apache.lucene.util.fst.FST should skip over outputs it is not interested in

2014-05-16 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998647#comment-13998647 ] Michael McCandless commented on LUCENE-5670: Ahh, sorry, DataInputs.skipBytes

[jira] [Updated] (LUCENE-5673) MmapDirectory shouldn't pass along OOM wrapped as IOException

2014-05-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-5673: -- Attachment: LUCENE-5673.patch Here is a patch, hiding the OOM (because it is definitley no rea

[jira] [Updated] (SOLR-5285) Solr response format should support child Docs

2014-05-16 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-5285: Attachment: SOLR-5285.patch Updated patch. - Adds a random test in SolrExampleTests - Adds missing

[jira] [Commented] (SOLR-6051) Field names beginning with numbers give different and incorrect results depending on placement in URL query

2014-05-16 Thread Ahmet Arslan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998614#comment-13998614 ] Ahmet Arslan commented on SOLR-6051: bq. Making it more clear in the official documenta

[jira] [Updated] (LUCENE-5673) MmapDirectory shouldn't pass along OOM wrapped as IOException

2014-05-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-5673: -- Attachment: LUCENE-5673.patch Attached is a patch with hardcoded "Map failed" message. The inn

Re: [JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 84760 - Failure!

2014-05-16 Thread Robert Muir
This is a crash on update 25 due to the "object with a null class" with g1gc (happened a few times). Simon upgraded flonkings to u55 and I haven't seen it again, i think its already fixed in the jvm On Sat, May 10, 2014 at 12:18 AM, wrote: > Build: builds.flonkings.com/job/Lucene-trunk-Linux-Ja

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

2014-05-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998875#comment-13998875 ] Hoss Man commented on SOLR-2894: bq. I've done the work on the MinCount and simplified the

Re: BaseTokenStreamTestCase

2014-05-16 Thread Robert Muir
its not really a use case: you have to clear attributes when creating a new token or you will have dirty state that is not appropriate... On Fri, May 16, 2014 at 12:28 AM, Nitzan Shaked wrote: > Hi all > > While writing the unit tests for a new token filter I came across an > issue(?) with BaseTo

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

2014-05-16 Thread Andrew Muldowney (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000337#comment-14000337 ] Andrew Muldowney edited comment on SOLR-2894 at 5/16/14 9:28 PM:

[jira] [Commented] (LUCENE-5644) ThreadAffinityDocumentsWriterThreadPool should clear the bindings on flush

2014-05-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13994053#comment-13994053 ] ASF subversion and git services commented on LUCENE-5644: - Commit

[jira] [Created] (LUCENE-5676) QueryNodeImpl is too mutable

2014-05-16 Thread Trejkaz (JIRA)
Trejkaz created LUCENE-5676: --- Summary: QueryNodeImpl is too mutable Key: LUCENE-5676 URL: https://issues.apache.org/jira/browse/LUCENE-5676 Project: Lucene - Core Issue Type: Improvement

[jira] [Updated] (LUCENE-5673) MmapDirectory shouldn't pass along OOM wrapped as IOException

2014-05-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-5673: -- Attachment: LUCENE-5673.patch > MmapDirectory shouldn't pass along OOM wrapped as IOException

[jira] [Commented] (SOLR-6054) Log progress of transaction log replays

2014-05-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998840#comment-13998840 ] Mark Miller commented on SOLR-6054: --- +1 - kind of in line with this, I have a JIRA issue

[jira] [Commented] (SOLR-6073) CollectionAdminRequest has createCollection methods with hard-coded router="implicit"

2014-05-16 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998681#comment-13998681 ] Varun Thacker commented on SOLR-6073: - There are a few createCollection methods with ha

[jira] [Commented] (LUCENE-5675) "ID postings format"

2014-05-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999170#comment-13999170 ] ASF subversion and git services commented on LUCENE-5675: - Commit

Re: [VOTE] Lucene/Solr release 4.8.1

2014-05-16 Thread Michael McCandless
+1: SUCCESS! [0:39:08.550817] Mike McCandless http://blog.mikemccandless.com On Wed, May 14, 2014 at 8:58 PM, Robert Muir wrote: > Hello, > > I have created a release candidate at > http://people.apache.org/~rmuir/staging_area/lucene_solr_4_8_1_r1594670 > > Please test and vote. > > Here is my

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

2014-05-16 Thread Andrew Muldowney (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Muldowney updated SOLR-2894: --- Attachment: SOLR-2894-mincount-minification.patch Thank you Hoss, that explanation gave me eve

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_05) - Build # 10315 - Still Failing!

2014-05-16 Thread Robert Muir
I committed a fix. On Fri, May 16, 2014 at 3:04 PM, Policeman Jenkins Server wrote: > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10315/ > Java: 64bit/jdk1.8.0_05 -XX:-UseCompressedOops -XX:+UseG1GC > > 1 tests failed. > FAILED: org.apache.lucene.search.join.TestBlockJoin.testR

[jira] [Commented] (LUCENE-5437) ASCIIFoldingFilter that emits both unfolded and folded tokens

2014-05-16 Thread Ahmet Arslan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000279#comment-14000279 ] Ahmet Arslan commented on LUCENE-5437: -- How about this change in {{ASCIIFoldingFilte

[jira] [Commented] (LUCENE-5675) "ID postings format"

2014-05-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999033#comment-13999033 ] ASF subversion and git services commented on LUCENE-5675: - Commit

[jira] [Commented] (SOLR-6057) Duplicate background-color in #content #analysis #analysis-result .match (analysis.css)

2014-05-16 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999766#comment-13999766 ] Stefan Matheis (steffkes) commented on SOLR-6057: - [~al.krinker] in fact it

[jira] [Updated] (LUCENE-5674) A new token filter: SubSequence

2014-05-16 Thread Nitzan Shaked (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nitzan Shaked updated LUCENE-5674: -- Attachment: 0001-SubSeqFilter.patch > A new token filter: SubSequence > --

[jira] [Created] (LUCENE-5672) Addindexes does not call maybeMerge

2014-05-16 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5672: --- Summary: Addindexes does not call maybeMerge Key: LUCENE-5672 URL: https://issues.apache.org/jira/browse/LUCENE-5672 Project: Lucene - Core Issue Type: Bug

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

2014-05-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10259/ Java: 64bit/jdk1.7.0_60-ea-b15 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 20421 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following

[jira] [Commented] (LUCENE-5650) createTempDir and associated functions no longer create java.io.tmpdir

2014-05-16 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000237#comment-14000237 ] Dawid Weiss commented on LUCENE-5650: - I think your last patch was inconsistent -- it

Re: [VOTE] Lucene/Solr release 4.8.1

2014-05-16 Thread Simon Willnauer
+1 SUCCESS! [1:19:33.540237] ES seems to be happy as well simon On Fri, May 16, 2014 at 10:59 AM, Michael McCandless wrote: > +1: SUCCESS! [0:39:08.550817] > > Mike McCandless > > http://blog.mikemccandless.com > > > On Wed, May 14, 2014 at 8:58 PM, Robert Muir wrote: >> Hello, >> >> I have

[jira] [Commented] (LUCENE-5650) createTempDir and associated functions no longer create java.io.tmpdir

2014-05-16 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000264#comment-14000264 ] Dawid Weiss commented on LUCENE-5650: - org.apache.lucene.search.join.TestBlockJoin fa

[jira] [Commented] (LUCENE-5437) ASCIIFoldingFilter that emits both unfolded and folded tokens

2014-05-16 Thread Ahmet Arslan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000274#comment-14000274 ] Ahmet Arslan commented on LUCENE-5437: -- ASCIIFoldingFilter's preserveOriginal=true b

[jira] [Commented] (LUCENE-5650) createTempDir and associated functions no longer create java.io.tmpdir

2014-05-16 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000208#comment-14000208 ] Dawid Weiss commented on LUCENE-5650: - Hi Ryan. Just browsed through the patch. Is th

[jira] [Commented] (SOLR-6057) Duplicate background-color in #content #analysis #analysis-result .match (analysis.css)

2014-05-16 Thread Al Krinker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000129#comment-14000129 ] Al Krinker commented on SOLR-6057: -- Gotcha. I am a contributor to Apache Accumulo, and the

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

2014-05-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10315/ Java: 64bit/jdk1.8.0_05 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.lucene.search.join.TestBlockJoin.testRandom Error Message: expected:<21[]> but was:<21[1]> Stack Trace: org.junit.ComparisonFailure

[jira] [Created] (LUCENE-5675) "ID postings format"

2014-05-16 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5675: --- Summary: "ID postings format" Key: LUCENE-5675 URL: https://issues.apache.org/jira/browse/LUCENE-5675 Project: Lucene - Core Issue Type: New Feature

[jira] [Commented] (SOLR-6057) Duplicate background-color in #content #analysis #analysis-result .match (analysis.css)

2014-05-16 Thread Al Krinker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999194#comment-13999194 ] Al Krinker commented on SOLR-6057: -- I agree... red is not a good choice since in most case

[jira] [Created] (SOLR-6084) In SolrCloud, provide an interface to the collections API

2014-05-16 Thread Erick Erickson (JIRA)
Erick Erickson created SOLR-6084: Summary: In SolrCloud, provide an interface to the collections API Key: SOLR-6084 URL: https://issues.apache.org/jira/browse/SOLR-6084 Project: Solr Issue Ty

[jira] [Commented] (SOLR-6067) add buildAndRunCollectorChain method to reduce code duplication in SolrIndexSearcher

2014-05-16 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998594#comment-13998594 ] Christine Poerschke commented on SOLR-6067: --- Okay, i think the problem is the las

[jira] [Commented] (LUCENE-5675) "ID postings format"

2014-05-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999110#comment-13999110 ] ASF subversion and git services commented on LUCENE-5675: - Commit

[jira] [Comment Edited] (SOLR-5681) Make the OverseerCollectionProcessor multi-threaded

2014-05-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998546#comment-13998546 ] Noble Paul edited comment on SOLR-5681 at 5/15/14 8:06 AM: --- OCP.

[jira] [Commented] (LUCENE-5524) Elias-Fano sequence also on BytesRef

2014-05-16 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998620#comment-13998620 ] Mikhail Khludnev commented on LUCENE-5524: -- Dear Committers, Can't you move it

[jira] [Updated] (SOLR-5681) Make the OverseerCollectionProcessor multi-threaded

2014-05-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-5681: - Attachment: SOLR-5681-2.patch minor changes * use wait/notify instead of Thread.sleep() in overseer main t

[jira] [Commented] (SOLR-6015) managed synonyms don't gracefully handle lowercasing

2014-05-16 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13993017#comment-13993017 ] Steve Rowe commented on SOLR-6015: -- Tim, The approach looks great - cool that all ignoreC

[jira] [Created] (SOLR-6087) SolrIndexSearcher makes no DelegatingCollector.finish() call when IndexSearcher throws an expected exception.

2014-05-16 Thread Christine Poerschke (JIRA)
Christine Poerschke created SOLR-6087: - Summary: SolrIndexSearcher makes no DelegatingCollector.finish() call when IndexSearcher throws an expected exception. Key: SOLR-6087 URL: https://issues.apache.org/jira

[jira] [Commented] (SOLR-6057) Duplicate background-color in #content #analysis #analysis-result .match (analysis.css)

2014-05-16 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1432#comment-1432 ] Stefan Matheis (steffkes) commented on SOLR-6057: - a helping hand is always

Consolidate IndexWriter.deleteDocuments()

2014-05-16 Thread Shai Erera
Hi I was looking at IW.deleteDocs() API, and was wondering why do we have both deleteDocuments(Term) and deleteDocuments(Term...). Why can't we have just the vararg one? Same applies to deleteDocuments(Query). Both delDocs(Term) and delDocs(Term..) call DocsWriter.deleteTerms(Term...) and otherwi

RE: [JENKINS] Lucene-4x-Linux-Java7-64-test-only - Build # 21653 - Still Failing!

2014-05-16 Thread Uwe Schindler
Sorry, this was my fault! It's already fixed - thanks Mike! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: buil...@flonkings.com [mailto:buil...@flonkings.com] > Sent: Friday, May 16, 2014 5:29 PM > To:

[jira] [Commented] (SOLR-6057) Duplicate background-color in #content #analysis #analysis-result .match (analysis.css)

2014-05-16 Thread Al Krinker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1477#comment-1477 ] Al Krinker commented on SOLR-6057: -- Thank you [~steffkes]. Btw, I dont see "Assign to me

[jira] [Comment Edited] (SOLR-6057) Duplicate background-color in #content #analysis #analysis-result .match (analysis.css)

2014-05-16 Thread Al Krinker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1481#comment-1481 ] Al Krinker edited comment on SOLR-6057 at 5/16/14 6:15 PM: --- p.s.

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

2014-05-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10314/ Java: 32bit/jdk1.8.0_05 -client -XX:+UseParallelGC 5 tests failed. REGRESSION: org.apache.lucene.index.TestIndexWriterMerging.testForceMergeDeletes2 Error Message: background merge hit exception: _0(5.0):C2/1:delGen=1 _1(5.0):

[JENKINS] Lucene-4x-Linux-Java7-64-test-only - Build # 21654 - Still Failing!

2014-05-16 Thread builder
Build: builds.flonkings.com/job/Lucene-4x-Linux-Java7-64-test-only/21654/ 5 tests failed. FAILED: org.apache.lucene.index.TestIndexWriterMerging.testForceMergeDeletes2 Error Message: background merge hit exception: _0(4.9):c2/1:delGen=1 _1(4.9):c2/1:delGen=1 _2(4.9):c2/1:delGen=1 into _1d Stac

[jira] [Resolved] (LUCENE-5666) Add UninvertingReader

2014-05-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-5666. - Resolution: Fixed > Add UninvertingReader > - > > Key: LUCEN

[jira] [Commented] (SOLR-6073) CollectionAdminRequest has createCollection methods with hard-coded router="implicit"

2014-05-16 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1451#comment-1451 ] Varun Thacker commented on SOLR-6073: - bq. Removing the N create methods is enough. Th

[jira] [Commented] (SOLR-6057) Duplicate background-color in #content #analysis #analysis-result .match (analysis.css)

2014-05-16 Thread Al Krinker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1481#comment-1481 ] Al Krinker commented on SOLR-6057: -- p.s. i could not even log into my original account 'kr

[jira] [Commented] (LUCENE-5673) MMapDirectory shouldn't pass along OOM wrapped as IOException

2014-05-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999819#comment-13999819 ] Uwe Schindler commented on LUCENE-5673: --- Oh the vote was already called. If we resp

[jira] [Commented] (SOLR-6074) Field names with colons doesn't work on the query screen on the web UI

2014-05-16 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999809#comment-13999809 ] Jan Høydahl commented on SOLR-6074: --- There are still no well defined list of characters f

[jira] [Updated] (SOLR-5681) Make the OverseerCollectionProcessor multi-threaded

2014-05-16 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-5681: --- Attachment: SOLR-5681-2.patch Made 'stale' in OCP a local variable and documented the use of the varia

[jira] [Commented] (LUCENE-5673) MmapDirectory shouldn't pass along OOM wrapped as IOException

2014-05-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999129#comment-13999129 ] Robert Muir commented on LUCENE-5673: - Wait, we absolutely don't want the original te

[jira] [Updated] (LUCENE-5650) createTempDir and associated functions no longer create java.io.tmpdir

2014-05-16 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Ernst updated LUCENE-5650: --- Attachment: LUCENE-5650.patch New patch. All tests pass. I fixed SOLR-6055 in this by adding a sepa

[jira] [Commented] (SOLR-6087) SolrIndexSearcher makes no DelegatingCollector.finish() call when IndexSearcher throws an expected exception.

2014-05-16 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1398#comment-1398 ] Christine Poerschke commented on SOLR-6087: --- https://github.com/bloomberg/lucene-

[jira] [Commented] (SOLR-6075) CoreAdminHandler should synchronize while adding a task to the tracking map

2014-05-16 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999464#comment-13999464 ] Anshum Gupta commented on SOLR-6075: The addTask(String map, TaskObject o, boolean limi

[jira] [Commented] (SOLR-5966) Admin UI - menu is fixed, doesn't respect smaller viewports

2014-05-16 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1366#comment-1366 ] Stefan Matheis (steffkes) commented on SOLR-5966: - so we're good to go? i'l

  1   2   >