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

Packages that use SearchEngineException
org.modeshape.graph.search A small framework for a search engine component. 
 

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.
 



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