Yago Riveiro RodrÃguez created SOLR-3810:
--------------------------------------------
Summary: I have different numFound between json and xml parser
Key: SOLR-3810
URL: https://issues.apache.org/jira/browse/SOLR-3810
Project: Solr
Issue Type: Bug
Components: Response Writers
Affects Versions: 4.0-BETA
Environment: Centos 6.0, kernel 2.6.18-238.9.1.el5 x86_64, tomcat
7.0.27, solr 4.0-BETA
Reporter: Yago Riveiro RodrÃguez
Priority: Critical
This is weird, but I have different numFound between json and xml parser.
The query is a distributed search, same query only change the wt param.
http://192.168.10.27:8080/solr4.0/4A_Stats201006/select?shards=192.168.10.27:8080/solr4.0/4A_Stats201006,192.168.10.27:8080/solr4.0/4A_Stats201007,192.168.10.27:8080/solr4.0/4A_Stats201008&indent=true&q=*:*
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">199</int>
</lst>
<result name="response" numFound="30060851" start="0" maxScore="1.0">
<doc>
<str name="id">page697463104</str>
<long name="surrogate_id">697463104</long>
<str name="session_id">197861290</str>
<str name="visitor_id">65987046</str>
http://192.168.10.27:8080/solr4.0/4A_Stats201006/select?shards=192.168.10.27:8080/solr4.0/4A_Stats201006,192.168.10.27:8080/solr4.0/4A_Stats201007,192.168.10.27:8080/solr4.0/4A_Stats201008&indent=true&q=*:*&wt=json
{
"responseHeader":{
"status":0,
"QTime":169},
"response":{"numFound":29519009,"start":0,"maxScore":1.0,"docs":[
{
"id":"page697463104",
"surrogate_id":697463104,
"session_id":"197861290",
"visitor_id":"65987046",
The dumps are truncate because the sensitive data.
--
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]