SMILA (incubation) API documentation

org.eclipse.smila.search.lucene
Class IndexAccess

java.lang.Object
  extended by org.eclipse.smila.search.lucene.IndexAccess
All Implemented Interfaces:
IIndexAccess

public class IndexAccess
extends java.lang.Object
implements IIndexAccess

Class to get access to index administration.

Author:
August Georg Schmidt (BROX)

Constructor Summary
IndexAccess()
           
 
Method Summary
 IndexAdmin getIndexAdmin()
          
 IndexConnection getIndexConnection(java.lang.String indexName)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexAccess

public IndexAccess()
Method Detail

getIndexAdmin

public IndexAdmin getIndexAdmin()

Specified by:
getIndexAdmin in interface IIndexAccess
See Also:
IIndexAccess.getIndexAdmin()

getIndexConnection

public IndexConnection getIndexConnection(java.lang.String indexName)
                                   throws IndexException

Specified by:
getIndexConnection in interface IIndexAccess
Throws:
IndexException
See Also:
IIndexAccess.getIndexConnection(java.lang.String)

SMILA (incubation) API documentation