Uses of Interface
org.alfresco.repo.search.impl.solr.SolrStoreMappingWrapper
-
Packages that use SolrStoreMappingWrapper Package Description org.alfresco.repo.search.impl.solr -
-
Uses of SolrStoreMappingWrapper in org.alfresco.repo.search.impl.solr
Classes in org.alfresco.repo.search.impl.solr that implement SolrStoreMappingWrapper Modifier and Type Class Description classExplicitSolrStoreMappingWrapperMethods in org.alfresco.repo.search.impl.solr that return SolrStoreMappingWrapper Modifier and Type Method Description static SolrStoreMappingWrapperSolrClientUtil. extractMapping(org.alfresco.service.cmr.repository.StoreRef store, java.util.HashMap<org.alfresco.service.cmr.repository.StoreRef,SolrStoreMappingWrapper> mappingLookup, ShardRegistry shardRegistry, boolean useDynamicShardRegistration, org.springframework.beans.factory.BeanFactory beanFactory)static SolrStoreMappingWrapperDynamicSolrStoreMappingWrapperFactory. wrap(java.util.List<org.alfresco.repo.index.shard.ShardInstance> slice, org.springframework.beans.factory.BeanFactory beanFactory)Methods in org.alfresco.repo.search.impl.solr with parameters of type SolrStoreMappingWrapper Modifier and Type Method Description protected java.lang.StringSolrQueryHTTPClient. buildStatsUrl(org.alfresco.service.cmr.search.StatsParameters searchParameters, java.lang.String baseUrl, java.util.Locale locale, SolrStoreMappingWrapper mapping)Method parameters in org.alfresco.repo.search.impl.solr with type arguments of type SolrStoreMappingWrapper Modifier and Type Method Description static SolrStoreMappingWrapperSolrClientUtil. extractMapping(org.alfresco.service.cmr.repository.StoreRef store, java.util.HashMap<org.alfresco.service.cmr.repository.StoreRef,SolrStoreMappingWrapper> mappingLookup, ShardRegistry shardRegistry, boolean useDynamicShardRegistration, org.springframework.beans.factory.BeanFactory beanFactory)voidSolrSQLHttpClient. setMappingLookup(java.util.HashMap<org.alfresco.service.cmr.repository.StoreRef,SolrStoreMappingWrapper> mappingLookup)
-