This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Reversed or “Real Time” Search in ElasticSearch | |
| # ==================================================================================== | |
| # You may have come across the term “realtime search” lately | |
| # (eg. [here](http://engineering.socialcast.com/2011/05/realtime-search-solr-vs-elasticsearch/)) | |
| # and wondered what all the fuss is about. | |
| # | |
| # Well, the usual workflow with search engines goes like this: | |
| # | |
| # 1. You index some documents. |
NewerOlder