Re: Setting up indices (mappings, settings etc.)

2014-05-22 Thread Peter Webber
Hi, if anyone could comment on my code I would be very greatful. I'd like to know whether my way to set up the index is as it is intended to be. Thanks! -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from this group and stop

Setting up indices (mappings, settings etc.)

2014-05-17 Thread Peter Webber
Hello, I am struggeling to set up my indices correctly. I have a mappings file and a settings file that I would like to apply to my indices. Through trial and error I figured out that the below code works for me. However I am really not sure whether all steps that I take are necessary. Also