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

(previously caused error due to decreasing offsets)
This commit is contained in:
Gus Heck 2019-03-07 08:01:01 -05:00
parent 002a4aac3e
commit d2d3942721
1 changed files with 2 additions and 2 deletions

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"}
]
}
----