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

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 wrote: > Is it possible in ElasticSearch? > > Assume I have a doc { "field1":value1, "field2":value2 ...} > > One of the fie

How to Not index a field

2014-08-13 Thread Sam2014
Is it possible in ElasticSearch? Assume I have a doc { "field1":value1, "field2":value2 ...} One of the fields "field2" I would like not to index, basically just store its content in ElasticSearch and retrieve it when need it. -- You received this message because you are subscribed to the Goo