Meilisearch Cloud 入门

    本教程将引导您完成 Meilisearch Cloud 的设置、创建项目和索引、向其中添加文档以及使用默认 Web 界面执行首次搜索。

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

    创建项目

    要使用 Meilisearch Cloud,您必须首先创建一个项目。项目充当索引、任务、账单以及与 Meilisearch Cloud 相关的其他信息的容器。

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

    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 快速入门