SOLR-13296 fix doc example so that it can be accepted by Solr

This commit is contained in:
Gus Heck 2019-03-07 08:07:12 -05:00
parent 747832907b
commit f772e4143e

View File

@ -134,9 +134,9 @@ Any other key is silently ignored.
"v":"1",
"str":"test ąćęłńóśźż",
"tokens": [
{"t":"one","s":123,"e":128,"i":22,"p":"DQ4KDQsODg8=","y":"word"},
{"t":"two","s":5,"e":8,"i":1,"y":"word"},
{"t":"three","s":20,"e":22,"i":1,"y":"foobar"}
{"t":"three","s":20,"e":22,"i":1,"y":"foobar"},
{"t":"one","s":123,"e":128,"i":22,"p":"DQ4KDQsODg8=","y":"word"}
]
}
----