Fix typo for JSON fields
(cherry picked from commit 63c60b8)
This commit is contained in:
parent
4d63130a23
commit
8855bd7ddc
10
README.md
10
README.md
|
@ -81,13 +81,13 @@ Both the meta data and the actual content are simple core type mappers (string,
|
|||
"type" : "attachment",
|
||||
"fields" : {
|
||||
"file" : {"index" : "no"},
|
||||
"title" : {store : "yes"},
|
||||
"title" : {"store" : "yes"},
|
||||
"date" : {"store" : "yes"},
|
||||
"author" : {"analyzer" : "myAnalyzer"},
|
||||
"keywords" : {store : "yes"},
|
||||
"content_type" : {store : "yes"},
|
||||
"content_length" : {store : "yes"},
|
||||
"language" : {store : "yes"}
|
||||
"keywords" : {"store" : "yes"},
|
||||
"content_type" : {"store" : "yes"},
|
||||
"content_length" : {"store" : "yes"},
|
||||
"language" : {"store" : "yes"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue