Uses of Interface
org.alfresco.repo.search.impl.lucene.LuceneIndexer
-
Packages that use LuceneIndexer Package Description org.alfresco.repo.search.impl.lucene -
-
Uses of LuceneIndexer in org.alfresco.repo.search.impl.lucene
Methods in org.alfresco.repo.search.impl.lucene that return LuceneIndexer Modifier and Type Method Description protected abstract LuceneIndexerAbstractLuceneIndexerAndSearcherFactory. createIndexer(org.alfresco.service.cmr.repository.StoreRef storeRef, java.lang.String deltaId)Encapsulate creating an indexerLuceneIndexerAbstractLuceneIndexerAndSearcherFactory. 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.Methods in org.alfresco.repo.search.impl.lucene with parameters of type LuceneIndexer Modifier and Type Method Description protected ClosingIndexSearcherAbstractLuceneBase. getSearcher(LuceneIndexer luceneIndexer)protected abstract LuceneSearcherAbstractLuceneIndexerAndSearcherFactory. getSearcher(org.alfresco.service.cmr.repository.StoreRef storeRef, LuceneIndexer indexer)Get a searcher over the index and the current delta
-