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

Tim Williams updated BLUR-242:
------------------------------

    Fix Version/s: 0.2.1
    
> Special/Internal fields aren't keyword analyzed on the query side.
> ------------------------------------------------------------------
>
>                 Key: BLUR-242
>                 URL: https://issues.apache.org/jira/browse/BLUR-242
>             Project: Apache Blur
>          Issue Type: Bug
>          Components: Blur
>    Affects Versions: 0.2.0
>            Reporter: Tim Williams
>            Priority: Blocker
>             Fix For: 0.2.1
>
>
> The built-in fields (rowid, recordid, family) are KeywordAnalyzed on the 
> indexing side, but appear to default to the StandardAnalyzer on the query 
> side.  A hyphen is a good test case for this behavior.
> Query q = new Query();
> q.setQuery("rowid:foo-bar-baz");
> assertEquals("<rowid:foo-bar-baz>", client.parseQuery("test", q);
> This will fail by returning:  <rowid:"foo bar baz">

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