How elasticsearch encodes strings with special characters before storing

2014-11-05 Thread Shobana Neelakantan
Hi We have input documents with special characters like % and _ as values. When it gets stored in elasticsearch these special characters are replaced with hex code equivalent. eg. X3dPVA9%252bZZjFLd864e7U1udCbHZhJ77amNcaGtV7Zp6dJwl3LM%252fd1cD8j8fh8spX_14978fa269e is stored as x3dpva9%2bzzjfld8

Re: Another odd ES freak out...

2014-10-02 Thread Shobana Neelakantan
We are seeing the same issue as well. Were you able to resolve this? On Thursday, April 17, 2014 2:38:06 AM UTC+5:30, Vishal Bhasin wrote: > > Hello - we are seeing the same issues, were you able to resolve this? > thanks! > > On Sunday, 5 February 2012 16:48:25 UTC-6, Grant wrote: >> >> So we se

Wrong Results for _source field with Elastic Search

2014-07-03 Thread Shobana Neelakantan
Hi I have and index with basic analyzer. The data that I store is schemaless. The mapping - i say - store the document. I add documents to ES through MR job. Data in LinkedHashMapWritable is loaded into ES. The number of key/values varies from 15 - 40 per document. Also the key/values are not t