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

Yago Riveiro Rodríguez commented on SOLR-3810:
----------------------------------------------

My deploy is very simple, 3 multicores, not solrCloud or similar. The data into 
the cores was inserted using a custom script.

Either way, if any document can't be parsed to json or something similar, the 
parser should warn in log. 
                
> 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://localhost:8080/solr4.0/4A_Stats201006/select?shards=localhost:8080/solr4.0/4A_Stats201006,localhost:8080/solr4.0/4A_Stats201007,localhost: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://localhost:8080/solr4.0/4A_Stats201006/select?shards=localhost:8080/solr4.0/4A_Stats201006,localhost:8080/solr4.0/4A_Stats201007,localhost: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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to