Uses of Class
nl.b3p.tailormap.api.persistence.SearchIndex
Packages that use SearchIndex
Package
Description
-
Uses of SearchIndex in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return SearchIndexModifier and TypeMethodDescriptionSearchIndex.setComment(String comment) SearchIndex.setFeatureTypeId(Long featureTypeId) SearchIndex.setLastIndexed(OffsetDateTime lastIndexed) SearchIndex.setSearchDisplayFieldsUsed(List<String> searchDisplayFieldsUsed) SearchIndex.setSearchFieldsUsed(List<String> searchFieldsUsed) SearchIndex.setStatus(SearchIndex.Status status) Methods in nl.b3p.tailormap.api.persistence that return types with arguments of type SearchIndexModifier and TypeMethodDescriptionGeoService.findSearchIndexForLayer(GeoServiceLayer layer, SearchIndexRepository searchIndexRepository) Find the search index for the given layer. -
Uses of SearchIndex in nl.b3p.tailormap.api.repository
Methods in nl.b3p.tailormap.api.repository that return types with arguments of type SearchIndex -
Uses of SearchIndex in nl.b3p.tailormap.api.solr
Methods in nl.b3p.tailormap.api.solr with parameters of type SearchIndexModifier and TypeMethodDescriptionvoidSolrHelper.addFeatureTypeIndex(@NotNull SearchIndex searchIndex, @NotNull TMFeatureType tmFeatureType, @NotNull FeatureSourceFactoryHelper featureSourceFactoryHelper) Add or update a feature type index for a layer.SolrHelper.findInIndex(@NotNull SearchIndex searchIndex, String solrQuery, int start, int numResultsToReturn) Search in the index for a layer.