Re: Best strategy to index document with Solr

2014-03-02 Thread jurio
Thank you for your advice. I think i will launch a batch too for indexing all documents sometimes if my schema changes, if i lose the index datas, if my server failed during indexing... I should launch manually the indexing manually. -- View this message in context:

[jira] [Commented] (SOLR-4612) Admin UI - Analysis Screen contains empty table-columns

2014-03-02 Thread Hossein Taghi-Zadeh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917353#comment-13917353 ] Hossein Taghi-Zadeh commented on SOLR-4612: --- I has a fieldType which used the two

[jira] [Created] (LUCENE-5484) Distinct control of recursion levels for prefix and suffix in Hunspell.

2014-03-02 Thread Lukas Vlcek (JIRA)
Lukas Vlcek created LUCENE-5484: --- Summary: Distinct control of recursion levels for prefix and suffix in Hunspell. Key: LUCENE-5484 URL: https://issues.apache.org/jira/browse/LUCENE-5484 Project:

[jira] [Updated] (LUCENE-5484) Distinct control of recursion levels for prefix and suffix in Hunspell.

2014-03-02 Thread Lukas Vlcek (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lukas Vlcek updated LUCENE-5484: Description: Currently, there is an option to set recursionCap value to control depth of

[jira] [Commented] (SOLR-5748) Introduce autoManageReplicas collection property

2014-03-02 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917358#comment-13917358 ] Ramkumar Aiyengar commented on SOLR-5748: - How do you plan to locate the replicas?

[jira] [Resolved] (LUCENE-5484) Distinct control of recursion levels for prefix and suffix in Hunspell.

2014-03-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-5484. - Resolution: Not A Problem This is no longer needed. See LUCENE-5483: {noformat} * LUCENE-5483:

[jira] [Commented] (LUCENE-5484) Distinct control of recursion levels for prefix and suffix in Hunspell.

2014-03-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917369#comment-13917369 ] Robert Muir commented on LUCENE-5484: - Just to explain the problem a bit more (for

Re: Best strategy to index document with Solr

2014-03-02 Thread jurio
Is it better for performance to index the documents with data import handler (specifying the indexing with xml configuration request) or to index with solrJ (with update request). By now, im indexing documents in Java for testing (unit test) easily and to be less coupled to Solr implementation (i

[jira] [Commented] (LUCENE-5474) Add example for retrieving facet counts without retrieving documents

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

[jira] [Commented] (LUCENE-5474) Add example for retrieving facet counts without retrieving documents

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

[jira] [Commented] (LUCENE-5484) Distinct control of recursion levels for prefix and suffix in Hunspell.

2014-03-02 Thread Lukas Vlcek (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917381#comment-13917381 ] Lukas Vlcek commented on LUCENE-5484: - Excellent, I will give it a try. Thanks!

[jira] [Commented] (LUCENE-5468) Hunspell very high memory use when loading dictionary

2014-03-02 Thread Lukas Vlcek (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917384#comment-13917384 ] Lukas Vlcek commented on LUCENE-5468: - Hi Robert, I created a new ticket LUCENE-5484

[jira] [Commented] (SOLR-5800) Analysis form doesn't render analys results correctly when a CharFilter is used.

2014-03-02 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917385#comment-13917385 ] Stefan Matheis (steffkes) commented on SOLR-5800: - after a bit digging,

[jira] [Comment Edited] (LUCENE-5468) Hunspell very high memory use when loading dictionary

2014-03-02 Thread Lukas Vlcek (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917384#comment-13917384 ] Lukas Vlcek edited comment on LUCENE-5468 at 3/2/14 12:34 PM:

Re: Best strategy to index document with Solr

2014-03-02 Thread Shawn Heisey
On 3/2/2014 4:37 AM, jurio wrote: Is it better for performance to index the documents with data import handler (specifying the indexing with xml configuration request) or to index with solrJ (with update request). By now, im indexing documents in Java for testing (unit test) easily and to be

[jira] [Updated] (SOLR-5800) Admin UI - Analysis form doesn't render results correctly when a CharFilter is used.

2014-03-02 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) updated SOLR-5800: Summary: Admin UI - Analysis form doesn't render results correctly when a

[jira] [Commented] (SOLR-4612) Admin UI - Analysis Screen contains empty table-columns

2014-03-02 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917399#comment-13917399 ] Shawn Heisey commented on SOLR-4612: [~Mr.HTZ], I assume that you are using the

[jira] [Updated] (SOLR-5800) Admin UI - Analysis form doesn't render results correctly when a CharFilter is used.

2014-03-02 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) updated SOLR-5800: Attachment: SOLR-5800.patch [~tim.potter], [~Mr.HTZ] would you mind giving

[jira] [Updated] (SOLR-5800) Admin UI - Analysis form doesn't render results correctly when a CharFilter is used.

2014-03-02 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) updated SOLR-5800: Fix Version/s: 5.0 4.8 Admin UI - Analysis form doesn't

[jira] [Assigned] (SOLR-5800) Admin UI - Analysis form doesn't render results correctly when a CharFilter is used.

2014-03-02 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) reassigned SOLR-5800: --- Assignee: Stefan Matheis (steffkes) Admin UI - Analysis form doesn't

ICUFoldingFilter obsolete?

2014-03-02 Thread Itamar Syn-Hershko
Hi all, I may have missed the train on this, but what is the status of ICUFoldingFilter? Documentation suggests it follows foldings specified in UTR#30 ( http://lucene.apache.org/core/4_6_1/analyzers-icu/org/apache/lucene/analysis/icu/ICUFoldingFilter.html), but UTR#30 is a draft that was later

[jira] [Comment Edited] (LUCENE-5476) Facet sampling

2014-03-02 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917407#comment-13917407 ] Shai Erera edited comment on LUCENE-5476 at 3/2/14 1:24 PM: I

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

2014-03-02 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917407#comment-13917407 ] Shai Erera commented on LUCENE-5476: I reviewed createSample in the patch, and I

[jira] [Commented] (LUCENE-5468) Hunspell very high memory use when loading dictionary

2014-03-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917408#comment-13917408 ] Robert Muir commented on LUCENE-5468: - {quote} I fully understand YPOW. The question

[jira] [Comment Edited] (LUCENE-5476) Facet sampling

2014-03-02 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917407#comment-13917407 ] Shai Erera edited comment on LUCENE-5476 at 3/2/14 1:26 PM: I

Re: ICUFoldingFilter obsolete?

2014-03-02 Thread Robert Muir
It was always this way. i don't think such kinds of normalization should be standards either (what this stuff is doing is heuristical in nature). This is just provided as an option in case someone wants it, thats all. On Sun, Mar 2, 2014 at 8:19 AM, Itamar Syn-Hershko ita...@code972.com wrote:

Re: ICUFoldingFilter obsolete?

2014-03-02 Thread Shawn Heisey
On 3/2/2014 6:37 AM, Robert Muir wrote: It was always this way. i don't think such kinds of normalization should be standards either (what this stuff is doing is heuristical in nature). I use ICUFoldingFilterFactory in my Solr schema, with the idea that it's a smart and single-pass way to fold

Re: ICUFoldingFilter obsolete?

2014-03-02 Thread Robert Muir
I use it too, its fine. Its just not really standardized, and never was :) that UTR had that status when i wrote it! On Sun, Mar 2, 2014 at 8:52 AM, Shawn Heisey s...@elyograg.org wrote: On 3/2/2014 6:37 AM, Robert Muir wrote: It was always this way. i don't think such kinds of normalization

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

