We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43d984 commit a8beab1Copy full SHA for a8beab1
search.go
@@ -490,7 +490,7 @@ type SearchResult struct {
490
Request *SearchRequest `json:"request"`
491
Hits search.DocumentMatchCollection `json:"hits"`
492
Total uint64 `json:"total_hits"`
493
- BytesRead uint64 `json:"bytesRead,omitempty"`
+ BytesRead uint64 `json:"bytesRead"`
494
MaxScore float64 `json:"max_score"`
495
Took time.Duration `json:"took"`
496
Facets search.FacetResults `json:"facets"`
0 commit comments