lucene的基础之索引的创建【索引的是硬盘中的文件】

一.lucene的组成部分【主要的三部分】 1. 索引部分 2. 分词部分 3. 搜索部分 1. 索引部分 1.1 准备相应的 jar 包 这里我采用的是springboot 整合Lucene,在 pom.xml文件中添加相应的依赖 <!--lucene-core --> <dependency> <groupId>org.apache.lucene</groupId> <artifactId
相关文章
相关标签/搜索