|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractSearchEngine.Workspaces | |
---|---|
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 AbstractSearchEngine.Workspaces in org.modeshape.graph.search |
---|
Classes in org.modeshape.graph.search that implement AbstractSearchEngine.Workspaces | |
---|---|
protected class |
AbstractSearchEngine.SearchWorkspaces
|
Methods in org.modeshape.graph.search with parameters of type AbstractSearchEngine.Workspaces | |
---|---|
protected abstract ProcessorType |
AbstractSearchEngine.createProcessor(ExecutionContext context,
AbstractSearchEngine.Workspaces<WorkspaceType> workspaces,
Observer observer,
boolean readOnly)
Create the SearchEngineProcessor implementation that can be used to operate against the
SearchEngineWorkspace instances. |
Uses of AbstractSearchEngine.Workspaces in org.modeshape.search.lucene |
---|
Fields in org.modeshape.search.lucene declared as AbstractSearchEngine.Workspaces | |
---|---|
protected AbstractSearchEngine.Workspaces<WorkspaceType> |
AbstractLuceneSearchEngine.AbstractLuceneProcessor.workspaces
|
Methods in org.modeshape.search.lucene with parameters of type AbstractSearchEngine.Workspaces | |
---|---|
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 AbstractSearchEngine.Workspaces | |
---|---|
AbstractLuceneSearchEngine.AbstractLuceneProcessor(String sourceName,
ExecutionContext context,
AbstractSearchEngine.Workspaces<WorkspaceType> workspaces,
Observer observer,
DateTime now,
boolean readOnly)
|
|
LuceneSearchProcessor(String sourceName,
ExecutionContext context,
AbstractSearchEngine.Workspaces<LuceneSearchWorkspace> workspaces,
Observer observer,
DateTime now,
boolean readOnly)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |