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

Alex Deparvu updated SOLR-16618:
--------------------------------
    Description: 
The Analysis page on the collection-specific view should include dynamic 
fields, same as the Schema page. The only option now is to use the field type 
for analysis, which works fine but it would be more convenient to have the 
field info too.

Example adding a custom type
{noformat}
<field name="title" type="text_general"/>
<dynamicField name="*_custom" type="text_general" indexed="true" stored="true" 
/>
<copyField source="title" dest="title_custom" />
{noformat}

Field is visible in schema page
 !schema-page.png! 




  was:The Analysis page on the collection-specific view should include dynamic 
fields, same as the Schema page. The only option now is to use the field type 
for analysis, which works fine but it would be more convenient to have the 
field info too.


> Admin UI Analysis page should include dynamic fields
> ----------------------------------------------------
>
>                 Key: SOLR-16618
>                 URL: https://issues.apache.org/jira/browse/SOLR-16618
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Admin UI, Schema and Analysis
>    Affects Versions: 8.11.2, 9.1
>            Reporter: Alex Deparvu
>            Priority: Minor
>         Attachments: analysis-page.png, schema-page.png
>
>
> The Analysis page on the collection-specific view should include dynamic 
> fields, same as the Schema page. The only option now is to use the field type 
> for analysis, which works fine but it would be more convenient to have the 
> field info too.
> Example adding a custom type
> {noformat}
> <field name="title" type="text_general"/>
> <dynamicField name="*_custom" type="text_general" indexed="true" 
> stored="true" />
> <copyField source="title" dest="title_custom" />
> {noformat}
> Field is visible in schema page
>  !schema-page.png! 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to