dev-master
9999999-devСáша ElasticSearch client
GPL-3.0 GPL-3.0-only
The Requires
The Development Requires
by tchiotludo
elasticsearch cawa
Wallogit.com
2017 © Pedro Peláez
Сáша ElasticSearch client
Be aware that this package is still in heavy developpement. Some breaking change will occure. Thank's for your comprehension., (*1)
type & index to force index globally $search->add("aggregations/city", new QueryBuilder([
"terms" => [
"field" => "city",
"size" => 0,
],
]));
$search->add("aggregations/article/children/type", "article");
$search->add("query/bool/must[]", [
"terms" => [
"city" => ['london', 'paris'],
],
]);
Cawa is licensed under the GPL v3 License - see the LICENSE file for details, (*2)
Сáша ElasticSearch client
GPL-3.0 GPL-3.0-only
elasticsearch cawa