本文介绍了Elasticsearch前缀匹配消失不添加(QueryString)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从或

I guess your actual problem is: "People searching for 'wizard' should also find docs where the plural 'wizards' appears".In that case, you want to dive into the topic of stemming.This might be a good starting point:https://www.elastic.co/guide/en/elasticsearch/guide/current/choosing-a-stemmer.html or http://www.intrafind.de/blog/the-difference-between-stemming-and-lemmatization-en

这篇关于Elasticsearch前缀匹配消失不添加(QueryString)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-06 16:58