Uses of Class
org.tailormap.api.solr.SolrService
Packages that use SolrService
Package
Description
-
Uses of SolrService in org.tailormap.api.configuration.dev
Constructors in org.tailormap.api.configuration.dev with parameters of type SolrServiceModifierConstructorDescriptionPopulateTestData
(org.springframework.context.ApplicationContext appContext, UserRepository userRepository, GroupRepository groupRepository, CatalogRepository catalogRepository, GeoServiceRepository geoServiceRepository, GeoServiceHelper geoServiceHelper, SolrService solrService, TaskManagerService taskManagerService, FeatureSourceRepository featureSourceRepository, ApplicationRepository applicationRepository, ConfigurationRepository configurationRepository, FeatureSourceFactoryHelper featureSourceFactoryHelper, SearchIndexRepository searchIndexRepository, UploadRepository uploadRepository, PageRepository pageRepository, org.springframework.jdbc.core.simple.JdbcClient jdbcClient) -
Uses of SolrService in org.tailormap.api.controller
Constructors in org.tailormap.api.controller with parameters of type SolrServiceModifierConstructorDescriptionSearchController
(SearchIndexRepository searchIndexRepository, SolrService solrService) -
Uses of SolrService in org.tailormap.api.controller.admin
Constructors in org.tailormap.api.controller.admin with parameters of type SolrServiceModifierConstructorDescriptionSolrAdminController
(FeatureTypeRepository featureTypeRepository, SearchIndexRepository searchIndexRepository, SolrService solrService, org.quartz.Scheduler scheduler, TaskManagerService taskManagerService) -
Uses of SolrService in org.tailormap.api.scheduling
Constructors in org.tailormap.api.scheduling with parameters of type SolrServiceModifierConstructorDescriptionIndexTask
(SearchIndexRepository searchIndexRepository, FeatureTypeRepository featureTypeRepository, FeatureSourceFactoryHelper featureSourceFactoryHelper, SolrService solrService, ch.rasc.sse.eventbus.SseEventBus eventBus, com.fasterxml.jackson.databind.ObjectMapper objectMapper)