SpringBoot整合ElasticSearch-全文搜索

一、何为全文搜索?html 全文搜索本质:非结构化数据转成结构化数据,提取非结构化数据java 概念:node 原理:spring 实现技术:编程 其中lucene是搜索引擎,ElasticSearch和solr是基于Lucenedom 二、添加依赖elasticsearch // 添加spring data Elasticsearch依赖 compile('org.springframewor
相关文章
相关标签/搜索