[ 
https://issues.apache.org/jira/browse/SOLR-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13625804#comment-13625804
 ] 

Rafal edited comment on SOLR-2209 at 4/8/13 9:01 PM:
-----------------------------------------------------

Duplicate of: SOLR-3377
Should work in Solr 4.x

See also: http://robotlibrarian.billdueber.com/solr-and-boolean-operators/
                
      was (Author: kenorb):
    Probably duplicate of: SOLR-3377
Should work in Solr 4.x

See also: http://robotlibrarian.billdueber.com/solr-and-boolean-operators/
                  
> Syntax parsing bug..Parentheses around field and term produce different 
> results
> -------------------------------------------------------------------------------
>
>                 Key: SOLR-2209
>                 URL: https://issues.apache.org/jira/browse/SOLR-2209
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 1.4.1
>            Reporter: Stephen
>
> Schema:
> <field name="id" type="sint" indexed="true" stored="true" required="true" />
> <field name="account_id" type="sint" indexed="true" stored="true" 
> required="true" />
> <field name="user_id" type="sint" indexed="true" stored="true" 
> required="false" />
> Indexed documents:
> id: 1, UserId: 0, AccountId: 1
> id: 2, UserId: 0, AccountId: 1
> id: 3, UserId: 1, AccountId: 1
> id: 4, UserId: 2, AccountId: 1
> id: 5, UserId: 3, AccountId: 1
> Query:
> account_id: 1 AND  -user_id: 0
> Results:
> Document Ids: 3, 4, 5
> Query:
> account_id: 1 AND (  -user_id: 0 )
> Results:
> --No matched documents --
> Is this the intended behavior?  I seem to recall these types of queries 
> working in 1.4.0, but I could be wrong.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to