Uses of Record Class
io.camunda.search.clients.core.SearchQueryHit
Packages that use SearchQueryHit
-
Uses of SearchQueryHit in io.camunda.search.clients.core
Methods in io.camunda.search.clients.core that return SearchQueryHitMethods in io.camunda.search.clients.core that return types with arguments of type SearchQueryHitModifier and TypeMethodDescriptionSearchQueryResponse.hits()Returns the value of thehitsrecord component.Method parameters in io.camunda.search.clients.core with type arguments of type SearchQueryHitModifier and TypeMethodDescriptionSearchQueryResponse.Builder.hits(List<SearchQueryHit<T>> value) Constructor parameters in io.camunda.search.clients.core with type arguments of type SearchQueryHitModifierConstructorDescriptionSearchQueryResponse(long totalHits, String scrollId, List<SearchQueryHit<T>> hits, Map<String, AggregationResult> aggregations) Creates an instance of aSearchQueryResponserecord class.