Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D12C7D529 for ; Fri, 7 Sep 2012 22:18:08 +0000 (UTC) Received: (qmail 15657 invoked by uid 500); 7 Sep 2012 22:18:07 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 15598 invoked by uid 500); 7 Sep 2012 22:18:07 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 15590 invoked by uid 99); 7 Sep 2012 22:18:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 22:18:07 +0000 Date: Sat, 8 Sep 2012 09:18:07 +1100 (NCT) From: =?utf-8?Q?Yago_Riveiro_Rodr=C3=ADguez_=28JIRA=29?= To: dev@lucene.apache.org Message-ID: <2102439529.52669.1347056287525.JavaMail.jiratomcat@arcas> In-Reply-To: <397600437.51201.1347037207841.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (SOLR-3810) I have different numFound between json and xml parser MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-3810?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D13451= 059#comment-13451059 ]=20 Yago Riveiro Rodr=C3=ADguez 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, t= he parser should warn in log.=20 =20 > 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=C3=ADguez > Priority: Critical > > This is weird, but I have different numFound between json and xml parser.= =20 > The query is a distributed search, same query only change the wt param. > http://localhost:8080/solr4.0/4A_Stats201006/select?shards=3Dlocalhost:80= 80/solr4.0/4A_Stats201006,localhost:8080/solr4.0/4A_Stats201007,localhost:8= 080/solr4.0/4A_Stats201008&indent=3Dtrue&q=3D*:* > > > 0 > 199 > > > > page697463104 > 697463104 > 197861290 > 65987046 > http://localhost:8080/solr4.0/4A_Stats201006/select?shards=3Dlocalhost:80= 80/solr4.0/4A_Stats201006,localhost:8080/solr4.0/4A_Stats201007,localhost:8= 080/solr4.0/4A_Stats201008&indent=3Dtrue&q=3D*:*&wt=3Djson > { > "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 administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org