Skip to content

Commit

Permalink
linter: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
GokselKUCUKSAHIN committed Jan 4, 2025
1 parent 9784b80 commit b5701a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions es/inner_hits.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,9 @@ func FieldCollapse(field string) fieldCollapseType {
//
// Example usage:
//
// collapse := es.FieldCollapse("category").Collapse(es.FieldCollapse("subcategory"))
// // The es.fieldCollapseType object now includes a "collapse" field specifying the collapse criteria for both "category" and "subcategory".
// collapse := es.FieldCollapse("category").Collapse(es.FieldCollapse("subcategory"))
// // The es.fieldCollapseType object now includes a "collapse" field specifying the collapse criteria
// // for both "category" and "subcategory".
//
// Parameters:
// - fieldCollapse: A es.fieldCollapseType object representing the collapse configuration to apply.
Expand Down

0 comments on commit b5701a0

Please sign in to comment.