Uses of Interface
org.modeshape.graph.search.SearchEngine

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

Uses of SearchEngine in org.modeshape.graph.search
 

Classes in org.modeshape.graph.search that implement SearchEngine
 class AbstractSearchEngine<WorkspaceType extends SearchEngineWorkspace,ProcessorType extends SearchEngineProcessor>
          A component that acts as a search engine for the content within a single RepositorySource.
 

Methods in org.modeshape.graph.search that return SearchEngine
protected  SearchEngine SearchableRepositorySource.searchEngine()
           
 

Constructors in org.modeshape.graph.search with parameters of type SearchEngine
SearchableRepositorySource(RepositorySource wrapped, SearchEngine searchEngine)
          Create a new searchable and queryable RepositorySource around an instance that is neither.
SearchableRepositorySource(RepositorySource wrapped, SearchEngine searchEngine, ExecutorService executorService, boolean executeAsynchronously, boolean updateIndexesAsynchronously)
          Create a new searchable and queryable RepositorySource around an instance that is neither.
SearchEngineIndexer(ExecutionContext context, SearchEngine searchEngine, RepositoryConnectionFactory connectionFactory, int maxDepthPerRead)
          Create an indexer that will update the indexes in the supplied search engine by crawling content, using the supplied connection factory to obtain connections.
 



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