[ https://issues.apache.org/jira/browse/SOLR-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14057946#comment-14057946 ]
Nalini Kartha commented on SOLR-3029: ------------------------------------- Fixing in 5.0 sounds good to me too. I guess the next step is for one of the committers to review and then checkin the changes? Let me know if there's anything in the patch that needs fixing/improving. > Poor json formatting of spelling collation info > ----------------------------------------------- > > Key: SOLR-3029 > URL: https://issues.apache.org/jira/browse/SOLR-3029 > Project: Solr > Issue Type: Bug > Components: spellchecker > Affects Versions: 4.0-ALPHA > Reporter: Antony Stubbs > Fix For: 4.9, 5.0 > > Attachments: SOLR-3029.patch, SOLR-3029.patch > > > {noformat} > "spellcheck": { > "suggestions": [ > "dalllas", > { > <snip> > { > "word": "canallas", > "freq": 1 > } > ] > }, > "correctlySpelled", > false, > "collation", > "dallas" > ] > } > {noformat} > The correctlySpelled and collation key/values are stored as consecutive > elements in an array - quite odd. Is there a reason isn't not a key/value map > like most things? -- This message was sent by Atlassian JIRA (v6.2#6252) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org