Explore the World's Best Ideas
Join today and uncover 100+ curated journeys from 50+ topics. Unlock access to our mobile app with extensive features.
Elasticsearch is a distributed search and analytics engine, built on top of Lucene. It provides a JSON-based REST API and supports sharding, replication, and cluster management, for high availability.
Lucene is a high-performance search engine library, written in Java. It provides fast and memory efficient text indexing (20-30% of the original text size), and powerful search algorithms:
10
64 reads
11
51 reads
11
63 reads
When you add data to Elasticsearch, it is analyzed (parsed, normalized, and enriched), and stored into an inverted index.
The inverted index is a data structure designed for fast full-text searches. It keeps track of all unique words and in which documents each word appears.
It's called inverted because it inverts a document-centric data structure (document -> words) to a keyword-centric data structure (word -> documents).
12
73 reads
IDEAS CURATED BY
Alt account of @ocp. I use it to stash ideas about software engineering
Learn more about computerscience with this collection
Understanding machine learning models
Improving data analysis and decision-making
How Google uses logic in machine learning
Related collections
Similar ideas
10 ideas
What is Cloud Computing?
ibm.com
9 ideas
What is REST?
en.wikipedia.org
7 ideas
Database indexes
en.wikipedia.org
Read & Learn
20x Faster
without
deepstash
with
deepstash
with
deepstash
Personalized microlearning
—
100+ Learning Journeys
—
Access to 200,000+ ideas
—
Access to the mobile app
—
Unlimited idea saving
—
—
Unlimited history
—
—
Unlimited listening to ideas
—
—
Downloading & offline access
—
—
Supercharge your mind with one idea per day
Enter your email and spend 1 minute every day to learn something new.
I agree to receive email updates