Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

仿京东ES搜索Demo

简介

使用 jsoup 爬取京东数据, 并写入到 elasticsearch 中, 并根据关键字搜索高亮展示内容 image-20230816150315120

技术栈

  • Spring Boot 2.2.5.RELEASE
  • ElasticSearch 7.9.3
  • Jsoup
  • Vue.js

建立索引

PUT /content
{
  "mappings": {
    "properties": {
      "name":{
        "type": "text",
        "analyzer": "ik_smart"
      },
      "price":{
        "type": "keyword",
        "index": "false"
      },
      "image":{
        "type": "keyword",
        "index": "false"
      }
    }
  }
}

About

elasticsearch仿京东搜索Demo

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages