mirror of https://github.com/apache/lucene.git
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:
parent
002a4aac3e
commit
d2d3942721
|
@ -134,9 +134,9 @@ Any other key is silently ignored.
|
||||||
"v":"1",
|
"v":"1",
|
||||||
"str":"test ąćęłńóśźż",
|
"str":"test ąćęłńóśźż",
|
||||||
"tokens": [
|
"tokens": [
|
||||||
{"t":"one","s":123,"e":128,"i":22,"p":"DQ4KDQsODg8=","y":"word"},
|
|
||||||
{"t":"two","s":5,"e":8,"i":1,"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"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in New Issue