|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchEngine | |
---|---|
org.jboss.dna.graph.search | |
org.jboss.dna.search.lucene |
Uses of SearchEngine in org.jboss.dna.graph.search |
---|
Classes in org.jboss.dna.graph.search that implement SearchEngine | |
---|---|
class |
AbstractSearchEngine<WorkspaceType extends SearchEngineWorkspace,ProcessorType extends SearchEngineProcessor>
A component that acts as a search engine for the content within a single RepositorySource . |
Constructors in org.jboss.dna.graph.search with parameters of type SearchEngine | |
---|---|
SearchableRepositorySource(RepositorySource wrapped,
SearchEngine searchEngine)
Create a new searchable and queryable RepositorySource around an instance that is neither. |
|
SearchableRepositorySource(RepositorySource wrapped,
SearchEngine searchEngine,
ExecutorService executorService,
boolean executeAsynchronously,
boolean updateIndexesAsynchronously)
Create a new searchable and queryable RepositorySource around an instance that is neither. |
|
SearchEngineIndexer(ExecutionContext context,
SearchEngine searchEngine,
RepositoryConnectionFactory connectionFactory)
Create an indexer that will update the indexes in the supplied search engine by crawling content, using the supplied connection factory to obtain connections. |
Uses of SearchEngine in org.jboss.dna.search.lucene |
---|
Classes in org.jboss.dna.search.lucene that implement SearchEngine | |
---|---|
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |