当前位置: 首页 > news >正文

做个英文网站多少钱wordpress预约插件

做个英文网站多少钱,wordpress预约插件,昆明网站营销,优惠券小程序源码Meilisearch 是由 Meili #xff08;一家总部位于法国的软件开发公司#xff09;创建的搜索引擎#xff0c;目前在 Github 上有 47.9k stars。 Meillisearch 具备以下特色功能#xff08;ChatGPT-4o 翻译#xff09;#xff1a; 混合搜索#xff1a;结合语义搜索和全文…Meilisearch 是由 Meili 一家总部位于法国的软件开发公司创建的搜索引擎目前在 Github 上有 47.9k stars。 Meillisearch 具备以下特色功能ChatGPT-4o 翻译 混合搜索结合语义搜索和全文搜索的优点获取最相关的结果即时搜索在不到50毫秒的时间内找到并显示结果以提供直观的体验容错即使查询中包含错别字和拼写错误也能获得相关匹配结果过滤和分面搜索通过自定义过滤器增强用户的搜索体验并用几行代码构建分面搜索界面排序根据价格、日期或其他用户需求排序结果同义词支持配置同义词以在搜索结果中包含更多相关内容地理搜索基于地理数据过滤和排序文档广泛的语言支持支持任何语言的数据集搜索特别优化了中文、日文、希伯来文和使用拉丁字母的语安全管理通过允许细粒度权限处理的 API 密钥控制用户的数据访问多租户为任意数量的应用程序租户个性化搜索结果高度可定制可以根据特定需求定制 Meilisearch或使用Meillisearch开箱即用的无忧预设RESTful API可以基于提供的插件和 SDK 将 Meilisearch 集成到技术栈中易于安装、部署和维护 如何部署 两种方式本地部署或者使用 Meilisearch Cloud本篇博客的后续内容将简单介绍一下如何本地部署Meillisearch。 操作系统Ubuntu 22.04.4 LTS 安装命令 # Install Meilisearch curl -L https://install.meilisearch.com | sh执行完命令后的输出如下 % Total % Received % Xferd Average Speed Time Time Time CurrentDload Upload Total Spent Left Speed 100 167 100 167 0 0 227 0 --:--:-- --:--:-- --:--:-- 226 100 4352 100 4352 0 0 2745 0 0:00:01 0:00:01 --:--:-- 4250k Downloading Meilisearch binary v1.11.3 for linux, architecture amd64...% Total % Received % Xferd Average Speed Time Time Time CurrentDload Upload Total Spent Left Speed0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 115M 100 115M 0 0 1941k 0 0:01:01 0:01:01 --:--:-- 2174k Meilisearch v1.11.3 binary successfully downloaded as meilisearch file.Run it:$ ./meilisearch Usage:$ ./meilisearch --help如何运行 启动 Meilisearch应用可以配置 master-key 让Meilisearch的运行更安全。 设置主密钥在开发环境中是可选的但强烈建议进行配置。在生产环境中主密钥是必需的。 主密钥可以改为任何长度大于等于 16 的字母数字组合形成的字符串。 # Launch Meilisearch ./meilisearch --master-keyaSampleMasterKey正常启动后终端输出默认运行在7700端口 888b d888 d8b 888 d8b 888 8888b d8888 Y8P 888 Y8P 888 88888b.d88888 888 888 888Y88888P888 .d88b. 888 888 888 .d8888b .d88b. 8888b. 888d888 .d8888b 88888b. 888 Y888P 888 d8P Y8b 888 888 888 88K d8P Y8b 88b 888P d88P 888 88b 888 Y8P 888 88888888 888 888 888 Y8888b. 88888888 .d888888 888 888 888 888 888 888 Y8b. 888 888 888 X88 Y8b. 888 888 888 Y88b. 888 888 888 888 Y8888 888 888 888 88888P Y8888 Y888888 888 Y8888P 888 888Config file path: none Database path: ./data.ms Server listening on: http://localhost:7700 Environment: development Commit SHA: unknown Commit date: unknown Package version: 1.11.3Thank you for using Meilisearch!We collect anonymized analytics to improve our product and your experience. To learn more, including how to turn off analytics, visit our dedicated documentation page: https://www.meilisearch.com/docs/learn/what_is_meilisearch/telemetryAnonymous telemetry: Enabled Instance UID: 2e3c3aae-3fc3-458c-a610-3aaf910f86a4A master key has been set. Requests to Meilisearch wont be authorized unless you provide an authentication key.Check out Meilisearch Cloud! https://www.meilisearch.com/cloud?utm_campaignossutm_sourceengineutm_mediumcli Documentation: https://www.meilisearch.com/docs Source code: https://github.com/meilisearch/meilisearch Discord: https://discord.meilisearch.com2024-12-13T09:18:37.941118Z INFO actix_server::builder: starting 32 workers 2024-12-13T09:18:37.941200Z INFO actix_server::server: Actix runtime found; starting in Actix runtime如何使用 将官方提供的 movies.json文件上传到安装部署 Meilisearch 的同一目录下然后执行以下命令 curl \-X POST http://localhost:7700/indexes/movies/documents?primaryKeyid \-H Content-Type: application/json \-H Authorization: Bearer aSampleMasterKey \--data-binary movies.jsonmovies.json 中某一条数据示例 {id: 2,title: Ariel,overview: Taisto Kasurinen is a Finnish coal miner whose father has just committed suicide and who is framed for a crime he did not commit. In jail, he starts to dream about leaving the country and starting a new life. He escapes from prison but things dont go as planned...,genres: [Drama,Crime,Comedy],poster: https://image.tmdb.org/t/p/w500/ojDg0PGvs6R9xYFodRct2kdI6wC.jpg,release_date: 593395200 }Meilisearch 以离散记录的形式存储数据这些记录称为文档。每个文档是由多个字段组成的对象每个字段由一个属性和值对构构成。文档被分组到集合中这些集合称为索引。先前执行的 curl 命令将 movies.json 中的文档添加到了一个名为 movies 的新索引中并将 id 设置为主键。 终端输出结果 {taskUid: 1,indexUid: movies,status: enqueued,type: documentAdditionOrUpdate,enqueuedAt: 2024-12-13T09:39:50.659976613Z }对建立的名为 movies 的索引进行检索 执行如下命令 curl \-X POST http://localhost:7700/indexes/movies/search \-H Content-Type: application/json \-H Authorization: Bearer aSampleMasterKey \--data-binary { q: botman }参数 q 代表query默认情况下Meilisearch 仅返回搜索查询的前 20 个结果可以使用 limit 参数更改此设置。 检索 botman 相关电影信息并返回一条检索结果 curl \-X POST http://localhost:7700/indexes/movies/search \-H Content-Type: application/json \-H Authorization: Bearer aSampleMasterKey \--data-binary { q: botman, limit: 1}执行命令后终端输出的检索结果如下 {hits: [{id: 155,title: The Dark Knight,overview: Batman raises the stakes in his war on crime. With the help of Lt. Jim Gordon and District Attorney Harvey Dent, Batman sets out to dismantle the remaining criminal organizations that plague the streets. The partnership proves to be effective, but they soon find themselves prey to a reign of chaos unleashed by a rising criminal mastermind known to the terrified citizens of Gotham as the Joker.,genres: [Drama,Action,Crime,Thriller],poster: https://image.tmdb.org/t/p/w500/qJ2tW6WMUDux911r6m7haRef0WH.jpg,release_date: 1216166400}],query: botman,processingTimeMs: 0,limit: 1,offset: 0,estimatedTotalHits: 70 }更多Meillisearch相关使用请前往 官方文档 或关注后续博客内容。
http://www.hkea.cn/news/14465925/

