Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Not A Problem
-
4.0-BETA
-
None
-
None
-
Centos 6.0, kernel 2.6.18-238.9.1.el5 x86_64, tomcat 7.0.27, solr 4.0-BETA
Description
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.
<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>
{
"responseHeader":
,
"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.