当前位置:网站首页>【ElasticSearch搜索引擎】
【ElasticSearch搜索引擎】
2020-11-06 21:19:00 【Mrchai521】
什么是ElasticSearch
Elasticsearch是一个实时的分布式(自身就支持了分布式)搜索和分析引擎。它可以帮助你用前所未有的速度去处理大规模数据。ElasticSearch是一个基于Lucene的搜索服务器。它提供了一个分布式多用户能力的全文搜索引擎,基于RESTful web接口。Elasticsearch是用Java开发的,并作为Apache许可条款下的开放源码发布,是当前流行的企业级搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。
ElasticSearch特点
- 可以作为一个大型分布式集群(数百台服务器)技术,处理PB级数据,服务大公司;也可以运行在单机上;
- 将全文检索、数据分析以及分布式技术,合并在了一起,才形成了独一无二的ES;
- 开箱即用的,部署简单;
- 全文检索,同义词处理,相关度排名,复杂数据分析,海量数据的近实时处理;
ElasticSearch体系结构
下表是Elasticsearch与MySQL数据库逻辑结构概念的对比:
| ElasticSearch | 关系型数据库Mysql |
|---|---|
| 索引(index) | 数据库(database) |
| 类型(type) | 表(table) |
| 文档(document) | 行(row) |
在ElasticSearch中,存储数据的基本单位就是一篇文档。
ElasticSearch的Windows安装
es安装包的解压与启动
安装ElasticSearch7.4.2版本,先解压

解压完成后进入到es的bin目录下。
输入cmd打开终端:

输入.\elasticsearch, 即可启动elasticsearch:

启动完成后,浏览器访问loclahost:9200,得到如下结果就代表成功:

版权声明
本文为[Mrchai521]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/4490996/blog/4557613
边栏推荐
- 新建一个空文件占用多少磁盘空间?
- The data of pandas was scrambled and the training machine and testing machine set were selected
- Installing ns-3 on ubuntu18.04
- 一篇文章带你了解HTML表格及其主要属性介绍
- Using NLP and ml to extract and construct web data
- 用一个例子理解JS函数的底层处理机制
- nacos、ribbon和feign的簡明教程
- JNI-Thread中start方法的呼叫與run方法的回撥分析
- 快速排序为什么这么快?
- 一篇文章带你了解CSS3 背景知识
猜你喜欢

Brief introduction and advantages and disadvantages of deepwalk model

The dynamic thread pool in Kitty supports Nacos and Apollo multi configuration centers

一篇文章带你了解CSS 渐变知识

零基础打造一款属于自己的网页搜索引擎

Music generation through deep neural network

TensorFlow中的Tensor是什么?

零基础打造一款属于自己的网页搜索引擎

一路踩坑,被迫聊聊 C# 代码调试技巧和远程调试

Get twice the result with half the effort: automation without cabinet

事件监听问题
随机推荐
Wow, elasticsearch multi field weight sorting can play like this
Shh! Is this really good for asynchronous events?
Read the advantages of Wi Fi 6 over Wi Fi 5 in 3 minutes
StickEngine-架构11-消息队列(MessageQueue)
Individual annual work summary and 2019 work plan (Internet)
有了这个神器,快速告别垃圾短信邮件
Network security engineer Demo: the original * * is to get your computer administrator rights! [maintain]
Music generation through deep neural network
From zero learning artificial intelligence, open the road of career planning!
Pattern matching: The gestalt approach一种序列的文本相似度方法
一路踩坑,被迫聊聊 C# 代码调试技巧和远程调试
一篇文章带你了解CSS 渐变知识
What to do if you are squeezed by old programmers? I don't want to quit
Introduction to X Window System
这个项目可以让你在几分钟快速了解某个编程语言
Asp.Net Core learning notes: Introduction
Free patent download tutorial (HowNet, Espacenet)
Three Python tips for reading, creating and running multiple files
ES6学习笔记(四):教你轻松搞懂ES6的新增语法
html+vue.js 實現分頁可相容IE