mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 20:15:18 +00:00
SOLR-13296 fix doc example so that it can be accepted by Solr
This commit is contained in:
parent
747832907b
commit
f772e4143e
@ -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"}
|
||||
]
|
||||
}
|
||||
----
|
||||
|
Loading…
x
Reference in New Issue
Block a user