You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Connection.php
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,7 @@ private function sanitizeConfig(): void
123
123
'cert_password' => null,
124
124
],
125
125
'options' => [
126
+
'track_total_hits' => null, // null -> skips - max 10k by default; true -> full values; false -> no hit tracking, returns -1; int -> max hit tracking val, ex 20000
126
127
'bypass_map_validation' => false, // This skips the safety checks for Elastic Specific queries.
127
128
'logging' => false,
128
129
'ssl_verification' => true,
@@ -162,6 +163,8 @@ public function setOptions(): void
0 commit comments