You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Stefan Matheis (steffkes) (JIRA)" <ji...@apache.org> on 2013/06/23 18:30:23 UTC

[jira] [Updated] (SOLR-4612) Admin UI - Analysis Screen contains empty table-columns

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

Stefan Matheis (steffkes) updated SOLR-4612:
--------------------------------------------

    Attachment: SOLR-4612.patch

looks like it could be done much easier than i initially thought.

the first item in the chain defines the upper limit of possible positions - and the count never gets higher than that.

so to say, the {{position}} itself does, but the {{positionHistory}} never does - and this is what the UI relies on. simply example would be "TvTv" with a {{WDF}}, which gets split into two tokens but on the same {{position}} (read as {{positionHistory}})

works at least for the given sample and a few others which i've tested randomly. needs a bit more testing to make sure that nothing gets broken w/ this patch.
                
> Admin UI - Analysis Screen contains empty table-columns
> -------------------------------------------------------
>
>                 Key: SOLR-4612
>                 URL: https://issues.apache.org/jira/browse/SOLR-4612
>             Project: Solr
>          Issue Type: Bug
>          Components: web gui
>    Affects Versions: 4.1
>            Reporter: Stefan Matheis (steffkes)
>            Assignee: Stefan Matheis (steffkes)
>            Priority: Minor
>         Attachments: SOLR-4612.patch
>
>
> While checking the links from the Tutorial, i discovered (at least) one which contains multiple empty table columns in the generated result-table
> bq. http://localhost:8983/solr/#/collection1/analysis?analysis.fieldvalue=%EF%BD%B6%EF%BE%80%EF%BD%B6%EF%BE%85&analysis.query=%E3%82%AB%E3%82%BF%E3%82%AB%E3%83%8A&analysis.fieldtype=text_cjk&verbose_output=0
> | ST | カタカナ |  | 
> | CJKWF | カタカナ |  | 
> | LCF | カタカナ |  | 
> | CJKBF | カタ, タカ, カナ |  | 
> (because the jira-markup allows not colspan, used a comma to visualize the three columns of the last row)
> Not sure where they are coming from ..

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org