摘要:
关于4.0的Update Index ,Create Index /* * Create Index */ public static void createIndex() throws IOException{ try { Directory directory=FSDirectory.open(new File(indexPath)); IndexWriterConfig config=new IndexWriterConfig(Version.LUCENE_44,analyzer); ... 阅读全文
posted @ 2013-11-19 08:41
无觉-李敏
阅读(342)
评论(1)
推荐(0)
浙公网安备 33010602011771号