[ 
https://issues.apache.org/jira/browse/SOLR-3598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13413268#comment-13413268
 ] 

Jan Høydahl commented on SOLR-3598:
-----------------------------------

Yes, {{f.<fieldname>.qf}} will wire up "fieldname" as a valid "pseudo field" to 
be queried, even if it does not exist in your index schema. Can you test it and 
report back if it solved your use case?
                
> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to