You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Randy Jacobsen (JIRA)" <ji...@apache.org> on 2015/08/05 05:49:04 UTC

[jira] [Created] (SOLR-7873) prefix query parser fails with two words and a second field

Randy Jacobsen created SOLR-7873:
------------------------------------

             Summary: prefix query parser fails with two words and a second field
                 Key: SOLR-7873
                 URL: https://issues.apache.org/jira/browse/SOLR-7873
             Project: Solr
          Issue Type: Bug
    Affects Versions: 4.8
            Reporter: Randy Jacobsen
            Priority: Minor


works: {!prefix f=journal_name}radar c
works: pub_name:5 AND {!prefix f=journal_name}radar
fails: pub_name:5 AND {!prefix f=journal_name}radar c

both fields are lowercased text fields
fail results in 0 matches
any equivalent queries would be welcome



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org