Uses of Interface
org.alfresco.repo.search.IndexerAndSearcher
-
Packages that use IndexerAndSearcher Package Description org.alfresco.repo.search org.alfresco.repo.search.impl.lucene org.alfresco.repo.search.impl.noindex org.alfresco.repo.search.impl.solr -
-
Uses of IndexerAndSearcher in org.alfresco.repo.search
Methods in org.alfresco.repo.search with parameters of type IndexerAndSearcher Modifier and Type Method Description voidIndexerComponent. setIndexerAndSearcherFactory(IndexerAndSearcher indexerAndSearcherFactory)voidSearcherComponent. setIndexerAndSearcherFactory(IndexerAndSearcher indexerAndSearcherFactory)Method parameters in org.alfresco.repo.search with type arguments of type IndexerAndSearcher Modifier and Type Method Description voidIndexerComponent. setStoreRedirectorProxyFactory(StoreRedirectorProxyFactory<IndexerAndSearcher> storeRedirectorProxyFactory) -
Uses of IndexerAndSearcher in org.alfresco.repo.search.impl.lucene
Subinterfaces of IndexerAndSearcher in org.alfresco.repo.search.impl.lucene Modifier and Type Interface Description interfaceLuceneIndexerAndSearcherClasses in org.alfresco.repo.search.impl.lucene that implement IndexerAndSearcher Modifier and Type Class Description classAbstractIndexerAndSearcherclassAbstractLuceneIndexerAndSearcherFactoryThis class is resource manager LuceneIndexers and LuceneSearchers.Fields in org.alfresco.repo.search.impl.lucene declared as IndexerAndSearcher Modifier and Type Field Description protected IndexerAndSearcherLuceneCategoryServiceImpl. indexerAndSearcherMethods in org.alfresco.repo.search.impl.lucene that return types with arguments of type IndexerAndSearcher Modifier and Type Method Description java.util.List<IndexerAndSearcher>AbstractLuceneQueryLanguage. getFactories()Methods in org.alfresco.repo.search.impl.lucene with parameters of type IndexerAndSearcher Modifier and Type Method Description voidLuceneCategoryServiceImpl. setIndexerAndSearcher(IndexerAndSearcher indexerAndSearcher)Set the indexer and searcherMethod parameters in org.alfresco.repo.search.impl.lucene with type arguments of type IndexerAndSearcher Modifier and Type Method Description voidAbstractLuceneQueryLanguage. setFactories(java.util.List<IndexerAndSearcher> factories)voidLuceneQueryLanguageSPI. setFactories(java.util.List<IndexerAndSearcher> factories)Register -
Uses of IndexerAndSearcher in org.alfresco.repo.search.impl.noindex
Classes in org.alfresco.repo.search.impl.noindex that implement IndexerAndSearcher Modifier and Type Class Description classNoIndexIndexerAndSearcherFactory -
Uses of IndexerAndSearcher in org.alfresco.repo.search.impl.solr
Classes in org.alfresco.repo.search.impl.solr that implement IndexerAndSearcher Modifier and Type Class Description classSolrIndexerAndSearcherFactoryMethods in org.alfresco.repo.search.impl.solr with parameters of type IndexerAndSearcher Modifier and Type Method Description voidSolrStatsService. setSearcher(IndexerAndSearcher searcher)
-