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

Eric Pugh edited comment on SOLR-16618 at 1/23/23 7:02 PM:
-----------------------------------------------------------

That makes sense.   I'm not sure that I can propose a realistic N...     Do you 
think this is somethign that we MUST do?   i.e, can't get a +1 to merge this 
without doing this exercise?   I don't have handy a good example to do this 
stress test that would feel "real world".   I suspect you may have an idea of 
what N needs to be...


was (Author: epugh):
That makes sense.   I'm not sure that I can propose a realistic N...     Do you 
want to take this up?  Would love a script that demonstrates this scenario.    

> 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
>            Assignee: Eric Pugh
>            Priority: Minor
>         Attachments: analysis-page.png, schema-page.png
>
>          Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> 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 on the schema page
> !schema-page.png|width=750!
> But not visible on the analysis page
> !analysis-page.png|width=750!
> Maybe a personal preference, but the dropdown search only matches the 
> beginning of the name, and it would be really nice to have it also match 
> inside the text. For example looking for 'custom' gives no results on either 
> page.



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

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

Reply via email to