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 TypeMethodDescriptionAggregationResult.hits()Returns the value of thehitsrecord component.SearchQueryResponse.hits()Returns the value of thehitsrecord component.Method parameters in io.camunda.search.clients.core with type arguments of type SearchQueryHitModifier and TypeMethodDescriptionAggregationResult.Builder.hits(List<SearchQueryHit> value) SearchQueryResponse.Builder.hits(List<SearchQueryHit<T>> value) Constructor parameters in io.camunda.search.clients.core with type arguments of type SearchQueryHitModifierConstructorDescriptionAggregationResult(Long docCount, Map<String, AggregationResult> aggregations, List<SearchQueryHit> hits, String endCursor) Creates an instance of aAggregationResultrecord class.SearchQueryResponse(long totalHits, boolean hasMoreTotalItems, String scrollId, List<SearchQueryHit<T>> hits, Map<String, AggregationResult> aggregations) Creates an instance of aSearchQueryResponserecord class.