Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一个内置的解决方案可以将完成建议请求发送到elasticsearch ?
我需要为此实现自己io.searchbox.AbstractAction的吗?
io.searchbox.AbstractAction
Suggest suggest = new Suggest.Builder("{\n" + " \"" + suggestionName + "\" : {\n" + " \"text\" : \"the amsterdma meetpu\",\n" + " \"term\" : {\n" + " \"field\" : \"body\"\n" + " }\n" + " }\n" + "}").build(); SuggestResult result = client.execute(suggest);