[
https://issues.apache.org/jira/browse/SOLR-4612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13917353#comment-13917353
]
Hossein Taghi-Zadeh commented on SOLR-4612:
-------------------------------------------
I has a fieldType which used the two separate PatternReplaceCharFilterFactory.
for example
<charFilter class="solr.PatternReplaceCharFilterFactory"
pattern="[\u200E|\u200C|\u200D|\u200F]\s" replacement=" " />
<charFilter class="solr.PatternReplaceCharFilterFactory"
pattern="(?<!(\d|\w))[.:;?'؛،,](?!(\d|\w))" replacement=" " />
<tokenizer class="solr.StandardTokenizerFactory"/>
And in analysis page. after PRCF filter any result not shown!!!
> 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
> Fix For: 4.7, 5.0
>
> 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 was sent by Atlassian JIRA
(v6.1.5#6160)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]