com.isenshi.util.extlib
クラス CJKLuceneIndexer

java.lang.Object
  拡張com.isenshi.util.extlib.CJKLuceneIndexer

public class CJKLuceneIndexer
extends Object


コンストラクタの概要
CJKLuceneIndexer(String indexDb)
           
 
メソッドの概要
 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.