We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 741530a + 91bfe87 commit 07373ceCopy full SHA for 07373ce
lib/Elastica/Search.php
@@ -37,6 +37,7 @@ class Search
37
const OPTION_SEARCH_TYPE_QUERY_THEN_FETCH = 'query_then_fetch';
38
const OPTION_SEARCH_TYPE_QUERY_AND_FETCH = 'query_and_fetch';
39
const OPTION_SEARCH_TYPE_SUGGEST = 'suggest';
40
+ const OPTION_SEARCH_TYPE_SCROLL = 'scroll';
41
42
/**
43
* Array of indices
0 commit comments