1, Elasticsearch Introduction

Source: Internet
Author: User
Tags representational state transfer solr

1, Elasticsearch Introduction

Chinese help document Address: http://es.xiaoleilu.com/

Elasticsearch is a real-time, Lucene-based, distributed search and analysis engine. Designed for cloud computing, it can achieve real-time search, stable, reliable, fast, easy to install and use. Based on restful interfaces.
– Normal request is ... get?a=1
–rest request .... get/a/1
Users of Elasticsearch
–github,wikipedia,ebay, etc...

• ES VS SOLR
– Interface
• Interfaces similar to WebService
Rest-style access interface
– Distributed Storage
Solrcloud solr4.x only supported
• ES is for distribution.
– Supported formats
SOLR XML JSON
• ES json
– Near real-time search

• ES and SOLR Baidu Index comparison

    

Performance comparison of SOLR and Elasticsearch

    

2. Introduction to rest (representational state Transfer)

• A software architecture style, rather than a standard, provides only a set of design principles and constraints. It is mainly used for client and server interaction classes of software. The design of the software based on this style can be more concise, more hierarchical, easier to implement caching mechanisms

    

The operation of rest is divided into the following types
–get: Gets the current state of the object;
–put: Changing the state of an object;
–post: Creating objects;
–delete: deleting objects;
–head: Gets the header information.

• ES built-in rest interface

    

Comparison of data between • ES and relational databases

    

  

1, Elasticsearch Introduction

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.