[
https://issues.apache.org/jira/browse/SOLR-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13292059#comment-13292059
]
Hoss Man commented on SOLR-3528:
--------------------------------
* given that we now display all of the token attributes, i'm not convinced
staking the tokens will be a good idea visually
* the biggest downside of stacking is that the row headings get very very
complicated.
Personally i would just vote for better visual cues when tokens have the same
position ... like highlighting the adjacent position with a unified background
color and/or wrapping them in a strong, encompassing, boarder
> Analysis UI should stack tokens at the same position
> ----------------------------------------------------
>
> Key: SOLR-3528
> URL: https://issues.apache.org/jira/browse/SOLR-3528
> Project: Solr
> Issue Type: Improvement
> Components: web gui
> Reporter: Ryan McKinley
> Attachments: position-stach.png
>
>
> The old UI would display tokens that had the same position in the same
> column. The new one adds a new column for each position, making it less
> clear what is happening with position offsets (especially in the non-verbose
> output)
> I think it should be reworked as:
> {code}
> <tr>
> <td>Tokenizer</td>
> <td>
> <div>stuff at pos 0</div>
> <div>stuff at pos 0</div>
> <div>stuff at pos 0</div>
> </td>
> <td>
> <div>stuff at pos 1</div>
> </td>
> </tr>
> {code}
> Using a table would also force the layout wide rather then wrapping
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]