Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 841dcee

Browse files
author
Luca Cavanna
committed
added comma where missing and removed comma where wrong
1 parent c053984 commit 841dcee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guide/reference/api/search/facets/terms-facet.textile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ p. The terms API allows to define regex expression that will control which terms
9999
"tag" : {
100100
"terms" : {
101101
"field" : "tag",
102-
"regex" : "_regex expression here_"
102+
"regex" : "_regex expression here_",
103103
"regex_flags" : "DOTALL"
104104
}
105105
}
@@ -191,7 +191,7 @@ p. As an example, a search request (that is quite "heavy") can be executed and u
191191
"terms" : {
192192
"script_field" : "_source.my_field",
193193
"size" : 10
194-
},
194+
}
195195
}
196196
}
197197
}
@@ -209,7 +209,7 @@ p. Or:
209209
"terms" : {
210210
"script_field" : "_fields['my_field']",
211211
"size" : 10
212-
},
212+
}
213213
}
214214
}
215215
}

0 commit comments

Comments
 (0)