[ https://issues.apache.org/jira/browse/SOLR-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13187577#comment-13187577 ]
Jan Høydahl commented on SOLR-3026: ----------------------------------- @Hoss, this is based on your work, is it inline with what you envisioned back then? I chose to let the default match the current default, so you explicitly have to specify uf to lock things down. One feature I'd also like is field name aliasing, and I think it might fit well as an extension of uf. Imagine our schema has a field "searchable_title_t" which we want our Norwegian users to be able to query as "tittel". We could then specify a mapping, say {noformat} &uf=tittel:searchable_title_t {noformat} Could the "aliasing" feature of dismax be used for this or should we code it from scratch? > eDismax: Locking down which fields can be explicitly queries (user fields aka > uf) > --------------------------------------------------------------------------------- > > Key: SOLR-3026 > URL: https://issues.apache.org/jira/browse/SOLR-3026 > Project: Solr > Issue Type: Improvement > Components: search > Affects Versions: 3.1, 3.2, 3.3, 3.4, 3.5 > Reporter: Jan Høydahl > Assignee: Jan Høydahl > Fix For: 3.6, 4.0 > > Attachments: SOLR-3026.patch > > > We need a way to specify exactly what fields should be available to the end > user as fielded search. > In the original SOLR-1553, there's a patch implementing "user fields", but it > was never committed even if that issue was closed. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org