摘要:
索引工具的三部分 1.索引部分 2.分词部分 3.搜索部分查看索引的工具:luke java -jar fileName.jar目标:为文件夹的所有的文档生成索引并搜索它package com.lucene;import java.io.File;import java.io.FileReader;import java.io.IOException;import org.apache.lucene.analysis.standard.StandardAnalyzer;import org.apache.lucene.document.Document;import org.ap... 阅读全文
posted @ 2013-12-21 16:45
思齐_
阅读(334)
评论(0)
推荐(0)
浙公网安备 33010602011771号