How to set sort order in query by using Elastica_Query_Bool() class?
Set sort order by using Elastica_Query_Bool() In a symfony2 project I implemented elastic search by using FOSElisticaBundle and used Elastica\Query\Bool() to make query and found that there isn’t any method to set sort order...