Uses of Class
org.tailormap.api.persistence.SearchIndex
Package
Description
-
Uses of SearchIndex in org.tailormap.api.persistence
Modifier and TypeMethodDescriptionSearchIndex.setComment
(String comment) SearchIndex.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) -
Uses of SearchIndex in org.tailormap.api.repository
Modifier 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
Modifier 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
Modifier 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.Modifier 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.