Elasticsearch's Rest search---mapping

Source: Internet
Author: User
<span id="Label3"></p><p><p>Table of Contents: first, for the interpretation of this pack B</p></p><p><p>second, download, Install the plugin elasticsearch-1.7.0</p></p><p><p>Iii. Mapping of the Index</p></p><p><p>Iv. Inquiries</p></p><p><p>V. Documentation for the related degree of Daniel</p></p><p><p></p></p><p><p>third, Mapping</p></p><p><p></p></p><p><p>1. The mapping of the index records the description of the field, whether the word segmentation, whether the storage and other----not carefully studied, but simply distinguish between the different fields produced by the different mapping</p></p>2. Create a mapping that directly specifies the index in the Mapping,url that declares the created <blockquote> {    "person":{        "_all": {"enabled":true},        "properties": {& nbsp           "name":{                "type": "object",                "dynamic":false,                " Properties ":{                   " first ": {" type ":" string "," store ": True , "include_in_all":false},                    "last": {"type": "string", " Index ":" not_analyzed "}               }           } ,            "address":{                "type": "obje CT ",               " Include_in_all ":false          &NBSP ; }       }   }} <p><p></p></p> </blockquote><p><p></p></p><p><p>Elasticsearch's Rest search---mapping</p></p></span>

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.