Uses of Interface
org.alfresco.repo.search.QueryRegisterComponent
Packages that use QueryRegisterComponent
Package
Description
-
Uses of QueryRegisterComponent in org.alfresco.repo.search
Classes in org.alfresco.repo.search that implement QueryRegisterComponent -
Uses of QueryRegisterComponent in org.alfresco.repo.search.impl.elasticsearch
Methods in org.alfresco.repo.search.impl.elasticsearch with parameters of type QueryRegisterComponentModifier and TypeMethodDescriptionvoidElasticsearchSearchServiceFactory.setQueryRegister(QueryRegisterComponent queryRegister) Constructors in org.alfresco.repo.search.impl.elasticsearch with parameters of type QueryRegisterComponentModifierConstructorDescriptionElasticsearchSearchService(QueryRegisterComponent queryRegister, Map<String, LuceneQueryLanguageSPI> queryLanguages, NodeService nodeService, DictionaryService dictionaryService) -
Uses of QueryRegisterComponent in org.alfresco.repo.search.impl.solr
Methods in org.alfresco.repo.search.impl.solr that return QueryRegisterComponentModifier and TypeMethodDescriptionSolrIndexerAndSearcherFactory.getQueryRegister()SolrSearchService.getQueryRegister()Methods in org.alfresco.repo.search.impl.solr with parameters of type QueryRegisterComponentModifier and TypeMethodDescriptionvoidSolrIndexerAndSearcherFactory.setQueryRegister(QueryRegisterComponent queryRegister) voidSolrSearchService.setQueryRegister(QueryRegisterComponent queryRegister)