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

Erick Erickson commented on SOLR-3810:
--------------------------------------

Can you try this with a nightly build? There was an issue a while ago where 
wonky results happened if you were using Solr cloud and used batch updates from 
SolrJ that's since been fixed but isn't in Beta......

Not at all sure this'll fix your problem, but it would help to insure it isn't 
the problem Of course if you're not using SolrCloud this is irrelevant.
                
> 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