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

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

Classes in org.modeshape.graph.search with type parameters of type SearchEngineProcessor
 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 SearchEngineProcessor
 SearchEngineProcessor SearchEngine.createProcessor(ExecutionContext context, Observer observer, boolean readOnly)
          Create the SearchEngineProcessor implementation that can be used to operate against the SearchEngineWorkspace instances.
 SearchEngineProcessor AbstractSearchEngine.createProcessor(ExecutionContext context, Observer observer, boolean readOnly)
          Create the SearchEngineProcessor implementation that can be used to operate against the SearchEngineWorkspace instances.
 

Uses of SearchEngineProcessor in org.modeshape.search.lucene
 

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

Subclasses of SearchEngineProcessor in org.modeshape.search.lucene
protected static class AbstractLuceneSearchEngine.AbstractLuceneProcessor<WorkspaceType extends SearchEngineWorkspace,SessionType extends AbstractLuceneSearchEngine.WorkspaceSession>
          Abstract SearchEngineProcessor implementation for the AbstractLuceneSearchEngine.
 class LuceneSearchProcessor
          Abstract SearchEngineProcessor implementation for the LuceneSearchEngine.
 



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