".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
Elasticsearch是一个开源的、高度可用的搜索引擎,专为云服务器定制的。它可以以极快的速度执行搜索,具有支持多种类型的多租户、各种API集(包括PHP API)和许多其他特性。本文将介绍下在[Cloudways](/#)云服务器安装配置Elasticsearch的主要步骤。
点击查看:[Cloudways云服务器免费试用地址](https://go.idcspy.com/www.cloudways.com/)
1、登录到Cloudways账户,然后进入后台管理界面,点击Servers,选择需要启用Elasticsearch的服务器。
2、在Server Management服务器管理区域,单击Settings&Packages菜单,点击Packages标签。
![](https://www.idcspy.com/wp-content/uploads/2023/05/az1-1.png)
接下来,导航到Elasticsearch选项,下拉菜单选择您要安装的版本号,点击Install 按钮安装激活Elasticsearch。
3、等待一段时间后,您的Cloudways服务器应该会启用Elasticsearch。
![](https://www.idcspy.com/wp-content/uploads/2023/05/az2-1.png)
Elasticsearch监听端口号9200,默认情况下只允许本地访问。值得注意的是,更改Elasticsearch版本可能涉及兼容性问题,因此在更改版本时,请确保数据和/或索引的兼容性。
**拓展阅读:**《[Cloudways和Hostinger哪个好?Cloudways和Hostinger区别对比](/#)》"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/102964.html