SlideShare a Scribd company logo
Elastic Search
III.Requirements
IV.Preparation & Configration
I.Software
II.Hardware
The Linux (or FreeBSD) kernel
CPU
Memory
Network
Storage
(JVM) The Java Virtual Machine
The file system
EXT4
XFS
Generic
Get
Index
Percolac
Bulk
Indices
Sharding
Replication
Mapping
Less 3M documents: 1 shard
Between 3M and 5M documents with an expected frowth over 5m:2
More than 5M: int (number of expected documents / 5M +1)
int( (primary + number_of_replicas) / 2 ) + 1
ClusterNode
I.Why ?
V.Search Types
Basic Match Query
Boosting
Bool Query
Fuzzy Queries
Wildcard Query
Regexp Query
Match Phrase Query
Match Phrase Prefix
Query String
Simple Query String
Term/Terms Query
Range Query
Filtered Bool Query
Scalability
Speed
Query Fine Tuning
Data Types
Plugins
Text
Numbers
Dates
string
long
integer
short
byte
double
date
float
II. Use case
Analytics
Fuzzy Searching
Autocompletion and Instant Search
Multi-Tenancy
Schema Free / User-Defined Schemas
User-Defined Searches
Crawling and Document Processing
Broadly Distributable and Highly Scalable
Denormalized Document Storage: Fast, Direct access to your Data
Fast, Incisive Search against Large Volumes of Data

More Related Content

PPT
Conflict management and negotiation
PDF
Overview of Database and Database Management
PPTX
Presentation on leadership
PPTX
Work Life Values
PPTX
Conflict Management
PDF
Hadoop Administration pdf
PPTX
What every leader know about the followers
PPTX
Leadership
Conflict management and negotiation
Overview of Database and Database Management
Presentation on leadership
Work Life Values
Conflict Management
Hadoop Administration pdf
What every leader know about the followers
Leadership

What's hot (20)

PPTX
Dynamodb Presentation
PPT
Presentation on youth leadership development
PPTX
Introduction to Enterprise Data Storage, Direct Attached Storage, Storage Ar...
PPTX
Narcissistic leadership
PDF
NoSQL databases
PPTX
DMBS Indexes.pptx
PPT
Way of the Shepherd By Leman/Pentak
PPTX
A machine learning and data science pipeline for real companies
PPTX
Graph Databases
PPTX
Distributed database
PPT
DBMS - Introduction
PPT
PDF
Leadership
PPTX
Scaling for Performance
PPTX
Distributed database management system
PPTX
Leadership.2.pptx.final
PPTX
Rdbms
PPTX
leadership and conflict ppt
PPT
Introduction To RDF and RDFS
PPTX
leadership
Dynamodb Presentation
Presentation on youth leadership development
Introduction to Enterprise Data Storage, Direct Attached Storage, Storage Ar...
Narcissistic leadership
NoSQL databases
DMBS Indexes.pptx
Way of the Shepherd By Leman/Pentak
A machine learning and data science pipeline for real companies
Graph Databases
Distributed database
DBMS - Introduction
Leadership
Scaling for Performance
Distributed database management system
Leadership.2.pptx.final
Rdbms
leadership and conflict ppt
Introduction To RDF and RDFS
leadership
Ad

Similar to Elastic search mind mapping (20)

PPTX
About elasticsearch
PPTX
Introduction to ElasticSearch
PPTX
Dev nexus 2017
ODP
Elasticsearch for beginners
PDF
Elasticsearch: An Overview
PPSX
Elasticsearch - basics and beyond
PPTX
Devnexus 2018
PDF
Elasticsearch
PPTX
Elasticsearch
PPTX
Elasticsearch Introduction
PPTX
Perl and Elasticsearch
PPTX
Elastic Search
ODP
Elastic Search
ODP
Elastic search
PPTX
Elasticsearch as a search alternative to a relational database
PDF
JavaCro'15 - Elasticsearch as a search alternative to a relational database -...
PPT
Elk presentation1#3
PPTX
Elasticsearch python
PDF
Elastic search from the trenches
PPTX
Elastic pivorak
About elasticsearch
Introduction to ElasticSearch
Dev nexus 2017
Elasticsearch for beginners
Elasticsearch: An Overview
Elasticsearch - basics and beyond
Devnexus 2018
Elasticsearch
Elasticsearch
Elasticsearch Introduction
Perl and Elasticsearch
Elastic Search
Elastic Search
Elastic search
Elasticsearch as a search alternative to a relational database
JavaCro'15 - Elasticsearch as a search alternative to a relational database -...
Elk presentation1#3
Elasticsearch python
Elastic search from the trenches
Elastic pivorak
Ad

Recently uploaded (20)

PDF
TR - Agricultural Crops Production NC III.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Basic Mud Logging Guide for educational purpose
PPTX
Cell Structure & Organelles in detailed.
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Open folder Downloads.pdf yes yes ges yes
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
Open Quiz Monsoon Mind Game Final Set.pptx
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
01-Introduction-to-Information-Management.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
TR - Agricultural Crops Production NC III.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Basic Mud Logging Guide for educational purpose
Cell Structure & Organelles in detailed.
O5-L3 Freight Transport Ops (International) V1.pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
O7-L3 Supply Chain Operations - ICLT Program
PPH.pptx obstetrics and gynecology in nursing
102 student loan defaulters named and shamed – Is someone you know on the list?
Open folder Downloads.pdf yes yes ges yes
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Open Quiz Monsoon Mind Game Final Set.pptx
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
STATICS OF THE RIGID BODIES Hibbelers.pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
01-Introduction-to-Information-Management.pdf
Microbial disease of the cardiovascular and lymphatic systems

Elastic search mind mapping

  • 1. Elastic Search III.Requirements IV.Preparation & Configration I.Software II.Hardware The Linux (or FreeBSD) kernel CPU Memory Network Storage (JVM) The Java Virtual Machine The file system EXT4 XFS Generic Get Index Percolac Bulk Indices Sharding Replication Mapping Less 3M documents: 1 shard Between 3M and 5M documents with an expected frowth over 5m:2 More than 5M: int (number of expected documents / 5M +1) int( (primary + number_of_replicas) / 2 ) + 1 ClusterNode I.Why ? V.Search Types Basic Match Query Boosting Bool Query Fuzzy Queries Wildcard Query Regexp Query Match Phrase Query Match Phrase Prefix Query String Simple Query String Term/Terms Query Range Query Filtered Bool Query Scalability Speed Query Fine Tuning Data Types Plugins Text Numbers Dates string long integer short byte double date float II. Use case Analytics Fuzzy Searching Autocompletion and Instant Search Multi-Tenancy Schema Free / User-Defined Schemas User-Defined Searches Crawling and Document Processing Broadly Distributable and Highly Scalable Denormalized Document Storage: Fast, Direct access to your Data Fast, Incisive Search against Large Volumes of Data