Created
March 15, 2019 15:08
-
-
Save drusellers/f11df46efca1ba9d40898e1d965b769c to your computer and use it in GitHub Desktop.
Type Ahead Post - Mapping 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "mappings": { | |
| "_doc": { | |
| "properties": { | |
| "name" : { | |
| "type" : "text" | |
| }, | |
| "handles": { | |
| "type": "text" | |
| } | |
| } | |
| } | |
| }, | |
| "settings": { | |
| "index" : { | |
| "number_of_shards" : 1, | |
| "number_of_replicas" : 0 | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment