Download the PHP package royalcms/elasticsearch without Composer
On this page you can find all versions of the php package royalcms/elasticsearch. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download royalcms/elasticsearch
More information about royalcms/elasticsearch
Files in royalcms/elasticsearch
Package elasticsearch
Short Description An easy way to use the official PHP ElasticSearch client in your Royalcms applications.
License MIT
Homepage https://github.com/royalcms/royalcms-elasticsearch
Informations about the package elasticsearch
Royalcms-Elasticsearch
在Laravel或Royalcms应用程序中使用 官方Elastic Search客户端 的简便方法。
- Royalcms-Elasticsearch
- 安装与配置
- 通过.env文件的替代配置方法
- 用法
- 高级用法
- Copyright and License
安装与配置
通过composer安装最新版本的 royalcms/royalcms-elasticsearch
软件包:
通过.env文件的替代配置方法
按照上述建议发布配置文件后,可以配置ElasticSearch
通过将以下内容添加到应用程序的 .env
文件中(具有适当的值):
用法
Elasticsearch
外观只是 ES客户端 的入口点,因此以前您可能使用过:
现在,您可以将后两行替换为:
这将在默认连接上运行命令。 您可以在以下位置运行命令
任何连接(请参见 defaultConnection
设置和 connections
数组
配置文件)。
高级用法
因为该软件包是官方Elastic客户端的包装,所以您可以 使用此程序包几乎可以做任何事情。 您不仅可以执行标准 CRUD操作,但您可以通过编程方式监视弹性集群的运行状况, 备份它,或对其进行更改。 其中一些操作是通过 此程序包愉快地支持的“命名空间”命令。
要获取索引的统计信息:
要创建和还原快照(请首先阅读有关创建存储库路径和插件的Elastic文档):
要删除整个索引(请注意!):
请记住,此软件包是许多非常复杂且有据可查的Elastic功能的薄包装。 有关这些功能以及用于调用它们的方法和参数的信息可以在 Elastic文档 中找到。 可通过 Elastic论坛 以及 Stack Overflow 之类的网站获得有关使用它们的帮助。
Copyright and License
royalcms-elasticsearch was written by Royal Wang and is released under the MIT License.
Copyright (c) 2020 Royal Wang
All versions of elasticsearch with dependencies
elasticsearch/elasticsearch Version ^7.0
illuminate/support Version ^6.0|^7.0|^8.0
illuminate/contracts Version ^6.0|^7.0|^8.0