
jira at apache
Jul 30, 2012, 7:21 AM
Post #1 of 1
(43 views)
Permalink
|
|
[jira] [Updated] (LUCENE-4270) query = queryParser.parse("attach:1") yields empty BooleanQuery object
|
|
[ https://issues.apache.org/jira/browse/LUCENE-4270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jamie updated LUCENE-4270: -------------------------- Affects Version/s: (was: 3.0) 4.0-ALPHA > query = queryParser.parse("attach:1") yields empty BooleanQuery object > ---------------------------------------------------------------------- > > Key: LUCENE-4270 > URL: https://issues.apache.org/jira/browse/LUCENE-4270 > Project: Lucene - Core > Issue Type: Bug > Components: core/search > Affects Versions: 4.0-ALPHA > Environment: Darwin e4-ce-8f-0f-c2-b0.dummy.porta.siemens.net 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64 x86_64 > Reporter: Jamie > Priority: Critical > Labels: booleanquery > > QueryParser queryParser = new QueryParser(Version.LUCENE_40, "body",analyzer); > query = queryParser.parse("attach:1"); > query now contains empty Boolean query. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe [at] lucene For additional commands, e-mail: dev-help [at] lucene
|