如何在弹性搜索的Rest高级客户端中传递json查询

时间:2019-09-25 09:58:31

标签: elasticsearch elasticsearch-java-api

在用于检索数据的弹性搜索中,我尝试通过apache http clientelastic search rest high level client传递json查询,是否还有其他灵活的方法可以使用java API传递json查询?谢谢,谢谢


String query="";
SearchModule searchModule..
XContentParser parser = XContentFactory.xContent(XContentType.JSON).createParser(new NamedXContentRegistry(searchModule
            .getNamedXContents()), query)

0 个答案:

没有答案