Uses of Interface
org.alfresco.repo.search.Indexer
Packages that use Indexer
Package
Description
-
Uses of Indexer in org.alfresco.repo.search
Classes in org.alfresco.repo.search that implement IndexerMethods in org.alfresco.repo.search that return IndexerModifier and TypeMethodDescriptionIndexerAndSearcher.getIndexer(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 IndexerModifier and TypeClassDescriptionclassA no action indexer - the indexing is done automatically along with persistence TODO: Rename to Adaptor? -
Uses of Indexer in org.alfresco.repo.search.impl.elasticsearch
Methods in org.alfresco.repo.search.impl.elasticsearch that return IndexerModifier and TypeMethodDescriptionElasticsearchSearchServiceFactory.getIndexer(StoreRef storeRef) Elasticsearch is indexing the repository by polling database or listening queue messages from an external service, so no Indexer is available for the Repository. -
Uses of Indexer in org.alfresco.repo.search.impl.noindex
Classes in org.alfresco.repo.search.impl.noindex that implement IndexerModifier and TypeClassDescriptionclassA 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