ampersand handling in solr cloud 7 in text_general field

2018-05-05 Thread kumar gaurav
Hi All

I am facing possible analysis error. in case of indexing "&" ( ampersand )
in text_general fields  . It is working fine if solr is running in single
node mode also working fine in string fields . Exceptions is coming by
replicas i hope.

Anybody please suggest if anything needs to handle while storing &
(ampersand) in text_general fields.  Exception is following :

"error":{"metadata":["error-class","org.apache.solr.common.SolrException","root-error-class","java.lang.NullPointerException","error-class","org.apache.solr.update.processor.DistributedUpdateProcessor$DistributedUpdatesAsyncException","root-error-class","org.apache.solr.update.processor.DistributedUpdateProcessor$DistributedUpdatesAsyncException"],"msg":"Async
exception during distributed update: Error from server at
http://solr##:8983/solr/_shard1_replica_n43:##

Thanks
Kumar Gaurav


Re: ampersand handling in solr cloud 7 in text_general field

2018-05-05 Thread Shawn Heisey

On 5/5/2018 1:02 PM, kumar gaurav wrote:

I am facing possible analysis error. in case of indexing "&" ( ampersand )
in text_general fields  . It is working fine if solr is running in single
node mode also working fine in string fields . Exceptions is coming by
replicas i hope.

Anybody please suggest if anything needs to handle while storing &
(ampersand) in text_general fields.  Exception is following :


The error in what you shared is incomplete.  Can you find any errors in 
solr.log and provide the full error text for any of them that occurred 
around the relevant timestamp?  Each one is going to be many lines long.


What version of Solr?

Thanks,
Shawn