Skip to content

Commit

Permalink
Added 'query_cache' option for search
Browse files Browse the repository at this point in the history
  • Loading branch information
JanJakes committed Jul 7, 2015
1 parent 860c4b0 commit aefbaa2
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 @@ -22,6 +22,7 @@ class Search
const OPTION_SIZE = 'size';
const OPTION_SCROLL = 'scroll';
const OPTION_SCROLL_ID = 'scroll_id';
const OPTION_QUERY_CACHE = 'query_cache';

/*
* Search types
Expand Down

0 comments on commit aefbaa2

Please sign in to comment.