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

Aaron McCurry commented on BLUR-104:
------------------------------------

Right so we need to add code to 0.1.5 make query "+cf1.col1:abc +cf1.col2:def 
+cf2.col5:ghi" be produce the same output as "+super:<cf1.col1:abc> 
+super:<cf1.col2:def> +super:<cf2.col5:ghi>".

I believe there is some commented out code in the SuperParser that use to work 
on the "+cf1.col1:abc +cf1.col2:def +cf2.col5:ghi", so we need to get the old 
code and the new parsing code to work together depending on the input.

I will take a closer look at this and get back to you with some more comments.  
Thanks.

Aaron
                
> Ensure the behavior of the new super parser is the same as the behavior in 
> 0.1.4 and less
> -----------------------------------------------------------------------------------------
>
>                 Key: BLUR-104
>                 URL: https://issues.apache.org/jira/browse/BLUR-104
>             Project: Apache Blur
>          Issue Type: Improvement
>    Affects Versions: 0.1.5
>            Reporter: Aaron McCurry
>             Fix For: 0.1.5
>
>
> For legacy system upgrades where the super:<> syntax is not utilized yet, 
> test and make sure the behavior is the same.  Meaning:
> +cf1.col1:abc +cf1.col2:def +cf2.col5:ghi
> Should be:
> +super:<+cf1.col1:abc +cf1.col2:def> +super:<+cf2.col5:ghi>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to