elastic-search

elastic-search

文章 52 浏览 17

es中multi_match的type

如题,es的multi_match中有个type选项他可以是一下的几个值best_fieldsmost_fieldscross_fieldsphrasephrase_prefix看了官方文档没有看懂这几个type是…

你没皮卡萌 2022-09-13 01:12:04 20 0

elasticsearch7.x(ES)迁徙,恢复

问一下,A服务器上的elasticsearch7.12.1(ES)我备份了,然后保存在本地,然后我在B服务器上也搭建了一个ES,我现在想在B服务器上用A服务器上的es7.1…

メ斷腸人バ 2022-09-12 23:57:02 33 0

关于文件检索系统的实现方式

用爬虫爬取一堆文件(很多),格式为word,excel,pdf,zip,将他们保存到本地,想建立一个文件检索系统。除了用mysql保存文件名和文件路径的对应关…

沫离伤花 2022-09-12 00:31:05 25 0

ES关于elasticsearch.yml文件配置问题

场景描述:项目data文件夹需要放在elasticSearch文件夹之外,也能够读取到数据。 通过网上查阅资料,需要配置elasticSearch.yml中具体应该如何配置,…

拥抱没勇气 2022-09-12 00:26:55 21 0

Elasticsearch或条件这种写法为什么查不出数据?

我想搜类似 select * from table where title like "%中国行%" or doc_content like "%中国行%";下面这句有啥问题吗?查不出内容。 192.168.33.10:92…

猫腻 2022-09-12 00:01:42 26 0

logstash怎么添加对象字段?

obj:{name:"asdf",age:12}就是把上面这种形式的数据,add_field 怎么添加?…

眉黛浅 2022-09-11 23:42:41 31 0

Kibana/elastic search如何查询带有[]括号的字符串?

我用"there is no[112,33]", "there is no[112,33]"在kibana上搜索,发现不行…

沉默的熊 2022-09-11 23:15:47 29 0

elasticsearch term suggester 中文

term suggester上说明: analyzerThe analyzer to analyse the suggest text with. Defaults to the search analyzer of the suggest field. put tes…

看春风乍起 2022-09-11 23:12:44 39 0

es中统计某个字段出现的次数.

类似于SQL SELECT count(wenshuNum) FROM USER GROUP BY wenshuNum; 现在在ES中,如何实现这种统计?感谢各位大佬、…

鹿港小镇 2022-09-11 22:09:13 21 0

最近公司用elasticsearch做搜索,碰到个高亮精度不准确问题

使用ngram对手机号进行了分词,但是搜索时高亮的是整个手机号,不是搜索的关键字,哪位大佬知道为啥啊??帮帮小弟卡在这儿卡好几天了…

狠疯拽 2022-09-11 21:35:09 13 0

ElasticsearchRepository.index(Entity)/save(Entity)后搜索不到数据

问题描述 spring-data-elasticsearch3.0.10提供的ElasticsearchRepository里有两个方法可以往搜索引擎里添加数据:save(Entity)、index(Entity),我…

有深☉意 2022-09-11 20:18:19 21 0

ElasticSearch 7.x 中,插入数据报错

问题描述 我使用的版本是 7.0.0, 由于 7.x 取消了 Type, 因此我是这么创建索引的: $ curl -X PUT 'localhost:9200/accounts' -d ' { "settings":{ "…

ㄖ落Θ余辉 2022-09-11 19:32:22 13 0

elasticsearch如何过滤后取出指定字段值

比如我按照filter条件过滤到数据后,需要取出src_ip,dst_type,src_branch这些字段,如何在aggs里面通过过滤条件只取出这连个字段的数据呢类似于sql中…

电影里的梦 2022-09-11 18:37:54 17 0

collector [index-stats] timed out when collecting data

问题描述 elasticsearch报错[ERROR][o.e.x.m.c.i.IndexStatsCollector] [es6-master-1] collector [index-stats] timed out when collecting data [E…

榕城若虚 2022-09-11 17:49:27 20 0

GET查询,加.keyword与不加.keyword的区别是什么,为什么没有结果

GET production-index-info/index_info/_search { "query": { "bool": { "minimum_should_match": 0, "must": [ { "term": { "is_resolved.keyword":…

心是晴朗的。 2022-09-11 16:20:36 21 0
更多

推荐作者

Gabu-gabumon

文章 0 评论 0

qq_CgiN62

文章 0 评论 0

荔枝明

文章 0 评论 0

¤→小豸慧

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文