| Package | Description |
|---|---|
| org.alfresco.repo.search.impl.lucene | |
| org.alfresco.repo.search.impl.lucene.index |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LuceneIndexerAndSearcher |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLuceneIndexerAndSearcherFactory
This class is resource manager LuceneIndexers and LuceneSearchers.
|
| Modifier and Type | Method and Description |
|---|---|
LuceneConfig |
AbstractLuceneBase.getLuceneConfig()
Get the lucene configuration options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLuceneBase.setLuceneConfig(LuceneConfig config)
Set the lucene configuration options
|
| Constructor and Description |
|---|
LuceneResultSet(org.apache.lucene.search.Hits hits,
org.apache.lucene.search.Searcher searcher,
org.alfresco.service.cmr.repository.NodeService nodeService,
org.alfresco.repo.tenant.TenantService tenantService,
org.alfresco.service.cmr.search.SearchParameters searchParameters,
LuceneConfig config)
Wrap a lucene seach result with node support
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.lucene.index.IndexReader |
ReferenceCountingReadOnlyIndexReaderFactory.createReader(String id,
org.apache.lucene.index.IndexReader indexReader,
boolean enableCaching,
LuceneConfig config) |
static IndexInfo |
IndexInfo.getIndexInfo(File file,
LuceneConfig config)
Get the IndexInfo object based in the given directory.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.