Uses of Class
org.tailormap.api.persistence.SearchIndex
Packages that use SearchIndex
Package
Description
-
Uses of SearchIndex in org.tailormap.api.persistence
Methods in org.tailormap.api.persistence that return SearchIndexModifier and TypeMethodDescriptionSearchIndex.setFeatureTypeId
(Long featureTypeId) SearchIndex.setLastIndexed
(OffsetDateTime lastIndexed) SearchIndex.setSchedule
(@Valid TaskSchedule schedule) SearchIndex.setSearchDisplayFieldsUsed
(List<String> searchDisplayFieldsUsed) SearchIndex.setSearchFieldsUsed
(List<String> searchFieldsUsed) SearchIndex.setStatus
(SearchIndex.Status status) SearchIndex.setSummary
(SearchIndexSummary summary) -
Uses of SearchIndex in org.tailormap.api.repository
Methods in org.tailormap.api.repository that return types with arguments of type SearchIndexModifier and TypeMethodDescriptionSearchIndexRepository.findByFeatureTypeId
(Long featureTypeId) SearchIndexRepository.findByName
(String name) SearchIndexRepository.findByTaskScheduleUuid
(UUID uuid) SearchIndexRepository.findSearchIndexById
(Long id) -
Uses of SearchIndex in org.tailormap.api.repository.events
Methods in org.tailormap.api.repository.events with parameters of type SearchIndexModifier and TypeMethodDescriptionvoid
SearchIndexEventHandler.afterDeleteSearchIndexEventHandler
(SearchIndex searchIndex) Handle after delete.void
SearchIndexEventHandler.beforeSaveSearchIndexEventHandler
(SearchIndex searchIndex) Handle before save. -
Uses of SearchIndex in org.tailormap.api.solr
Methods in org.tailormap.api.solr that return SearchIndexModifier 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.Methods in org.tailormap.api.solr with parameters of type SearchIndexModifier 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.SolrHelper.findInIndex
(@NotNull SearchIndex searchIndex, String solrQuery, String solrFilterQuery, String solrPoint, Double solrDistance, int start, int numResultsToReturn) Search in the index for a layer.