Elasticsearch

Elasticsearch

go.elasticsearch.org

1

About this website

Elasticsearch is a distributed, RESTful search and analytics engine built on Apache Lucene. Created by Shay Banon in 2010 for his wife to search through cooking recipes, Elasticsearch has grown into the most popular enterprise search engine, powering search at Wikipedia, GitHub, Netflix, Uber, and thousands of other organizations. Developed by Elastic N.V. (founded in 2012, IPO 2018, NYSE: ESTC), Elasticsearch has over 18,000 stars as of 2026 and forms the core of the Elastic Stack (formerly ELK Stack). Key features include: distributed architecture (automatically distributing data across cluster nodes with sharding and replication for horizontal scalability, handling petabytes of data across hundreds of nodes), near real-time search (documents become searchable within one second of indexing via Lucene segments), full-text search (with relevance scoring using TF-IDF and BM25 algorithms, boolean queries, phrase matching, fuzzy matching, and over 100 query types), multi-tenancy via indices (organizing data into indices with configurable mappings, settings, and aliases), aggregation framework (computing metrics, statistics, and analytical summaries across documents including terms, histogram, date histogram, percentile, and nested aggregations), analysis and tokenization (custom analyzers with character filters, tokenizers like standard, keyword, N-gram, edge N-gram, and pattern, and token filters for stemming, stopword removal, synonyms, and phonetic matching), ingest pipelines (pre-processing documents before indexing using processors for grok, convert, date, geoip, and user-agent parsing), index lifecycle management (automating rollover, shrink, force merge, and deletion based on age and size policies), security (authentication, authorization, role-based access control, audit logging, and encryption via TLS), SQL and Painless scripting, machine learning anomaly detection, and Kibana integration.

Tags & Categories

Categories

Tags

Statistics

1
Views
0
Clicks
0
Like
0
Dislike

Comments

Log In to post a comment

No comments yet. Be the first!