[
https://issues.apache.org/jira/browse/SOLR-3598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13412962#comment-13412962
]
Jamie Johnson commented on SOLR-3598:
-------------------------------------
Just to make sure I understand you're saying create a pseudo field which we use
for querying the actual fields? so basically
pseudofield=realfield1,realfield2,realfield3
> Provide option to allow aliased field to be included in query for EDisMax
> QParser
> ---------------------------------------------------------------------------------
>
> Key: SOLR-3598
> URL: https://issues.apache.org/jira/browse/SOLR-3598
> Project: Solr
> Issue Type: New Feature
> Components: query parsers
> Affects Versions: 3.6, 4.0-ALPHA
> Reporter: Jamie Johnson
> Priority: Minor
> Attachments: alias.patch
>
>
> I currently have a situation where I'd like the original field included in
> the query, for instance I have several fields with differing granularity,
> name, firstname and lastname. Some of my sources differentiate between these
> so I can fill out firstname and lastname, while others don't and I need to
> just place this information in the name field. When querying I'd like to be
> able to say name:Jamie and have it translated to name:Jamie first_name:Jamie
> last_name:Jamie. In order to do this it creates an alias cycle and the
> EDisMax Query parser throws an exception about it. Ideally there would be an
> option to include the original field as part of the query to support this use
> case.
--
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]