# practice-WebMaigc-Lucene **Repository Path**: jiang-mingyu/practice-WebMaigc-Lucene ## Basic Information - **Project Name**: practice-WebMaigc-Lucene - **Description**: 《信息检索与搜索引擎》课程实验程序 基于WebMagic、Lucene、SpringBoot实现的简单的内容爬取、索引、检索 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-06-12 - **Last Updated**: 2023-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##介绍 《信息检索与搜索引擎》课程实验程序 基于WebMagic、Lucene、SpringBoot实现内容爬取、索引、检索以及检索接口 本例中爬取对象为“博客园”中作者“腾讯云原生”的博客内容。 ##依赖 SpringFramwork 2.7.0 WebMagic 0.7.5 (用于爬取内容) Lucene 9.1.0 (用于索引和检索)