加载中

搜索过程中的文本分析

文本分析 是将非结构化文本(如电子邮件正文或产品描述)转换为 针对搜索进行优化 的结构化格式的过程。

当索引或搜索 text 字段时,Elasticsearch 会执行文本分析。

如果您的索引不包含 text 字段,则无需进一步设置;您可以跳过本节中的页面。

但是,如果您使用了 text 字段,或者您的文本搜索未返回预期的结果,那么配置文本分析通常会有所帮助。如果您正在使用 Elasticsearch 进行以下操作,也应该研究分析配置:

  • 构建搜索引擎
  • 挖掘非结构化数据
  • 针对特定语言微调搜索
  • 进行词典学或语言学研究

在文档的 管理数据 部分了解有关文本分析的更多信息

© . This website operates independently and is not affiliated with or endorsed by Elasticsearch B.V. All brand names, logos, and trademarks are the property of their respective owners.