[ 
https://issues.apache.org/jira/browse/BLUR-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aaron McCurry closed BLUR-143.
------------------------------

    Resolution: Fixed

After giving this issue some thought I have reverted the full text indexing 
change that was made during the highlighting implementation.  Currently if a 
field less query is executed with highlighting enabled, the field(s) that 
contain values that should be highlighted won't.  We should create a followup 
issue to resolve that.
                
> Field less queries don't work 
> ------------------------------
>
>                 Key: BLUR-143
>                 URL: https://issues.apache.org/jira/browse/BLUR-143
>             Project: Apache Blur
>          Issue Type: Bug
>          Components: Blur
>    Affects Versions: 0.2.0
>            Reporter: Aaron McCurry
>             Fix For: 0.2.0
>
>
> Currently in the 0.2.0 code base queries where the field is omitted do not 
> work anymore.  This is because I have removed the fulltext indexing field 
> called super.  This issue is add back the feature of field less queries by 
> automatically finding the fields that have been configured to be fulltext 
> fields and searching those fields.
> For example:
> Given that a table descriptor lists cf1.col1 and cf1.col2 set as full text 
> indexed.
> And a user queries for "hello AND world"
> The resulting executed query should be:
> "+(super:<cf1.col1:hello> super:<cf1.col2:hello>) +(super:<cf1.col1:world> 
> super:<cf1.col2:world>)"

--
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