Skip to content

Commit

Permalink
Fix issue #144
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Jan 29, 2018
1 parent da248d9 commit d8d8540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/Elasticsearch/ESInstance.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ public function setIndexParams($index_name, $shards = 5, $replicas = 0,
'number_of_shards' => $shards,
'number_of_replicas' => $replicas,
'analysis' => $analysis,
'max_result_window' => 1000000
];

$properties = [];
Expand Down

0 comments on commit d8d8540

Please sign in to comment.