Re: How to Not index a field

2014-08-13 Thread Nikolas Everett
I'm not sure the right way to do it but if you set dynamic to false and then just send the field it'll be stored but not indexed. On Wed, Aug 13, 2014 at 9:35 AM, Sam2014 sabdall...@gmail.com wrote: Is it possible in ElasticSearch? Assume I have a doc { field1:value1, field2:value2 ...}

Re: How to Not index a field

2014-08-13 Thread Sam2014
Is there a link/example of how to do this somewhere? On Wednesday, August 13, 2014 9:40:16 AM UTC-4, Nikolas Everett wrote: I'm not sure the right way to do it but if you set dynamic to false and then just send the field it'll be stored but not indexed. On Wed, Aug 13, 2014 at 9:35 AM,