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

Alexandre Rafalovitch commented on SOLR-8723:
---------------------------------------------

Schema definition example:
{noformat}
<fieldType name="myNewTextFieldMulti" class="solr.TextField">
    <analyzer type="index">
      <tokenizer class="solr.PathHierarchyTokenizerFactory" delimiter="/"/>
    </analyzer>
    <analyzer type="query">
      <tokenizer class="solr.KeywordTokenizerFactory"/>
    </analyzer>
    <analyzer type="multiterm">
      <tokenizer class="solr.LowerCaseTokenizerFactory"/>
    </analyzer>
  </fieldType>
{noformat}

> Admin UIs' schema screen do not show the multiTerm part of the analyzer 
> definition
> ----------------------------------------------------------------------------------
>
>                 Key: SOLR-8723
>                 URL: https://issues.apache.org/jira/browse/SOLR-8723
>             Project: Solr
>          Issue Type: Improvement
>          Components: UI
>    Affects Versions: 5.5
>            Reporter: Alexandre Rafalovitch
>            Priority: Minor
>
> If a field type is created with multiterm analyzer chain, it does not show up 
> in the Admin UI's Schema screen.
> This happens for both old and new UI implementations.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to