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

Eric Pugh commented on SOLR-16618:
----------------------------------

So, I think you have two ideas here, right?  One is fixing the display of 
dynamicFields, and the other is making a dropdown selector more robust by doing 
partial matchines?   (I love the partial matching idea btw).    

As far as the boolean goes, is this we just need to improve the parser?   I 
tried the same api call but for the "String" type and get back 
"org.apache.solr.schema.FieldType$DefaultAnalyzer$1".    

http://localhost:8983/solr/techproducts/analysis/field?_=1674162562022&analysis.fieldtype=string&analysis.fieldvalue=true&analysis.showmatch=true&verbose_output=1&wt=json

> 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
>
>          Time Spent: 1h 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to