How's the encoding handling power of ES?

2014-01-09 Thread HongXuan Ji
Hi all, I am wondering how the ElasticSearch deal with different document with different encoding, such as different language. Could you provide me some tutorial about it? Do I need to manually specify the encoding format of the document when posting? Best, Ivan -- You received this

Re: How's the encoding handling power of ES?

2014-01-09 Thread HongXuan Ji
: There is example in index and query in this SO http://stackoverflow.com/questions/8734888/how-to-search-for-utf-8-special-characters-in-elasticsearch hth Jason On Thu, Jan 9, 2014 at 5:13 PM, HongXuan Ji hxu...@gmail.comjavascript: wrote: Hi all, I am wondering how the ElasticSearch deal

Re: How many metadata fields exist of MP3 file ?

2014-01-08 Thread HongXuan Ji
/elasticsearchfr Le 8 janvier 2014 at 10:49:47, HongXuan Ji (hxu...@gmail.com javascript:) a écrit: Thanks for the reply. Except for the six standard fields, I also want to know the extra field. For example, in Solr we can extract the album field in MP3 file. Does this function also

Re: How many metadata fields exist of MP3 file ?

2014-01-08 Thread HongXuan Ji
://twitter.com/dadoonet | @elasticsearchfrhttps://twitter.com/elasticsearchfr Le 8 janvier 2014 at 12:24:11, HongXuan Ji (hxu...@gmail.com javascript:) a écrit: Hi David, I only got the ALBUM field by using the endpoint of Solr, which is HOST/solr/update/extract?extractOnly=true. So

How many metadata fields exist of MP3 file ?

2014-01-07 Thread HongXuan Ji
Hi all, I am wondering how many metadata fields of MP3 files exist when I post the mp3 file into ElasticSearch using the mapper-attachment. Because in Solr we can know the field information through the endpoint SOLR_HOST/update/extract?extractOnly=true, but in ElasticSearch are there any

Cannot search the field of the attachment type?

2014-01-06 Thread HongXuan Ji
Dear all, I cannot able to query the field of attachment type. I followed the instruction in http://es-cn.medcl.net/tutorials/2011/07/18/attachment-type-in-action.html. And the result of the search query: curl http://localhost:9200/_search?pretty=true; -d '{ fields : [title], query : {