Aaron McCurry created BLUR-143:
----------------------------------
Summary: 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