|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchEngineProcessor | |
|---|---|
| org.jboss.dna.graph.search | |
| org.jboss.dna.search.lucene | |
| Uses of SearchEngineProcessor in org.jboss.dna.graph.search |
|---|
| Classes in org.jboss.dna.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.jboss.dna.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.jboss.dna.search.lucene |
|---|
| Classes in org.jboss.dna.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.jboss.dna.search.lucene | |
|---|---|
class |
LuceneSearchProcessor
Abstract SearchEngineProcessor implementation for the LuceneSearchEngine. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||