Package nl.b3p.tailormap.api.persistence
Class SearchIndex
java.lang.Object
nl.b3p.tailormap.api.persistence.SearchIndex
- All Implemented Interfaces:
Serializable
SearchIndex is a table that stores the metadata for search indexes for a feature type.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()setComment(String comment) setFeatureTypeId(Long featureTypeId) setLastIndexed(OffsetDateTime lastIndexed) setSearchDisplayFieldsUsed(List<String> searchDisplayFieldsUsed) setSearchFieldsUsed(List<String> searchFieldsUsed) setStatus(SearchIndex.Status status)
-
Constructor Details
-
SearchIndex
public SearchIndex()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getFeatureTypeId
-
setFeatureTypeId
-
getSearchFieldsUsed
-
setSearchFieldsUsed
-
getSearchDisplayFieldsUsed
-
setSearchDisplayFieldsUsed
-
getComment
-
setComment
-
getLastIndexed
-
setLastIndexed
-
getStatus
-
setStatus
-