Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 63c60b8

Browse files
committed
Fix typo for JSON fields
1 parent f968543 commit 63c60b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ Both the meta data and the actual content are simple core type mappers (string,
8181
"type" : "attachment",
8282
"fields" : {
8383
"file" : {"index" : "no"},
84-
"title" : {store : "yes"},
84+
"title" : {"store" : "yes"},
8585
"date" : {"store" : "yes"},
8686
"author" : {"analyzer" : "myAnalyzer"},
87-
"keywords" : {store : "yes"},
88-
"content_type" : {store : "yes"},
89-
"content_length" : {store : "yes"},
90-
"language" : {store : "yes"}
87+
"keywords" : {"store" : "yes"},
88+
"content_type" : {"store" : "yes"},
89+
"content_length" : {"store" : "yes"},
90+
"language" : {"store" : "yes"}
9191
}
9292
}
9393
}

0 commit comments

Comments
 (0)