Modeling Objects That Have Many Properties

2015-05-15 Thread Peter Hodgman
Hello, I have a situation where I want to understand the best way to model this data in ES. I have the following data Object - Has Many - Properties where a Property - is a - Name (String), and a Value( one of - Boolean, Integer, Double, String, Long) and the Object is the container of

Re: Modeling Objects That Have Many Properties

2015-05-15 Thread Mark Walkom
You probably want to use parent/child instead, that way you don't have to update the entire document each time, just the child(ren). PS - We're moving to https://discuss.elastic.co/, please join us there for any future discussions! On 15 May 2015 at 22:52, Peter Hodgman peter.hodg...@gmail.com