Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "football" : {
- "aliases" : { },
- "mappings" : {
- "player" : {
- "properties" : {
- "first name" : {
- "type" : "string"
- },
- "full name" : {
- "type" : "string",
- "analyzer" : "autocomplete"
- },
- "last name" : {
- "type" : "string"
- },
- "league id" : {
- "type" : "long"
- },
- "player id" : {
- "type" : "long"
- },
- "team id" : {
- "type" : "long"
- }
- }
- }
- },
- "settings" : {
- "index" : {
- "creation_date" : "1454145052355",
- "uuid" : "qctC3U1TQte-zyOObMmQWw",
- "analysis" : {
- "filter" : {
- "autocomplete_filter" : {
- "type" : "edge_ngram",
- "min_gram" : "2",
- "max_gram" : "20"
- }
- },
- "analyzer" : {
- "autocomplete" : {
- "type" : "custom",
- "filter" : [ "lowercase", "autocomplete_filter" ],
- "tokenizer" : "standard"
- }
- }
- },
- "number_of_replicas" : "0",
- "number_of_shards" : "1",
- "version" : {
- "created" : "2010199"
- }
- }
- },
- "warmers" : { }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement