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.
|
class |
ADMLuceneIndexerAndSearcherFactory
Factory for ADM indxers and searchers
|
class |
ADMLuceneUnIndexedIndexAndSearcherFactory |
Modifier and Type | Method and Description |
---|---|
LuceneConfig |
AbstractLuceneBase.getLuceneConfig()
Get the lucene configuration options.
|
Modifier and Type | Method and Description |
---|---|
static ADMLuceneNoActionIndexerImpl |
ADMLuceneIndexerImpl.getNoActionIndexer(org.alfresco.service.cmr.repository.StoreRef storeRef,
String deltaId,
LuceneConfig config) |
static ADMLuceneSearcherImpl |
ADMLuceneSearcherImpl.getSearcher(org.alfresco.service.cmr.repository.StoreRef storeRef,
LuceneConfig config)
Get an intialised searcher for the store.
|
static ADMLuceneSearcherImpl |
ADMLuceneSearcherImpl.getSearcher(org.alfresco.service.cmr.repository.StoreRef storeRef,
LuceneIndexer indexer,
LuceneConfig config)
Get an initialised searcher for the store and transaction Normally we do not search against a a store and delta.
|
static ADMLuceneIndexerImpl |
ADMLuceneIndexerImpl.getUpdateIndexer(org.alfresco.service.cmr.repository.StoreRef storeRef,
String deltaId,
LuceneConfig config)
Generate an indexer
|
void |
AbstractLuceneBase.setLuceneConfig(LuceneConfig config)
Set the lucene configuration options
|
Constructor and Description |
---|
LuceneResultSet(Hits hits,
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–2017 Alfresco Software. All rights reserved.