Uses of Class
org.modeshape.search.lucene.LuceneSearchWorkspace

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

Uses of LuceneSearchWorkspace in org.modeshape.search.lucene
 

Methods in org.modeshape.search.lucene that return LuceneSearchWorkspace
protected  LuceneSearchWorkspace LuceneSearchEngine.createWorkspace(ExecutionContext context, String workspaceName)
          Create the index(es) required for the named workspace.
 LuceneSearchWorkspace LuceneSearchSession.getWorkspace()
           
 

Methods in org.modeshape.search.lucene with parameters of type LuceneSearchWorkspace
protected  LuceneSearchSession LuceneSearchProcessor.createSessionFor(LuceneSearchWorkspace workspace)
          
 

Method parameters in org.modeshape.search.lucene with type arguments of type LuceneSearchWorkspace
protected  LuceneSearchProcessor LuceneSearchEngine.createProcessor(ExecutionContext context, AbstractSearchEngine.Workspaces<LuceneSearchWorkspace> workspaces, Observer observer, boolean readOnly)
          Create the SearchEngineProcessor implementation that can be used to operate against the SearchEngineWorkspace instances.
 

Constructors in org.modeshape.search.lucene with parameters of type LuceneSearchWorkspace
LuceneSearchSession(LuceneSearchWorkspace workspace, LuceneSearchProcessor processor)
           
 

Constructor parameters in org.modeshape.search.lucene with type arguments of type LuceneSearchWorkspace
LuceneSearchProcessor(String sourceName, ExecutionContext context, AbstractSearchEngine.Workspaces<LuceneSearchWorkspace> workspaces, Observer observer, DateTime now, boolean readOnly)
           
 



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