Uses of Class
io.vanslog.spring.data.meilisearch.core.SearchHit
Packages that use SearchHit
-
Uses of SearchHit in io.vanslog.spring.data.meilisearch.core
Methods in io.vanslog.spring.data.meilisearch.core that return SearchHitModifier and TypeMethodDescriptionSearchHits.getSearchHit(int index) SearchHitsImpl.getSearchHit(int index) Methods in io.vanslog.spring.data.meilisearch.core that return types with arguments of type SearchHitModifier and TypeMethodDescriptionSearchHits.getSearchHits()SearchHitsImpl.getSearchHits()SearchHits.iterator()Constructor parameters in io.vanslog.spring.data.meilisearch.core with type arguments of type SearchHitModifierConstructorDescriptionSearchHitsImpl(Duration executionDuration, List<? extends SearchHit<T>> searchHits)