How to control solr 4.8 recovery download file speed

2016-06-03 Thread ??????????????
Hey everyone, I've been using Solr 4.8 for some time now,my solrcloud have three replication, the shard have more than 64GB index file.But I meet some problem when solrcloud execute recovery, it consume a lot of bandwidth. So when solrcloud recovery the replication download file from leader my

Re: [E] Re: Stemming and Managed Schema

2016-06-03 Thread Erick Erickson
Actually, I prefer to do it the other way: 1> shut down Solr 2> edit managed_schema 3> start Solr. that eliminates any possibility of inadvertently overwriting your changes by issuing a managed schema call. that's a nit though, either will work. FWIW, Erick On Fri, Jun 3, 2016 at 11:02 AM,

Re: Solr off-heap FieldCache & HelioSearch

2016-06-03 Thread Phillip Peleshok
Funny you say that, as that's exactly what happened. Tried them a couple weeks ago and nothing. Going at them again and will see what happens. Yeah, we're in the same boat. We started with the profilers (Yourkit) to track down the causes. Mainly got hit in the field cache and ordinal maps

Re: [E] Re: Faceting Question(s)

2016-06-03 Thread MaryJo Sminkey
Just a followup on this, I found that the method below using URL params doesn't work when using the Rest API, if you try to set the field in your facet object to something like "{!ex=dt}doctype" it throws an error. Here's the documentation on the correct method to use with the API.

Re: Solr off-heap FieldCache & HelioSearch

2016-06-03 Thread Phillip Peleshok
Thank you for the info on this. Yeah, I should've raised this in the dev lists; sorry about that. Funny you mention that since I was trending in that direction as well. Then saw the off-heap stuff and thought it might have had an easy way out. I'd like to focus on the re-use scheme to be

Re: Solr Cloud and Multi-word Synonyms :: synonym_edismax parser

2016-06-03 Thread MaryJo Sminkey
On some additional tests, it looks like it's the phrase matching in particular that is the issue, if I take that out I do seem to be getting better results. I definitely don't want to get rid of those so need to find a way to make them work together. Sent with MailTrack

Re: Solr Cloud and Multi-word Synonyms :: synonym_edismax parser

2016-06-03 Thread MaryJo Sminkey
Okay so big thanks for the help with getting the hon_lucene_synonyms plugin working. That is a big load off to finally have a solution in place for all our multi-term synonyms. We did find that the information in Step 8 about the plugin showing "SynonymExpandingExtendedDismaxQParser" for QParser

Stemming Help

2016-06-03 Thread Jamal, Sarfaraz
Hi Guys, I am following this tutorial: http://thinknook.com/keyword-stemming-and-lemmatisation-with-apache-solr-2013-08-02/ My (Managed) Schema file looks like this: (in the appropriate places) - - - - I have re-indexed everything - It is

Re: AtomicUpdateDocumentMerger Unknown operation for the an atomic update, operation ignored

2016-06-03 Thread Shawn Heisey
On 6/3/2016 7:54 AM, Markus Jelsma wrote: > Just now i indexed ~15k doc to a newly made core and shema, running > 6.0 local this time. It was just regular indexing, nothing fancy and > very small documents. Then the following popped up in the logs: > 2496200 WARN (qtp97730845-17) [ x:documents] >

Re: [E] Re: Stemming and Managed Schema

2016-06-03 Thread Shawn Heisey
On 6/3/2016 9:22 AM, Jamal, Sarfaraz wrote: > I would edit the managed-schema, make my changes, shutdown solr? And > start it back up and verify it is still there? That's the sledgehammer approach. Simple and effective, but Solr does go offline for a short time. > Or is there another way to

Re: Solr off-heap FieldCache & HelioSearch

