Uses of Class
org.jboss.dna.graph.search.SearchEngineException

Packages that use SearchEngineException
org.jboss.dna.graph.search   
org.jboss.dna.search.lucene   
 

Uses of SearchEngineException in org.jboss.dna.graph.search
 

Methods in org.jboss.dna.graph.search that throw SearchEngineException
 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.
 

Uses of SearchEngineException in org.jboss.dna.search.lucene
 

Methods in org.jboss.dna.search.lucene that throw SearchEngineException
 boolean LuceneConfiguration.destroyDirectory(String workspaceName, String indexName)
          Destroy the Directory that is 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.
 void LuceneSearchEngine.index(ExecutionContext context, Iterable<ChangeRequest> changes)
          Update the indexes with the supplied set of changes to the content.
 



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