如何在flutter中使用firestore构建全文语义搜索引擎

问题描述 投票:0回答:1

有人对在 Firestore 中存储文档时为 Flutter 构建语义搜索全文引擎有什么建议吗?我听说过 Typesense 和 Elastic Search。我只是想构建一个可以在语义上搜索最相关答案的函数。

flutter firebase elasticsearch google-cloud-firestore algolia
1个回答
0
投票

正如有关 Firestore 中的全文搜索的官方文档所述,当我回答这个问题时,只有三个选项可用,分别是 Elastic SearchAlgoliaTypesense 如果需要,您可以使用相应的 Firebase 扩展来简化流程:

    使用 Elastic App Search 进行搜索
  • 使用 Algolia 搜索 Firestore
  • 使用 Typesense 搜索 Firestore
© www.soinside.com 2019 - 2024. All rights reserved.