[
https://issues.apache.org/jira/browse/SOLR-542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12921695#action_12921695
]
Yonik Seeley commented on SOLR-542:
-----------------------------------
Agree. Esp when we start thinking about how to do pseudo-fields.
Just using "fl" for this seems attractive.
fl=geodist()
fl={!key=dist}geodist($pt,store)
> "fl" should be a multi-value param
> ----------------------------------
>
> Key: SOLR-542
> URL: https://issues.apache.org/jira/browse/SOLR-542
> Project: Solr
> Issue Type: Improvement
> Components: search
> Environment: Java 6
> Linux (CentOS)
> Reporter: Ezra Epstein
>
> We've got the "fq" working in the "appends" section (<lst/> element) of our
> requestHandlers. We'd like to add other attributes - in particular, the "fl"
> attribute, so that, regardless of query, the user is ensured of getting some
> minimum set of fields in the results. Yet, when we a setting for "fl" to the
> "appends" section it has no affect.
> On a separate note, when a user specified &fl=score in the URL, the results
> are those one should get for &fl=*,score -- that is, all fields, not just the
> score, is/are returned.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]