Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The SolrTextTagger's tag structure in JSON looks like this by default:
tags":[[ "startOffset",6, "endOffset",19, "ids",["5128581"]]]
But really it should be in an object form:
"tags":[{ "startOffset":6, "endOffset":19, "ids":["5128581"]}]
Reported on the dev list by a user: https://lists.apache.org/thread/45x8q8x8zjhqbv9n7fyczyq558t2rfcv
This is easily fixed.
Attachments
Issue Links
- links to