Re: What fields does ElasticSearch map by default?

2014-08-24 Thread vineeth mohan
Hello Albert , Few things here 1. Yes , you cal tell Elasticsearch which fileds to index and which field not to index. You can use index : yes/no property for each field in the schema to specify this. -

What fields does ElasticSearch map by default?

2014-08-23 Thread Albert Lim
I'm trying to create an image metadata store, and obviously a single image can have 20 or more metadata fields. So if I enter this document into ElasticSearch, will it index/map all those fields? Such that I can query for every field? Or can I tell ElasticSearch what to index or not? -- You