t; Regards,Rohit
>
> > Date: Thu, 10 Apr 2014 08:44:36 -0700
> > From: iori...@yahoo.com
> > Subject: Re: Fails to index if unique field has special characters
> > To: solr-user@lucene.apache.org
> >
> > Hi Ayush,
> >
> > I thinks this
> &
Thanks, that was helpful.
Regards,Rohit
> Date: Thu, 10 Apr 2014 08:44:36 -0700
> From: iori...@yahoo.com
> Subject: Re: Fails to index if unique field has special characters
> To: solr-user@lucene.apache.org
>
> Hi Ayush,
>
> I thinks this
>
> ""I
Hi Ayush,
I thinks thisĀ
""IBM!12345". The exclamation mark ('!') is critical here, as it distinguishes
the prefix used to determine which shard to direct the document to."
https://cwiki.apache.org/confluence/display/solr/Shards+and+Indexing+Data+in+SolrCloud
On Thursday, April 10, 2014 2:3
Hi,
We are migrating from Solr 4.6 standalone to Solr 4.7 cloud version, while
reindexing the document we are getting the following error. This is happening
when the unique key has special character, this was not noticed in version 4.6
standalone mode, so we are not sure if this is a version pro