You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ryan McKinley (JIRA)" <ji...@apache.org> on 2012/06/08 21:07:23 UTC

[jira] [Updated] (SOLR-3528) Analysis UI should stack tokens at the same position

     [ https://issues.apache.org/jira/browse/SOLR-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley updated SOLR-3528:
--------------------------------

    Attachment: position-stach.png

Current view:
!position-stach.png!
                
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org