Some background on how ElasticSearch indexes documents For those who already have a back ground on Elastic Search, it is just a special purpose full text search document based data store with real time indexing abilities. How does Elastic Search does this? If you are already aware of the Search engines and the underlying data… Continue reading
Posts Tagged → ElasticSearch
ElasticSearch – Real time streaming and Indexing
Feeding real time streams of data into elastic search is an interesting subject with lot of learning. Clearly elastic search is a special purpose NoSQL data store with abilities to index JSON documents in real time. How real time? Well its configurable but it can be as soon as you create or update. Obviously this… Continue reading