Uses of Interface
org.tailormap.api.repository.SearchIndexRepository
Packages that use SearchIndexRepository
Package
Description
-
Uses of SearchIndexRepository in org.tailormap.api.configuration.dev
Constructors in org.tailormap.api.configuration.dev with parameters of type SearchIndexRepositoryModifierConstructorDescriptionPopulateTestData
(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 SearchIndexRepository in org.tailormap.api.controller
Constructors in org.tailormap.api.controller with parameters of type SearchIndexRepositoryModifierConstructorDescriptionSearchController
(SearchIndexRepository searchIndexRepository, SolrService solrService) -
Uses of SearchIndexRepository in org.tailormap.api.controller.admin
Constructors in org.tailormap.api.controller.admin with parameters of type SearchIndexRepositoryModifierConstructorDescriptionSolrAdminController
(FeatureTypeRepository featureTypeRepository, SearchIndexRepository searchIndexRepository, SolrService solrService, org.quartz.Scheduler scheduler, TaskManagerService taskManagerService) TaskAdminController
(org.quartz.Scheduler scheduler, TaskManagerService taskManagerService, SearchIndexRepository searchIndexRepository) -
Uses of SearchIndexRepository in org.tailormap.api.persistence.helper
Constructors in org.tailormap.api.persistence.helper with parameters of type SearchIndexRepositoryModifierConstructorDescriptionApplicationHelper
(GeoServiceHelper geoServiceHelper, GeoServiceRepository geoServiceRepository, ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, FeatureSourceRepository featureSourceRepository, jakarta.persistence.EntityManager entityManager, AuthorizationService authorizationService, SearchIndexRepository searchIndexRepository) -
Uses of SearchIndexRepository in org.tailormap.api.scheduling
Constructors in org.tailormap.api.scheduling with parameters of type SearchIndexRepositoryModifierConstructorDescriptionIndexTask
(SearchIndexRepository searchIndexRepository, FeatureTypeRepository featureTypeRepository, FeatureSourceFactoryHelper featureSourceFactoryHelper, SolrService solrService, ch.rasc.sse.eventbus.SseEventBus eventBus, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of SearchIndexRepository in org.tailormap.api.solr
Methods in org.tailormap.api.solr with parameters of type SearchIndexRepositoryModifier and TypeMethodDescriptionSolrHelper.addFeatureTypeIndex
(@NotNull SearchIndex searchIndex, @NotNull TMFeatureType tmFeatureType, @NotNull FeatureSourceFactoryHelper featureSourceFactoryHelper, @NotNull SearchIndexRepository searchIndexRepository) Add or update a feature type index for a layer.SolrHelper.addFeatureTypeIndex
(@NotNull SearchIndex searchIndex, @NotNull TMFeatureType tmFeatureType, @NotNull FeatureSourceFactoryHelper featureSourceFactoryHelper, @NotNull SearchIndexRepository searchIndexRepository, @NotNull Consumer<TaskProgressEvent> progressListener, UUID taskUuid) Add or update a feature type index for a layer.