ElasticQueryBuilder:流畅的Elastic Search查询构建器

时间:2024-05-31 14:07:32
【文件属性】:

文件名称:ElasticQueryBuilder:流畅的Elastic Search查询构建器

文件大小:12KB

文件格式:ZIP

更新时间:2024-05-31 14:07:32

PHP

ElasticQueryBuilder 流畅的查询搜索构建器。 安装 该软件包可在上,您可以使用进行安装。 composer require phpfluent/elastic-query-builder 5.5+或 3.5+。 用法 $ builder = new Query (); $ builder -> query ()-> filtered ()-> query ()-> matchAll ( new stdClass()); $ builder -> query ()-> filtered ()-> filter ()-> and ( [ new Term ( 'my.nested.label' , 'my_value' ), new Term ( 'my_label' , 'other_value' ), ] ); ec


【文件预览】:
ElasticQueryBuilder-master
----composer.json(778B)
----.travis.yml(395B)
----.scrutinizer.yml(341B)
----composer.lock(29KB)
----tests()
--------TermTest.php(622B)
--------QueryTest.php(3KB)
----LICENSE(1KB)
----src()
--------NumericRange.php(868B)
--------Query.php(2KB)
--------GeoDistance.php(1016B)
--------Term.php(702B)
----.gitignore(20B)
----phpunit.xml.dist(671B)
----README.md(2KB)
----sample.php(399B)

网友评论