Elasticsearch Java method to get the specified field data

Source: Internet
Author: User

ElasticSearch (ES) may be read out via the source interface when a result is required after retrieval. But in this case, the result of the return will be many. When invoking the search method, we can add the AddField or AddFields method, Simply read the required domain. The interface example is as follows:

1         SearchResponse response = Client.preparesearch ("flume-*-content-*")2                 . Setscroll (New TimeValue (60000)3                 . AddField ("ona_sentiment.sna_groups")4                 . Setquery (Constvalue.querybuilder5 (requestsignal)). SetSize (5).                 execute (). Actionget ();

Elasticsearch Java method to get the specified field data

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.