美文网首页
window下下载es安装包 yii中使用es

window下下载es安装包 yii中使用es

作者: 爱学习的小仙女呀 | 来源:发表于2018-05-10 10:55 被阅读0次

安装包

http://note.youdao.com/noteshare?id=0951495c136b2f0d41102193383bc67c&sub=A2106C8AF43D4436AEA9C426A2DBE4A4

2. 创建 composer.json文件

{

  "require": {

    "elasticsearch/elasticsearch": "~2.0"

  }

}

这个2.0 php5.3以上都可以用

3.composer install --no-dev  安装

yii框架使用es

http://www.cnblogs.com/amuge/p/6076232.html

举例:UserModel

  $query = UserModel::find()->where(['status'=>1]);

  echo $query->createCommand()->getRawSql();

相关文章

网友评论

      本文标题:window下下载es安装包 yii中使用es

      本文链接:https://www.haomeiwen.com/subject/tjkzrftx.html