2014-03-02 Thread Rob Audenaerde (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917414#comment-13917414 ] Rob Audenaerde commented on LUCENE-5476: Thanks all for the insight! My

[jira] [Comment Edited] (LUCENE-5476) Facet sampling

2014-03-02 Thread Rob Audenaerde (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917414#comment-13917414 ] Rob Audenaerde edited comment on LUCENE-5476 at 3/2/14 2:01 PM:

Re: Best strategy to index document with Solr

2014-03-02 Thread jurio
Iam not planning a multi-threaded SolrJ app. You are right that making multi-threaded app is not a trival task, its why i don't want take a risk to make multi threaded application. I have not so much documents to index everytimes (maybe 100k at maximum), so iam not worry about indexing with

Re: Best strategy to index document with Solr

2014-03-02 Thread Shawn Heisey
On 3/2/2014 7:44 AM, jurio wrote: As i see in DIH Documentation http://wiki.apache.org/solr/DataImportHandler , it brings many functionalities like delta import handler... If i don't use DIH i couldn't use these functionalities. I have very few experience with solrJ, so i don't know if it

Re: ShardSplitTest teardowon calls super.teardown twice

2014-03-02 Thread Shalin Shekhar Mangar
I committed a fix. Thanks Erick! On Sat, Mar 1, 2014 at 11:25 PM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: Yeah, this is just a typo. On Sat, Mar 1, 2014 at 10:02 PM, Mark Miller markrmil...@gmail.com wrote: Sounds like a line typo to me. If in some crazy case that was not the

[JENKINS] Lucene-Solr-Tests-4.x-Java7 - Build # 1916 - Still Failing

2014-03-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java7/1916/ All tests passed Build Log: [...truncated 28344 lines...] check-licenses: [echo] License check under: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr [licenses] MISSING sha1 checksum file for:

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

2014-03-02 Thread Robert Muir
I think this one needs a clean-jars or similar on the workspace? On Sun, Mar 2, 2014 at 11:11 AM, Apache Jenkins Server jenk...@builds.apache.org wrote: Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java7/1916/ All tests passed Build Log: [...truncated 28344 lines...]

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

2014-03-02 Thread Mark Miller
Yeah, I was just trying to figure this out too - best I can tell, that check out is in a bad state. - Mark http://about.me/markrmiller On Mar 2, 2014, at 11:14 AM, Robert Muir rcm...@gmail.com wrote: I think this one needs a clean-jars or similar on the workspace? On Sun, Mar 2, 2014 at

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

2014-03-02 Thread Mark Miller
I just tried zapping the workspace for that job. - Mark http://about.me/markrmiller On Mar 2, 2014, at 11:44 AM, Mark Miller markrmil...@gmail.com wrote: Yeah, I was just trying to figure this out too - best I can tell, that check out is in a bad state. - Mark

[jira] [Created] (LUCENE-5485) hunspell circumfix support

2014-03-02 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5485: --- Summary: hunspell circumfix support Key: LUCENE-5485 URL: https://issues.apache.org/jira/browse/LUCENE-5485 Project: Lucene - Core Issue Type: Improvement

[jira] [Updated] (LUCENE-5485) hunspell circumfix support

2014-03-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5485: Attachment: LUCENE-5485.patch patch with a test hunspell circumfix support

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

2014-03-02 Thread Robert Muir
Thanks Mark! On Sun, Mar 2, 2014 at 11:45 AM, Mark Miller markrmil...@gmail.com wrote: I just tried zapping the workspace for that job. - Mark http://about.me/markrmiller On Mar 2, 2014, at 11:44 AM, Mark Miller markrmil...@gmail.com wrote: Yeah, I was just trying to figure this out too

[jira] [Commented] (SOLR-5734) We should use System.nanoTime rather than System.currentTimeMillis when calculating elapsed time.

2014-03-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917527#comment-13917527 ] Mark Miller commented on SOLR-5734: --- I've done some initial work on this, but I'm still

Nag: Re: VOTE: Release apache-solr-ref-guide-4.7.pdf (RC1)

2014-03-02 Thread Chris Hostetter
FWIW: It's been well over 72 hours, but so far we've only gotten 2 binding +1 votes for RC1 from PMC members (there was an additional non binding +1 from cassandra, but no 0, or -1 votes) PMC members: please review RC1 and cast your vote. : Date: Wed, 26 Feb 2014 10:59:12 -0600 : From:

[jira] [Updated] (SOLR-5734) We should use System.nanoTime rather than System.currentTimeMillis when calculating elapsed time.

2014-03-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5734: -- Attachment: SOLR-5734.patch Here is a pass that covers all the low hanging fruit in non test code. We

Re: VOTE: Release apache-solr-ref-guide-4.7.pdf (RC1)

2014-03-02 Thread Mark Miller
+1 - Mark http://about.me/markrmiller On Feb 26, 2014, at 11:59 AM, Cassandra Targett casstarg...@gmail.com wrote: I generated a new release candidate for the Solr Reference Guide. This fixes the page numbering problem and a few other minor edits folks made yesterday after I generated

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_60-ea-b04) - Build # 9651 - Failure!

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

Re: VOTE: Release apache-solr-ref-guide-4.7.pdf (RC1)

2014-03-02 Thread Robert Muir
+1 On Wed, Feb 26, 2014 at 11:59 AM, Cassandra Targett casstarg...@gmail.com wrote: I generated a new release candidate for the Solr Reference Guide. This fixes the page numbering problem and a few other minor edits folks made yesterday after I generated RC0.

RE: VOTE: Release apache-solr-ref-guide-4.7.pdf (RC1)

2014-03-02 Thread Uwe Schindler
Hi, I did not read the whole guide, but the SHA1 and signature are correct. I checked the documentation index and searched for outdated version numbers, looks like nothing is seriously broken. +1 to release. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen

[jira] [Commented] (SOLR-5799) When registering as the leader, if an existing ephemeral registration exists, wait a short time to see if it goes away.

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

[jira] [Commented] (SOLR-5799) When registering as the leader, if an existing ephemeral registration exists, wait a short time to see if it goes away.

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

[jira] [Commented] (SOLR-5802) OverseerTest fail that is somewhat common: testShardAssignmentBigger

2014-03-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917656#comment-13917656 ] Mark Miller commented on SOLR-5802: --- {noformat} Error Message Unable to verify all cores

[jira] [Created] (SOLR-5802) OverseerTest fail that is somewhat common: testShardAssignmentBigger

2014-03-02 Thread Mark Miller (JIRA)
Mark Miller created SOLR-5802: - Summary: OverseerTest fail that is somewhat common: testShardAssignmentBigger Key: SOLR-5802 URL: https://issues.apache.org/jira/browse/SOLR-5802 Project: Solr

[jira] [Commented] (SOLR-5799) When registering as the leader, if an existing ephemeral registration exists, wait a short time to see if it goes away.

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

[jira] [Commented] (SOLR-5799) When registering as the leader, if an existing ephemeral registration exists, wait a short time to see if it goes away.

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

[jira] [Commented] (SOLR-5799) When registering as the leader, if an existing ephemeral registration exists, wait a short time to see if it goes away.

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

[jira] [Commented] (SOLR-5799) When registering as the leader, if an existing ephemeral registration exists, wait a short time to see if it goes away.

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

[jira] [Commented] (SOLR-5734) We should use System.nanoTime rather than System.currentTimeMillis when calculating elapsed time.

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

[jira] [Commented] (SOLR-5734) We should use System.nanoTime rather than System.currentTimeMillis when calculating elapsed time.

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

[jira] [Updated] (SOLR-5770) All attempts to match a SolrCore with it's state in clusterstate.json should be done with the NodeName rather than the baseUrl.

2014-03-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5770: -- Fix Version/s: (was: 4.7) 4.8 All attempts to match a SolrCore with it's state

[jira] [Commented] (SOLR-5770) All attempts to match a SolrCore with it's state in clusterstate.json should be done with the NodeName rather than the baseUrl.

2014-03-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917704#comment-13917704 ] Mark Miller commented on SOLR-5770: --- I'm seeing some troubles with a test or two I think

[jira] [Commented] (SOLR-5760) ConcurrentUpdateSolrServer has a blockUntilFinished call when streamDeletes is true that should be tucked into the if statement below it.

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

[jira] [Resolved] (SOLR-5760) ConcurrentUpdateSolrServer has a blockUntilFinished call when streamDeletes is true that should be tucked into the if statement below it.

2014-03-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-5760. --- Resolution: Fixed ConcurrentUpdateSolrServer has a blockUntilFinished call when streamDeletes is

[jira] [Commented] (SOLR-5760) ConcurrentUpdateSolrServer has a blockUntilFinished call when streamDeletes is true that should be tucked into the if statement below it.

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

[jira] [Commented] (SOLR-5761) HttpSolrServer has a few fields that can be set via setters but are not volatile.

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

[jira] [Resolved] (SOLR-5761) HttpSolrServer has a few fields that can be set via setters but are not volatile.

2014-03-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-5761. --- Resolution: Fixed HttpSolrServer has a few fields that can be set via setters but are not

[jira] [Commented] (SOLR-5761) HttpSolrServer has a few fields that can be set via setters but are not volatile.

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

[jira] [Resolved] (SOLR-5765) Update to SLF4J 1.7.6.

2014-03-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-5765. --- Resolution: Fixed Update to SLF4J 1.7.6. -- Key: SOLR-5765

Re: VOTE: Release apache-solr-ref-guide-4.7.pdf (RC1)

2014-03-02 Thread Shalin Shekhar Mangar
+1 On Wed, Feb 26, 2014 at 10:29 PM, Cassandra Targett casstarg...@gmail.com wrote: I generated a new release candidate for the Solr Reference Guide. This fixes the page numbering problem and a few other minor edits folks made yesterday after I generated RC0.

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

2014-03-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9656/ Java: 64bit/jdk1.7.0_51 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC -XX:-UseSuperWord All tests passed Build Log: [...truncated 43716 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:465:

[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 531 - Still Failing

2014-03-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/531/ 2 tests failed. REGRESSION: org.apache.lucene.facet.taxonomy.TestSearcherTaxonomyManager.testNRT Error Message: Test abandoned because suite timeout was reached. Stack Trace: java.lang.Exception: Test abandoned because

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

2014-03-02 Thread Varun V Shenoy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917781#comment-13917781 ] Varun V Shenoy commented on LUCENE-4922: - I am Varun and I will be really

[jira] [Commented] (SOLR-5800) Admin UI - Analysis form doesn't render results correctly when a CharFilter is used.

2014-03-02 Thread Hossein Taghi-Zadeh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917795#comment-13917795 ] Hossein Taghi-Zadeh commented on SOLR-5800: --- [~steffkes], It works for me.