mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-19 17:29:39 +00:00
682 B
682 B
ElasticSearch
一、简介
ES是一个基于Lucene的分布式全文搜索服务器,和SQL Server的全文索引(Fulltext Index)有点类似,都是基于分词和分段的全文搜索引擎, 具有分词,同义词,词干查询的功能,但是ES天生具有分布式和实时的属性。 ElasticSearch官网:http://www.elasticsearch.org