Erick Erickson created SOLR-15024:
-------------------------------------
Summary: Admin UI doesnt' show CharFilters correctly
Key: SOLR-15024
URL: https://issues.apache.org/jira/browse/SOLR-15024
Project: Solr
Issue Type: Bug
Security Level: Public (Default Security Level. Issues are Public)
Components: Admin UI
Affects Versions: master (9.0)
Reporter: Erick Erickson
Attachments: Screen Shot 2020-12-02 at 1.19.23 PM.png, Screen Shot
2020-12-02 at 1.19.49 PM.png
Brought up on the user's list, I verified it on trunk. The Admin UI isn't
showing the data correctly for either the schema page or the analysis page:
Here's the fieldType definition:
{code:java}
<fieldType name="fcomp_type" class="solr.TextField"
positionIncrementGap="100">
<analyzer>
<!-- taking the filename: from the path-->
<charFilter class="solr.PatternReplaceCharFilterFactory" pattern="blah1"
replacement="blort1"/>
<charFilter class="solr.PatternReplaceCharFilterFactory" pattern="blah2"
replacement="blort2"/>
<charFilter class="solr.PatternReplaceCharFilterFactory" pattern="blah3"
replacement="blort3"/>
<tokenizer class="solr.StandardTokenizerFactory"/>
<filter class="solr.LowerCaseFilterFactory"/>
</analyzer>
</fieldType>
{code}
The transformations are correct, it's just that the display is messed up. See
attached.
On the analysis page, nothing is shown for the CharFilters. For the schema
page, only the _last_ CharFilter is shown
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]