lucene的基礎之索引的創建【索引的是硬盤中的文件】

一.lucene的組成部分【主要的三部分】 1. 索引部分 2. 分詞部分 3. 搜索部分 1. 索引部分 1.1 準備相應的 jar 包 這裏我採用的是springboot 整合Lucene,在 pom.xml文件中添加相應的依賴 <!--lucene-core --> <dependency> <groupId>org.apache.lucene</groupId> <artifactId
相關文章
相關標籤/搜索