Skip to content

Commit

Permalink
fixes #604
Browse files Browse the repository at this point in the history
  • Loading branch information
covus-manuel-garcia committed May 6, 2014
1 parent 2f882ec commit 91bfe87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Elastica/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class Search
const OPTION_SEARCH_TYPE_QUERY_THEN_FETCH = 'query_then_fetch';
const OPTION_SEARCH_TYPE_QUERY_AND_FETCH = 'query_and_fetch';
const OPTION_SEARCH_TYPE_SUGGEST = 'suggest';
const OPTION_SEARCH_TYPE_SCROLL = 'scroll';

/**
* Array of indices
Expand Down

0 comments on commit 91bfe87

Please sign in to comment.