Uses of Class
com.mindstore.backend.data.dto.SearchHitDto
Packages that use SearchHitDto
-
Uses of SearchHitDto in com.mindstore.backend.controller
Methods in com.mindstore.backend.controller that return types with arguments of type SearchHitDtoModifier and TypeMethodDescriptionSearchController.searchHighlighted(String query, int page, int size, String searchAfter, Principal principal) Searches through all availableTextDocuments based on the query parameter. -
Uses of SearchHitDto in com.mindstore.backend.service
Methods in com.mindstore.backend.service that return types with arguments of type SearchHitDtoModifier and TypeMethodDescriptionTextSearchService.searchHighlighted(String query, int page, int size, String searchAfter) function: search the available TextDocuments for a specific string