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

Packages that use AbstractSearchEngine
org.modeshape.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
 

Uses of AbstractSearchEngine in org.modeshape.search.lucene
 

Subclasses of AbstractSearchEngine in org.modeshape.search.lucene
 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.