使用 Meilisearch Cloud 入门

    本教程将指导您完成以下操作:设置Meilisearch Cloud,创建一个项目和一个索引,向其中添加文档,并将默认 Web 界面与您的第一个搜索联系起来。

    你需要一个 Meilisearch 云账户来继续操作。如果没有账户,请在 https://cloud.meilisearch.com/register 注册 14 天免费试用账户。

    创建项目

    要使用 Meilisearch 云,必须首先创建一个项目。项目充当索引、任务、计费和其他与 Meilisearch 云相关信息的容器。

    单击顶部菜单中的“新建项目”按钮。如果你有免费试用账户,这是你第一个项目,则按钮显示“开始免费试用”

    The Meilisearch Cloud menu, featuring the "New Project" button

    为你的项目命名为 meilisearch-quick-start 并选择离你最近的地区,然后单击“创建项目”

    A modal window with two mandatory fields: "Project name" and "Select a region"

    如果你没有使用免费试用账户,则还必须根据数据集大小和每月搜索次数选择一个计费计划

    A variation of the previous modal window with an extra mandatory field: "Select a plan". There are four billing plan options, from cheapest to most expensive: "Build", "Grow", "Pro", and "Enterprise"

    创建项目可能需要几分钟时间。查看项目列表以跟踪其状态。项目准备就绪后,单击其名称转到项目概览页面

    Meilisearch Cloud's main list of projects. It features only one project, "meilisearch-quick-start", and shows information such as API keys, URL, and number of monthly searches

    创建索引并添加文档

    创建项目后,必须对要搜索的数据建立索引。Meilisearch 存储并处理你在索引中添加的数据。一个项目可以包含多个索引。

    首先,单击项目页面菜单中的索引选项卡

    The project overview page, featuring a secondary menu with several links. A red arrow points at a menu item: "Indexes"

    这将引导你到索引列表。单击“创建索引”

    An empty list of indexes in this project with a button on the upper right corner

    在名称字段中输入 movies 并单击“创建索引”

    A modal window with one mandatory field: "Index name"

    创建索引的最后一步是向其中添加数据。选择“文件上传”

    Another modal window with three options. A red arrow points at the chosen option, "File upload"

    Meilisearch Cloud 将向你索取数据集。要继续执行本教程,请使用此 影单。将文件下载到你的电脑,将其拖拽到指定区域,然后单击“导入文档”

    Another modal window with a large drag-and-drop area. It indicates a file named "movies.json" will be uploaded

    Meilisearch Cloud 将对你的文档进行索引。这可能需要一段时间。单击“查看索引列表”并等待。完成后,单击“设置”以访问索引概览

    A list of all indexes in this project. It shows a single index, movies, and indicates it contains over 30,000 documents

    搜索

    在上传和处理完所有数据后,最后一步是运行几个测试搜索以确认 Meilisearch 能按预期运行。

    在面包屑菜单上单击项目名称返回项目概览

    The index list page. A red arrow points at the breadcrumb menu

    Meilisearch Cloud 带有一个搜索预览界面。单击“搜索预览”访问它

    The project overview page. A red arrow points at a menu item named "Search preview"

    最后,尝试搜索几部电影,例如“Solaris”

    The search preview interface, with "solaris" written in the search bar

    如果你能在键入时看到搜索结果,恭喜:你现在已了解使用 Meilisearch Cloud 的所有基本步骤。

    接下来

    本教程教会您如何使用 Meilisearch Cloud 的界面来创建项目、添加索引,以及使用搜索预览界面。

    在大多数真实环境中,您将创建自己的搜索界面,并通过 Meilisearch 的 API 获取结果。要了解如何添加文档,及使用命令行或您首选语言中的 SDK 来搜索,请查看Meilisearch 快速入门