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

Packages that use SearchEngineWorkspace
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 SearchEngineWorkspace in org.modeshape.graph.search
 

Classes in org.modeshape.graph.search with type parameters of type SearchEngineWorkspace
 class AbstractSearchEngine<WorkspaceType extends SearchEngineWorkspace,ProcessorType extends SearchEngineProcessor>
          A component that acts as a search engine for the content within a single RepositorySource.
static interface AbstractSearchEngine.Workspaces<WorkspaceType extends SearchEngineWorkspace>
           
 

Uses of SearchEngineWorkspace in org.modeshape.search.lucene
 

Classes in org.modeshape.search.lucene with type parameters of type SearchEngineWorkspace
 class AbstractLuceneSearchEngine<WorkspaceType extends SearchEngineWorkspace,ProcessorType extends SearchEngineProcessor>
          An abstract SearchEngine implementation that is set up to use the Lucene library.
protected static class AbstractLuceneSearchEngine.AbstractLuceneProcessor<WorkspaceType extends SearchEngineWorkspace,SessionType extends AbstractLuceneSearchEngine.WorkspaceSession>
          Abstract SearchEngineProcessor implementation for the AbstractLuceneSearchEngine.
 

Classes in org.modeshape.search.lucene that implement SearchEngineWorkspace
 class LuceneSearchWorkspace
          The SearchEngineWorkspace implementation for the LuceneSearchEngine.
 



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