Re: How to patch Solr4.2 for SolrEnityProcessor Sub-Enity issue

2013-08-25 Thread Shalin Shekhar Mangar
That issue was fixed in Solr 3.6 and 4.0-alpha. The latest Solr releases already have that fix. Can you give more details on why you think you are still affected by that bug? On Fri, Aug 23, 2013 at 4:29 PM, harshchawla ha...@livecareer.com wrote: According to

Re: SOLR Prevent solr of modifying fields when update doc

2013-08-25 Thread Luis Portela Afonso
Hi, right now I'm using the link field that comes in any rss entry as my uniqueKey. That was the best solution that I found because in many updated documents, this was the only field that never changes. Now I'm facing another problem. When I want to search for a document with that id or link,

Different Responses for 4.4 and 3.5 solr index

2013-08-25 Thread Kuchekar
Hi, We get different response when we query 4.4 and 3.5 solr using same query params. My query param are as following : facet=true facet.mincount=1 facet.limit=25

Re: Different Responses for 4.4 and 3.5 solr index

2013-08-25 Thread Stefan Matheis
Kuchekar (hope that's your first name?) you didn't tell us .. how they differ? do you get an actual error? or does the result contain documents you didn't expect? or the other way round, that some are missing you'd expect to be there? - Stefan On Sunday, August 25, 2013 at 4:43 PM, Kuchekar

Re: DIH : Unexpected character '=' (code 61); expected a semi-colon after the reference for entity 'st'

2013-08-25 Thread eShard
I just resolved this same error. The problem was that I had a lot of ampersands () that were un-escaped in my XML doc There was nothing wrong with my DIH; it was the xml doc it was trying to consume. I just used StringEscapeUtils.escapeXml from apache to resolve... Another big help was the Eclipse

Re: How to Manage RAM Usage at Heavy Indexing

2013-08-25 Thread Furkan KAMACI
Hi Erick; I wanted to get a quick answer that's why I asked my question as that way. Error is as follows: INFO - 2013-08-21 22:01:30.978; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/solr path=/update params={wt=javabinversion=2} {add=[com.deviantart.reachmeh

Dropping Caches of Machine That Solr Runs At

2013-08-25 Thread Furkan KAMACI
Sometimes Physical Memory usage of Solr is over %99 and this may cause problems. Do you run such kind of a command periodically: sudo sh -c sync; echo 3 /proc/sys/vm/drop_caches to force dropping caches of machine that Solr runs at and avoid problems?

Re: Dropping Caches of Machine That Solr Runs At

2013-08-25 Thread Furkan KAMACI
One of my Solr Nodes at SolrCloud (4.2.1) was down for a long time. I restarted Solr and after recovery its Physical Memory usage is 99.5% and does not decrease. Thats why I asked that question (I don't know is it usual that Physical Memory did not decreased for 3 days. Why my CentOS 6.4 does not

Re: Dropping Caches of Machine That Solr Runs At

2013-08-25 Thread Walter Underwood
On Aug 25, 2013, at 1:41 PM, Furkan KAMACI wrote: Sometimes Physical Memory usage of Solr is over %99 and this may cause problems. Do you run such kind of a command periodically: sudo sh -c sync; echo 3 /proc/sys/vm/drop_caches to force dropping caches of machine that Solr runs at and

Re: Different Responses for 4.4 and 3.5 solr index

2013-08-25 Thread Kuchekar
Hi, The response from 4.4 and 3.5 in the current scenario differs in the sequence in which results are given us back. For example : Response from 3.5 solr is : id:A, id:B, id:C, id:D ... Response from 4.4 solr is : id C, id:A, id:D, id:B... Looking forward your reply. Thanks. Kuchekar,

Re: how to integrate solr with HDFS HA

2013-08-25 Thread YouPeng Yang
Hi Greg Thanks for your reponse. It works 2013/8/23 Greg Walters gwalt...@sherpaanalytics.com Finally something I can help with! I went through the same problems you're having a short while ago. Check out https://cwiki.apache.org/confluence/display/solr/Running+Solr+on+HDFS for most

Re: How to patch Solr4.2 for SolrEnityProcessor Sub-Enity issue

2013-08-25 Thread harshchawla
In the second reply of this link, it is discussed and more over I am facing the same issue here: http://stackoverflow.com/questions/15734308/solrentityprocessor-is-called-only-once-for-sub-entities?lq=1. See attached my data-config.xml of new core (let say) test entity name=can dataSource=dsms