2016-06-03 Thread Jeff Wartes
For what it’s worth, I’d suggest you go into a conversation with Azul with a more explicit “I’m looking to buy” approach. I reached out to them with a more “I’m exploring my options” attitude, and never even got a trial. I get the impression their business model involves a fairly expensive (to

RE: [E] Re: Stemming and Managed Schema

2016-06-03 Thread Jamal, Sarfaraz
Awesome, So just to make sure I got it right: I would edit the managed-schema, make my changes, shutdown solr? And start it back up and verify it is still there? Or is there another way to reload the core/collection? Thanks! Sas -Original Message- From: Shawn Heisey

Re: Stemming and Managed Schema

2016-06-03 Thread Shawn Heisey
On 6/3/2016 9:07 AM, Jamal, Sarfaraz wrote: > I found the following article: > http://thinknook.com/keyword-stemming-and-lemmatisation-with-apache-solr-2013-08-02/ > > And I want to do stemming on one of our fields. > > However, I am using a Managed Schema and I am unsure how to add these two >

Re: Stemming and Managed Schema

2016-06-03 Thread Andrea Gazzarini
Sure, this is the API reference [1] where you can see, you can add types and fields Andrea [1] https://cwiki.apache.org/confluence/display/solr/Schema+API On 03/06/16 17:07, Jamal, Sarfaraz wrote: Hi Guys, I found the following article:

Stemming and Managed Schema

2016-06-03 Thread Jamal, Sarfaraz
Hi Guys, I found the following article: http://thinknook.com/keyword-stemming-and-lemmatisation-with-apache-solr-2013-08-02/ And I want to do stemming on one of our fields. However, I am using a Managed Schema and I am unsure how to add these two blocks to it - I know there is an API for

Re: Configure SolrCloud for Loadbalance for .net client

2016-06-03 Thread Mikhail Khludnev
I briefly skimmed through SolrNet doc. I see that it's can be pointed to solr http endpoint. You can do the same with SolrCloud nodes. You can start from hitting any node for indexing and searching, all cloud nodes are ambivalent. On Fri, Jun 3, 2016 at 11:24 AM, shivendra.tiwari <

AtomicUpdateDocumentMerger Unknown operation for the an atomic update, operation ignored

2016-06-03 Thread Markus Jelsma
Hi, Just now i indexed ~15k doc to a newly made core and shema, running 6.0 local this time. It was just regular indexing, nothing fancy and very small documents. Then the following popped up in the logs: 2496200 WARN (qtp97730845-17) [ x:documents] o.a.s.u.p.AtomicUpdateDocumentMerger

RE: [E] Re: Question(s) about Highlighting

2016-06-03 Thread Jamal, Sarfaraz
Good Morning Alessandro, I verified it through the analysis tool (thanks for pointing it out), and it appears to be working correctly - As I see all of them as being synonyms of each other for this entry: sasjamal, sarfaraz, sas - When I do it only at indexing time, and disable it during

Re: distinc date format on parameter lastModified in LukeRequestHandler

2016-06-03 Thread Shawn Heisey
On 6/3/2016 5:03 AM, Miguel Valencia Zurera wrote: > I have two instalation of apache solr 3.5.0 and when I consult web > page "/admin/luke" I see that parameter lastmodified have distinct > format in both. > The first show: 2016-05-20T13:03:03Z > and the second show:

find stores with sales of > $x in last 2 months ?

2016-06-03 Thread Allison, Timothy B.
All, This is a toy example, but is there a way to search for, say, stores with sales of > $x in the last 2 months with Solr? $x and the time frame are selected by the user at query time. If the queries could be constrained (this is still tbd), I could see updating "stats" fields within

Re: Configure SolrCloud for Loadbalance for .net client

2016-06-03 Thread Shawn Heisey
On 6/2/2016 11:39 PM, shivendra.tiwari wrote: > Accually, I am using fork provided by SolrNet for Cloud from here > https://github.com/vladen/SolrNet but unable to communicate from > zookeeper. Do you have any idea it is stable for SolrCloud. I am using > SolrNet for simple master and slave it is

Re: SOLR cloud sharding

2016-06-03 Thread Susheel Kumar
Also not sure about your domain but you may want to double check if you really need 350 fields for searching & storing. Many times when you challenge this against the higher cost of hardware, you may be able to reduce # of searchable / stored fields. Thanks, Susheel On Thu, Jun 2, 2016 at 9:21

Re: Solr off-heap FieldCache & HelioSearch

2016-06-03 Thread Toke Eskildsen
On Thu, 2016-06-02 at 18:14 -0700, Erick Erickson wrote: > But memory is an ongoing struggle I'm afraid. With fear of going too far into devel-territory... There are several places in Solr where memory usage if far from optimal with high-cardinality data and where improvements can be made

Re: Indexing date types

2016-06-03 Thread Emir Arnautovic
Hi Steve, The best way to make sure everything work is to test, but without testing on target version, my answers would be: 1. if Solr accepts date without time it'll be the same as time 00:00:00 so if it does not accept, you can always append. 2. it'll work just expect that sum of facet count

distinc date format on parameter lastModified in LukeRequestHandler

2016-06-03 Thread Miguel Valencia Zurera
hi everybody I have two instalation of apache solr 3.5.0 and when I consult web page "/admin/luke" I see that parameter lastmodified have distinct format in both. The first show: 2016-05-20T13:03:03Z and the second show: name="lastModified">2016-05-20T13:03:03.593Z why the second solr show

clustering in solr

2016-06-03 Thread Mugeesh Husain
Hello everyone, I am looking for predefined set of categories in job search application, I looked over clustering in solr. please suggest for clustering based categories or share any good link. can I achieved this using apache mahout ? Thanks -- View this message in context:

Solr 4.10.3 goes into recovery for unknown reason

2016-06-03 Thread Mark Christiaens
We have a SolrCloud setup (within a Cloudera deployment) using Solr 4.10.3. The Solr cluster consists of 2 nodes. Both their backing store is on HDFS (not on the local file system). Once every 1-2 weeks, the system goes into recovery without apparent reason. Digging through the logs it looks

RE: Small setFacetLimit() terminates Solr

2016-06-03 Thread Markus Jelsma
I'll have a look at it! Thanks guys! Markus -Original message- > From:Toke Eskildsen > Sent: Thursday 2nd June 2016 15:49 > To: solr-user@lucene.apache.org > Subject: Re: Small setFacetLimit() terminates Solr > > On Thu, 2016-06-02 at 09:26 -0400, Yonik

Re: Configure SolrCloud for Loadbalance for .net client

2016-06-03 Thread shivendra.tiwari
Hi Mikhail, We are using SolrNet to communicate Solr to .net app. You can get this fork from following location: https://github.com/mausch/SolrNet I hope it will help Warm Regards! Shivendra Kumar Tiwari -Original Message- From: Mikhail Khludnev Sent: Friday, June 03, 2016 12:23

Re: Configure SolrCloud for Loadbalance for .net client

2016-06-03 Thread Mikhail Khludnev
Hello, How does it work now? Do you have a list of slaves configured on a client app? Btw what do you use to call Solr from .net? 01 июня 2016 г. 14:08 пользователь "shivendra.tiwari" < shivendra.tiw...@arcscorp.net> написал: > Hi, > > I have to configure SolrCloud for loadbalance on .net