Update source-field.asciidoc

very minor typofix

Closes #8066
This commit is contained in:
Clinton Gormley 2014-10-29 14:50:37 +01:00
parent 6a7f55b61d
commit 8f02c451b8
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ when it's stored, supporting `*` as wildcard annotation. For example:
"my_type" : {
"_source" : {
"includes" : ["path1.*", "path2.*"],
"excludes" : ["pat3.*"]
"excludes" : ["path3.*"]
}
}
}