epugh commented on PR #768: URL: https://github.com/apache/solr/pull/768#issuecomment-1217894430
The direction that we've been going in the admin UI has been to add parameters, and we haven't been trying to think through "Which are the important ones".... Partly because we've added the parameters on a 1 by 1 basis! One UX that we do have is some drop downs for "advanced", for example on the Collection Creation UI:  We also do collapse/open parameters on the Query UI, like for spatial and faceting checkboxes. I'd be interested in seeing what the Query UI would look like if we actually exposed all the [Common ](https://solr.apache.org/guide/solr/latest/query-guide/highlighting.html#common-highlighter-parameters) parameters, and introduced new check boxes for Unified, Original, and FastVector.... I'm supposing that the logic in the Query Admin UI would pretty much all be pretty boilerplate to do all of that. As an aside, it appears this parameter, `hl.queryFieldPattern` is not documented in the Ref Guide: https://solr.apache.org/guide/solr/latest/query-guide/highlighting.html It probably *should* be there before adding it to the Admin ;-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
