Ryan McKinley created SOLR-3528:
-----------------------------------
Summary: 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]