Package | Description |
---|---|
org.alfresco.repo.search.impl.lucene |
Modifier and Type | Interface and Description |
---|---|
interface |
ADMLuceneIndexer
ADM indexer implemtations
|
Modifier and Type | Class and Description |
---|---|
class |
ADMLuceneIndexerImpl
The implementation of the lucene based indexer.
|
class |
ADMLuceneNoActionIndexerImpl |
Modifier and Type | Method and Description |
---|---|
protected LuceneIndexer |
ADMLuceneUnIndexedIndexAndSearcherFactory.createIndexer(org.alfresco.service.cmr.repository.StoreRef storeRef,
String deltaId) |
protected LuceneIndexer |
ADMLuceneIndexerAndSearcherFactory.createIndexer(org.alfresco.service.cmr.repository.StoreRef storeRef,
String deltaId) |
protected abstract LuceneIndexer |
AbstractLuceneIndexerAndSearcherFactory.createIndexer(org.alfresco.service.cmr.repository.StoreRef storeRef,
String deltaId)
Encapsulate creating an indexer
|
LuceneIndexer |
AbstractLuceneIndexerAndSearcherFactory.getIndexer(org.alfresco.service.cmr.repository.StoreRef storeRef)
Get an indexer for the store to use in the current transaction for this thread of control.
|
Modifier and Type | Method and Description |
---|---|
protected ClosingIndexSearcher |
AbstractLuceneBase.getSearcher(LuceneIndexer luceneIndexer) |
protected LuceneSearcher |
ADMLuceneIndexerAndSearcherFactory.getSearcher(org.alfresco.service.cmr.repository.StoreRef storeRef,
LuceneIndexer indexer) |
protected abstract LuceneSearcher |
AbstractLuceneIndexerAndSearcherFactory.getSearcher(org.alfresco.service.cmr.repository.StoreRef storeRef,
LuceneIndexer indexer)
Get a searcher over the index and the current delta
|
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.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.