Uses of Interface
org.alfresco.repo.search.impl.lucene.LuceneIndexerAndSearcher
-
Packages that use LuceneIndexerAndSearcher Package Description org.alfresco.repo.search.impl.lucene org.alfresco.repo.search.impl.querymodel.impl.lucene org.alfresco.repo.transaction -
-
Uses of LuceneIndexerAndSearcher in org.alfresco.repo.search.impl.lucene
Classes in org.alfresco.repo.search.impl.lucene that implement LuceneIndexerAndSearcher Modifier and Type Class Description classAbstractLuceneIndexerAndSearcherFactoryThis class is resource manager LuceneIndexers and LuceneSearchers.Method parameters in org.alfresco.repo.search.impl.lucene with type arguments of type LuceneIndexerAndSearcher Modifier and Type Method Description voidAbstractLuceneIndexerAndSearcherFactory.LuceneIndexBackupComponent. setFactories(java.util.Set<LuceneIndexerAndSearcher> factories)Set the Lucene index factory that will be used to control the index locks -
Uses of LuceneIndexerAndSearcher in org.alfresco.repo.search.impl.querymodel.impl.lucene
Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type LuceneIndexerAndSearcher Modifier and Type Method Description voidLuceneQueryEngine. setIndexAndSearcher(LuceneIndexerAndSearcher indexAndSearcher) -
Uses of LuceneIndexerAndSearcher in org.alfresco.repo.transaction
Methods in org.alfresco.repo.transaction with parameters of type LuceneIndexerAndSearcher Modifier and Type Method Description static voidAlfrescoTransactionSupport. bindLucene(LuceneIndexerAndSearcher indexerAndSearcher)Method that registers a LuceneIndexerAndSearcherFactory against the transaction.
-