Uses of Interface
org.alfresco.repo.search.Indexer
-
Packages that use Indexer Package Description org.alfresco.repo.search org.alfresco.repo.search.impl org.alfresco.repo.search.impl.lucene org.alfresco.repo.search.impl.noindex org.alfresco.repo.search.impl.solr -
-
Uses of Indexer in org.alfresco.repo.search
Classes in org.alfresco.repo.search that implement Indexer Modifier and Type Class Description classIndexerComponentComponent API for indexing.Methods in org.alfresco.repo.search that return Indexer Modifier and Type Method Description IndexerIndexerAndSearcher. getIndexer(org.alfresco.service.cmr.repository.StoreRef storeRef)Get an indexer for a store -
Uses of Indexer in org.alfresco.repo.search.impl
Classes in org.alfresco.repo.search.impl that implement Indexer Modifier and Type Class Description classNoActionIndexerA no action indexer - the indexing is done automatically along with persistence TODO: Rename to Adaptor? -
Uses of Indexer in org.alfresco.repo.search.impl.lucene
Subinterfaces of Indexer in org.alfresco.repo.search.impl.lucene Modifier and Type Interface Description interfaceLuceneIndexerClasses in org.alfresco.repo.search.impl.lucene that implement Indexer Modifier and Type Class Description classAbstractLuceneIndexerImpl<T>Common support for indexing across implementations -
Uses of Indexer in org.alfresco.repo.search.impl.noindex
Classes in org.alfresco.repo.search.impl.noindex that implement Indexer Modifier and Type Class Description classNoIndexIndexerA no action indexer - the indexing is done automatically along with persistence TODO: Rename to Adaptor? -
Uses of Indexer in org.alfresco.repo.search.impl.solr
Methods in org.alfresco.repo.search.impl.solr that return Indexer Modifier and Type Method Description IndexerSolrIndexerAndSearcherFactory. getIndexer(org.alfresco.service.cmr.repository.StoreRef storeRef)
-