What is Elasticsearch? - Deepstash
What is Elasticsearch?

What is Elasticsearch?

elastic.co

4 ideas

·

242 reads

8

Machine Learning With Google

Learn more about computerscience with this collection

Understanding machine learning models

Improving data analysis and decision-making

How Google uses logic in machine learning

Machine Learning With Google

Discover 95 similar ideas in

It takes just

14 mins to read

Elasticsearch and Lucene

Elasticsearch and Lucene

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:

  • Ranked and faceted searching
  • Text highlighting
  • Autocomplete
  • Suggesters ("Did you mean?")
  • Spell checkers
  • Aggregations

10

61 reads

Common use cases

Common use cases

  • Adding search to an application or website
  • Logging and log analytics
  • Application performance monitoring
  • Infrastructure monitoring

10

49 reads

Performance

Performance

  • Fast full-text search - Because it's built on top of Lucene
  • Near real-time indexing - It takes under 1s for newly indexed documents to show up in searches
  • High performance & Fault tolerance - Each index is split into shards, that are distributed and replicated across servers. This enables Elasticsearch to process large volumes of data in parallel and remain available in case of hardware failure.

10

62 reads

Indexing data

Indexing data

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

70 reads

CURATED BY

ocpodariu

Alt account of @ocp. I use it to stash ideas about software engineering

More like this

What is REST?

9 ideas

What is REST?

en.wikipedia.org

Database indexes

7 ideas

Database indexes

en.wikipedia.org

Read & Learn

20x Faster

without
deepstash

with
deepstash

with

deepstash

Access to 200,000+ ideas

Access to the mobile app

Unlimited idea saving & library

Unlimited history

Unlimited listening to ideas

Downloading & offline access

Personalized recommendations

Supercharge your mind with one idea per day

Enter your email and spend 1 minute every day to learn something new.

Email

I agree to receive email updates