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

Jamie Johnson edited comment on SOLR-3598 at 7/6/12 5:30 AM:
-------------------------------------------------------------

simple patch which supports this.  I didn't run any exhaustive tests but the 
aliasing piece works.
                
      was (Author: jej2003):
    simple patch which supports this.
                  
> 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, 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