Solr TransformerException, SocketException: Broken pipe

2012-01-05 Thread bhawna singh
Hi Guys, We are experiencing SEVERE exceptions in SOLR (stacktrace below) Please let me know if anyone has experienced this and have some insight / pointers on to where and what should I look for to resolve this. ERROR [solr.servlet.SolrDispatchFilter] - : java.io.IOException: XSLT transformation

Re: Update field value in the document based on value of another field in the document

2011-08-20 Thread bhawna singh
at the (rather minimal) documentation and code example in http://wiki.apache.org/solr/UpdateRequestProcessor -Simon On Thu, Aug 18, 2011 at 4:15 PM, bhawna singh singhbha...@gmail.com wrote: Hi All, I have a requirement to update a certain field value depending on the field value of another

Null exception in UpdateRequestProcessor

2011-08-20 Thread bhawna singh
Hi All, I am trying to add a field in my Solr document based on the domain. Now that I have set it up using UpdateProcessorChain, I am running into null exception. Here is what I have- In SolrConfig.xml updateRequestProcessorChain name=mychain processor

Update field value in the document based on value of another field in the document

2011-08-18 Thread bhawna singh
Hi All, I have a requirement to update a certain field value depending on the field value of another field. To elaborate- I have a field called 'popularity' and a field called 'URL'. I need to assign popularity value depending on the domain (URL) ( I have the popularity and domain mapping in a