rocketphp/tweetnest
Composer 安装命令:
composer require rocketphp/tweetnest
包简介
Search JSON tweet files by text and location - Elasticsearch.
README 文档
README
RocketPHP\TweetNest uses Elasticsearch to search JSON tweet files by text and location.
To search tweets – start with an instance of TweetNest and search using arrays.
use RocketPHP\TweetNest\TweetNest; $nest = new TweetNest('127.0.0.1:9200', 'tweet_files'); $result = $nest->search( ['text' => 'Arnold', 'location' => 'USA'] ); var_dump($result);
- File issues at https://github.com/rocketphp/tweetnest/issues
- Documentation is at http://rocketphp.io/tweetnest
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-04