标签: elasticsearch
我正在使用弹性搜索实现一个应用程序。
以下是搜索查询的示例
queryBuilder.must(QueryBuilders.fuzzyLikeThisFieldQuery("_all").likeText("to"));
当我尝试使用“停用词”进行搜索时它会返回0个文档 如何克服这个?