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

Stefan Matheis (steffkes) commented on SOLR-3528:
-------------------------------------------------

just to mention it (i know, could be better) we have grouping (kind of). in 
your sample it doesn't look like it, if you try 
http://localhost:8983/solr/#/collection1/analysis?analysis.fieldvalue=foo%20TvTV%20foo&analysis.fieldtype=text_en_splitting&verbose_output=1
 you can see in the third row (where {{WDF}} appears) how "TvTv" gets split up 
into multiple tokens, but is somewhat "combined" in the UI.

like it said, it's not _that_ good .. because it's only using lighter and 
darker gray lines .. but i'm not sure how to make it more clear w/o distracting 
the users :/
                
> 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
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]

Reply via email to