[
https://issues.apache.org/jira/browse/BLUR-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aaron McCurry closed BLUR-242.
------------------------------
Resolution: Fixed
https://git-wip-us.apache.org/repos/asf?p=incubator-blur.git;a=commit;h=5e7edf81ad4a4be74945cf882e3c1f14f193cc37
https://git-wip-us.apache.org/repos/asf?p=incubator-blur.git;a=commit;h=bdb9a7f141901b329c1accaae8b2e0f86518fc3b
> 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 was sent by Atlassian JIRA
(v6.1#6144)