gpt4 book ai didi

ruby-on-rails - Elasticsearch Rails as_indexed_json 与映射

转载 作者:数据小太阳 更新时间:2023-10-29 07:15:51 25 4
gpt4 key购买 nike

我正在使用 Elasticsearch Rails gem,并且在我的模型中使用了两个东西:

def as_indexed_json

end

settings index: { number_of_shards: 1 } do
mapping dynamic: 'false' do
indexes :id
indexes :customer do
indexes :first_name
end
end
end

我已阅读文档,但我不理解其中每一项的用途。我想弄清楚的是这些是用于搜索索引数据还是用于创建索引数据?

最佳答案

as_indexed_json 方法用于覆盖哪些数据将发送到 ES 进行索引。ES 如何索引你发送的数据由第二部分配置。

要在索引数据中使用 ES 进行搜索,您必须执行 _query

如果您需要更多信息,请随时询问

关于ruby-on-rails - Elasticsearch Rails as_indexed_json 与映射,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40549990/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com