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

Packages that use SearchEngine
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 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.
 

Uses of SearchEngine in org.modeshape.search.lucene
 

Classes in org.modeshape.search.lucene that implement SearchEngine
 class AbstractLuceneSearchEngine<WorkspaceType extends SearchEngineWorkspace,ProcessorType extends SearchEngineProcessor>
          An abstract SearchEngine implementation that is set up to use the Lucene library.
 class LuceneSearchEngine
          A SearchEngine implementation that relies upon two separate indexes to manage the node properties and the node structure (path and children).
 



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