Daniel Collins created SOLR-3714:
------------------------------------

             Summary: SolrCloud fails to query documents if the primary key 
field is of type "lowercase"
                 Key: SOLR-3714
                 URL: https://issues.apache.org/jira/browse/SOLR-3714
             Project: Solr
          Issue Type: Bug
          Components: SolrCloud
    Affects Versions: 4.0-ALPHA
            Reporter: Daniel Collins


Running the default SolrCloud tutorial, if you change the id field to type 
"lowercase" instead of "string", and re-run the tests (indexing all the 
documents in exampledocs), queries find strange results..
Querying for *:* and rows=10 returns numFound as 26 docs, setting rows = 20 
returns 23 docs, and setting rows=50, returns 12 docs!
Querying for specific ids seems hit and miss as well, the purely lowercase ids 
"?q=id:belkin" work ok, but anything with uppercase or mixed case ids fails to 
be found.
The index is clearly correct as booting the serer without zookeeper (just 
removing -DzkRun from the command line) returns all the expected docs, but 
somehow zookeeper is interfering with the queries?


--
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to