ElasticSearch7.x在指定index里搜索

  • A+
所属分类:全文检索

现在在es存了几种东西,不同的数据是存在不同的index里,所以现在需要在指定的index里搜索,在所有index搜索出来的结果会变多。百度了很久,发现没有搜出任何相关的信息。。

无奈只有看官网了。之前其实看过几次官网,但是没有看到在指定index里搜索的相关内容。这次看得比较仔细,终于找到java api的写法。其实很简单。就是在new SearchRequest里指定index参数即可。代码如下:

SearchRequest searchRequest = new SearchRequest("test_index");

ZPY

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: