|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.search.lucene.IndexSearcherFactory
public abstract class IndexSearcherFactory
Factory for IndexSearcher
instances.
Constructor Summary | |
---|---|
IndexSearcherFactory()
|
Method Summary | |
---|---|
static org.apache.lucene.search.IndexSearcher |
create(java.lang.String indexPath)
|
static void |
expire(java.lang.String indexPath)
|
static void |
shutdown()
Shutdowns this factory, closing all cached resources. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexSearcherFactory()
Method Detail |
---|
public static org.apache.lucene.search.IndexSearcher create(java.lang.String indexPath) throws PortalException
PortalException
public static void expire(java.lang.String indexPath) throws PortalException
PortalException
public static void shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |