com.isenshi.util.extlib
クラス CJKLuceneIndexer
java.lang.Object
com.isenshi.util.extlib.CJKLuceneIndexer
- public class CJKLuceneIndexer
- extends Object
メソッドの概要 |
void |
index(String docId,
Reader reader)
Method createIndex |
void |
removeIndex(String docId)
removes an index for a docId TODO: works in testmode (running Main),
deletes nothing in slide context |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CJKLuceneIndexer
public CJKLuceneIndexer(String indexDb)
removeIndex
public void removeIndex(String docId)
throws IOException
- removes an index for a docId TODO: works in testmode (running Main),
deletes nothing in slide context
- パラメータ:
docId
- a String
- 例外:
IOException
index
public void index(String docId,
Reader reader)
throws Exception
- Method createIndex
- パラメータ:
docId
- a String
- 例外:
IOException
Exception
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.