[
https://issues.apache.org/jira/browse/SOLR-4612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13691487#comment-13691487
]
Stefan Matheis (steffkes) commented on SOLR-4612:
-------------------------------------------------
After a bit digging into the code, the problem appears to be: the
{{CJKBigramFilter}} splits the provided into three parts (the code therefore
raises the column-count to three), but since they belong all to the first word,
the table later on uses html's {{colspan}} to make the relation clear. results
in a table with three columns, where only the first one is used - because the
first analyzer only gives one word.
perhaps a combination with {{positionHistory}} would work, since that is later
on used for the {{colspan}} magic, which i already mentioned ..
> 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
>
> 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: [email protected]
For additional commands, e-mail: [email protected]