lumis.search.lucene
Class IndexSearcherFactory

Package class diagram package IndexSearcherFactory
java.lang.Object
  extended by lumis.search.lucene.IndexSearcherFactory

public abstract class IndexSearcherFactory
extends Object

Factory for IndexSearcher instances.

Since:
4.0.0

Constructor Summary
IndexSearcherFactory()
           
 
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
 

Constructor Detail

IndexSearcherFactory

public IndexSearcherFactory()
Method Detail

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.