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 ?
I am new to Elasticsearch 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 ?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.