随笔分类 - lucene
全文索引的一个东西
摘要:1 package com.kite.dispage; 2 3 import java.util.ArrayList; 4 import java.util.List; 5 6 import org.apache.lucene.document.Document; 7 import org.apache.lucene.index.IndexWriter; 8 import org.apache.lucene.index.IndexWriter.MaxFieldLength; 9 import org.apache.lucene.queryParser.MultiFieldQueryPar...
阅读全文
摘要:1 package com.kite.luncene.helloworld; 2 3 import java.io.File; 4 import java.util.ArrayList; 5 import java.util.List; 6 7 import org.apache.lucene.analysis.Analyzer; 8 import org.apache.lucene.analysis.standard.StandardAnalyzer; 9 import org.apache.lucene.document.Document; 10 import or...
阅读全文

浙公网安备 33010602011771号