Uses of Class
org.modeshape.graph.search.SearchEngineException

Packages that use SearchEngineException
org.modeshape.graph.search A small framework for a search engine component. 
org.modeshape.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
 

Uses of SearchEngineException in org.modeshape.graph.search
 

Methods in org.modeshape.graph.search that throw SearchEngineException
protected abstract  WorkspaceType AbstractSearchEngine.createWorkspace(ExecutionContext context, String workspaceName)
          Create the index(es) required for the named workspace.
 void SearchEngine.index(ExecutionContext context, Iterable<ChangeRequest> changes)
          Update the indexes with the supplied set of changes to the content.
 SearchEngineIndexer SearchEngineIndexer.index(String workspaceName)
          Index all of the content in the named workspace within the source.
 SearchEngineIndexer SearchEngineIndexer.indexAllWorkspaces()
          Index (or re-index) all of the content in all of the workspaces within the source.
 boolean SearchEngine.indexExists(String workspaceName)
           
 SearchEngineIndexer SearchEngineIndexer.reindex(String workspaceName, boolean forceIndexRebuild)
          Re-index all of the content in the named workspace within the source.
 

Uses of SearchEngineException in org.modeshape.search.lucene
 

Methods in org.modeshape.search.lucene that throw SearchEngineException
protected abstract  DirectoryType LuceneConfigurations.PoolingDirectoryFactory.createDirectory(String workspaceName, String indexName)
          Method implemented by subclasses to create a new Directory implementation.
protected  LuceneSearchWorkspace LuceneSearchEngine.createWorkspace(ExecutionContext context, String workspaceName)
          Create the index(es) required for the named workspace.
 boolean LuceneConfigurations.PoolingDirectoryFactory.destroyDirectory(String workspaceName, String indexName)
          Destroy the Directory that is used for the workspace with the supplied name.
 boolean LuceneConfiguration.destroyDirectory(String workspaceName, String indexName)
          Destroy the Directory that is used for the workspace with the supplied name.
protected abstract  boolean LuceneConfigurations.PoolingDirectoryFactory.doDestroy(DirectoryType directory)
           
protected  boolean LuceneConfigurations.FileSystemDirectoryFromNameFactory.doDestroy(org.apache.lucene.store.FSDirectory directory)
          
protected  boolean LuceneConfigurations.RamDirectoryFactory.doDestroy(org.apache.lucene.store.RAMDirectory directory)
          
 org.apache.lucene.store.Directory LuceneConfigurations.PoolingDirectoryFactory.getDirectory(String workspaceName, String indexName)
          Get the Directory that should be used for the workspace with the supplied name.
 org.apache.lucene.store.Directory LuceneConfiguration.getDirectory(String workspaceName, String indexName)
          Get the Directory that should be used for the workspace with the supplied name.
 boolean LuceneConfigurations.PoolingDirectoryFactory.hasExistingIndex(String workspaceName, String indexName)
           
 boolean LuceneConfigurations.FileSystemDirectoryFromNameFactory.hasExistingIndex(String workspaceName, String indexName)
           
 boolean LuceneConfiguration.hasExistingIndex(String workspaceName, String indexName)
          Return whether the index with the given name already exists for the given workspace name.
 void LuceneSearchEngine.index(ExecutionContext context, Iterable<ChangeRequest> changes)
          Update the indexes with the supplied set of changes to the content.
 boolean LuceneSearchEngine.indexExists(String workspaceName)
           
 



Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.