EsStorage - Set field as not_analyzed

2014-11-18 Thread Kingsley Elmes
Hi, Does anyone know is it possible to set a field as 'not_analyzed' via the constructor parameters when using the Pig EsStorage load function? Or do I have to create create the index and set the mappings prior to loading the data using EsStorage. Thanks, Kingsley -- You received this

Re: EsStorage - Set field as not_analyzed

2014-11-18 Thread Ivan Brusic
You can set up an index template without creating the index. The template will only be read when the index is created. -- Ivan On Tue, Nov 18, 2014 at 11:10 AM, Kingsley Elmes kingsleyel...@gmail.com wrote: Hi, Does anyone know is it possible to set a field as 'not_analyzed' via the