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
Changed logger default log level to debug from info
Update to elasticsearch 0.90.10
Add Elastica\Facet\TermsStats::setOrder()
Adding analyze function to Index to expose the _analyze API
Document::setDocAsUpsert() now returns the Document
Update to Elasticsearch 0.90.8
Add support for simple_query_string query
Add support for filter inside HasChild filter
Add support for filter inside HasParent filter
Always send scroll_id via HTTP body instead of as a query param
Fix the manner in which suggestion results are returned in \Elastica\ResultSet and adjust associated tests to account for the fix.
Add \Elastica\Resultset::hasSuggests()
Pass arguments to optimize as query
Add refreshAll on Client
Added Result::hasFields() and Result::hasParam() methods for consistency with Document
Escape slash in Util::escapeTerm, as it is used for regexp from Elastic 0.90
Add *.iml to .gitignore
Refactor suggest implementation (\Elastica\Suggest, \Elastica\Suggest\AbstractSuggest, and \Elastica\Suggest\Term) to more closely resemble query implementation. (BC break)
\Elastica\Search::addSuggest() has been renamed to \Elastica\Search::setSuggest()
\Elastica\Query::addSuggest() has been renamed to \Elastica\Query::setSuggest()
Add \Elastica\Suggest\Phrase, \Elastica\Suggest\CandidateGenerator\AbstractCandidateGenerator, and \Elastica\Suggest\CandidateGenerator\DirectGenerator