Hello,

I am new to elastic search and it seems like a very powerful tool.

There is a project I am working on for which I'd like to use Elastic Search 
if it can do what we need.

The concept is simple : we have a lot of objects which have properties and 
we would like to use Elastic Search to create a database to store them and 
browse through the mass of data.
We already have a way to generate JSON files for the initial indexation.
The tricky part is that those objects properties tend to change (not too 
often) and when that happens we would like to generate a new JSON file 
containing only the modified fields (and the id), index it and be able to 
consult the object with its latest properties as well as rewind to get rid 
of recent changes.

So I believe ES can do it, the question is : How ? And what would the 
request look like ?

Thanks for your time

Malo BENOIST

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/43a98657-f3e6-4d9c-8910-a60989edc5db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to