Elasticsearch 101: Fundamentals & Core Components
Elasticsearch is currently the most popular way to implement free text search and analytics in applications. It is highly scalable and can easily manage petabytes of data. It supports a variety of use cases like allowing users to easily search through any portal, collect and analyze log data, build business intelligence dashboards to quickly analyze & visualize data. This blog acts an introduction to Elasticsearch and covers the basic concepts of clusters, nodes, index, document & shards. What is Elasticsearch? Elasticsearch (ES) is a combination of open-source, distributed, highly scalable data store and Lucene– a search engine which supports extremely fast full-text search. It is aRead More →