lumis.search.lucene
Class IndexSearcherFactory
java.lang.Object
lumis.search.lucene.IndexSearcherFactory
public abstract class IndexSearcherFactory
- extends Object
Factory for IndexSearcher
instances.
- Since:
- 4.0.0
Method Summary |
static org.apache.lucene.search.IndexSearcher |
create(String indexPath)
|
static void |
expire(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 |
IndexSearcherFactory
public IndexSearcherFactory()
create
public static org.apache.lucene.search.IndexSearcher create(String indexPath)
throws PortalException
- Throws:
PortalException
expire
public static void expire(String indexPath)
throws PortalException
- Throws:
PortalException
shutdown
public static void shutdown()
- Shutdowns this factory, closing all cached resources.
- Since:
- 4.2.2
Lumisportal 5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.