[ 
https://issues.apache.org/jira/browse/SOLR-15944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17481362#comment-17481362
 ] 

Houston Putman commented on SOLR-15944:
---------------------------------------

[~dsmiley] friendly reminder to backport :)  (I saw some cherry-pick issues 
with your CHANGES.txt entry for this when backporting my own stuff)

> Tagger JSON should use an object, not an array
> ----------------------------------------------
>
>                 Key: SOLR-15944
>                 URL: https://issues.apache.org/jira/browse/SOLR-15944
>             Project: Solr
>          Issue Type: Bug
>            Reporter: David Smiley
>            Assignee: David Smiley
>            Priority: Minor
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The SolrTextTagger's tag structure in JSON looks like this by default:
> {noformat}
> tags":[[
>       "startOffset",6,
>       "endOffset",19,
>       "ids",["5128581"]]]
> {noformat}
> But really it should be in an object form:
> {noformat}
> "tags":[{
>       "startOffset":6,
>       "endOffset":19,
>       "ids":["5128581"]}]
> {noformat}
> Reported on the dev list by a user: 
> https://lists.apache.org/thread/45x8q8x8zjhqbv9n7fyczyq558t2rfcv
> This is easily fixed.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to