相关文章:

  • 汕头做网站优化哪家好网站策划书 范文
  • wordpress采集站wordpress伪静态设置方法
  • 沛县网站制作泉州网站建设技术托管
  • 兰州网站建设推荐q479185700顶你推广平台排名
  • 注册个网站要多少钱办公网络建设项目商务要求
  • 齐家网和土巴兔装修哪家好优化大师安卓版
  • 开个个人网站网站建设使用工具
  • 网站大连顺义广州网站建设
  • h5网站开发培训哪里好上海最大的广告公司
  • 黄埔区网站建设数据展示网站模板
  • 淄川网站建设yx718怎样建免费个人网站
  • 全国网站建设有实力山西钢建公司简介
  • 怎样做淘宝网站简约商务ppt模板免费下载
  • 企业网站的设计与开发建设美食网站
  • 个人建网站运营.营销型网站推广
  • 做网站绘制蓝图的步骤开发企业网站要多少小时
  • 西安高校定制网站建设公司推荐it运维服务管理体系
  • 用ps做零食网站模板WordPress缩略图标签
  • 网站优化有哪些深圳歌剧院设计方案
  • 企业信息型网站有哪些人才招聘网最新招聘2022
  • jsp网站开发模式门户网站建设中存在的问题
  • 山东企业网站建设哪家好wordpress添加vip角色
  • 怎么修改网站后台权限企业网站不备案
  • 孝感做网站的公司wordpress禁用react
  • 网站建设职位呼和浩特做网站哪家公司好
  • 个人网站有什么缺点做学校网站素材图片大全
  • jsp购物网站开发 论文廊坊做网站的企业哪家好
  • 建设视频网站设计意义wordpress社区功能
  • 乐昌北京网站建设网站 免备案
  • 企业网站运维建站快车管理