摘要: 看官方提供的例子 PUT my_index { "mappings": { "my_type": { "properties": { "full_text": { "type": "string" }, "exact_value": { "type": "string", "index": "not 阅读全文
posted @ 2019-12-16 17:24 门罗的魔术师 阅读(3952) 评论(0) 推荐(0) 编辑
摘要: Compatibility The Java High Level REST Client requires Java 1.8 and depends on the Elasticsearch core project. The client version is the same as the E 阅读全文
posted @ 2019-12-16 11:51 门罗的魔术师 阅读(265) 评论(0) 推荐(0) 编辑
摘要: <!-- flowchart 箭头图标 勿删 --> 1. SpringBoot 简单介绍 SpringBoot是Spring项目中的一个子工程,与我们所熟知的Spring-framework 同属于spring的产品: 其实人们把Spring Boot 称为搭建程序的脚手架。其最主要作用就是帮我们 阅读全文
posted @ 2019-12-16 10:06 门罗的魔术师 阅读(171) 评论(0) 推荐(0) 编辑
摘要: <!-- flowchart 箭头图标 勿删 --> 1 Elasticsearch介绍和安装 1.1 简介 1.1.1 Elastic Elastic官网:https://www.elastic.co/cn/ Elastic有一条完整的产品线:Elasticsearch、Kibana、Logsta 阅读全文
posted @ 2019-12-16 10:02 门罗的魔术师 阅读(167) 评论(0) 推荐(0) 编辑
摘要: <!-- flowchart 箭头图标 勿删 --> 学习本章内容的前提: 1.能独立搭建SpringBoot项目。(SpringBoot的快速入门) 2.Elasticsearch环境搭建完毕。(Elasticsearch环境搭建和介绍(Windows)) 1 前奏 Elasticsearch提供 阅读全文
posted @ 2019-12-16 09:57 门罗的魔术师 阅读(564) 评论(0) 推荐(0) 编辑