Uses of Interface
org.alfresco.repo.search.IndexerAndSearcher
-
-
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
Classes in org.alfresco.repo.search.impl that implement IndexerAndSearcher Modifier and Type Class Description classAbstractIndexerAndSearcherFields in org.alfresco.repo.search.impl declared as IndexerAndSearcher Modifier and Type Field Description protected IndexerAndSearcherAbstractCategoryServiceImpl. indexerAndSearcherMethods in org.alfresco.repo.search.impl with parameters of type IndexerAndSearcher Modifier and Type Method Description voidAbstractCategoryServiceImpl. setIndexerAndSearcher(IndexerAndSearcher indexerAndSearcher)Set the indexer and searcher -
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 interfaceLuceneIndexerAndSearcherMethods in org.alfresco.repo.search.impl.lucene that return types with arguments of type IndexerAndSearcher Modifier and Type Method Description List<IndexerAndSearcher>AbstractLuceneQueryLanguage. getFactories()Method parameters in org.alfresco.repo.search.impl.lucene with type arguments of type IndexerAndSearcher Modifier and Type Method Description voidAbstractLuceneQueryLanguage. setFactories(List<IndexerAndSearcher> factories)voidLuceneQueryLanguageSPI. setFactories(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)
-