[
https://issues.apache.org/jira/browse/SOLR-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl updated SOLR-3026:
------------------------------
Attachment: SOLR-3026.patch
New patch implementing the field specific override "f.who.qf=" syntax for
aliasing.
It adds the aliases to the top level Edismax queryparser, so you can do stuff
like
{noformat}
&q=who:george&f.who.qf=firstname^2 middlename lastname^3
&q=title:(breaking news)&f.title.qf=indexed_title_t
{noformat}
What does NOT yet work is aliasing the fields referenced in qf param, so that
you could use &qf=who where what. Have not found the correct hook for that.
Anyone?
> eDismax: Locking down which fields can be explicitly queried (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, 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: [email protected]
For additional commands, e-mail: [email protected]