作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个映射的索引:
{
properties: {
field1: {
index: not_analyzed
omit_norms: true
index_options: docs
type: string
}
},
_parent: {
type: parent_doctype
}
}
}
最佳答案
看来我实际上删除了自己的映射。
试图删除我发送的文档:
curl -XDELETE 'http://localhost:9200/my_index/my_doctype'
关于elasticsearch - pyelasticsearch映射被覆盖,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15615114/
使用 pyelasticsearch 时有没有办法指定搜索类型?文档中没有关于“scan”、“scroll”、“query_and_fetch”等的内容。运行以下代码: from pyelastics
如何为 python 安装官方 elasticsearch 绑定(bind)而不是 pyelasticsearch?Haystack 文档说: You’ll also need an Elastics
我是一名优秀的程序员,十分优秀!