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 92839DE26 for ; Thu, 29 Nov 2012 17:14:59 +0000 (UTC) Received: (qmail 86542 invoked by uid 500); 29 Nov 2012 17:14:58 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 86491 invoked by uid 500); 29 Nov 2012 17:14:58 -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 86482 invoked by uid 99); 29 Nov 2012 17:14:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2012 17:14:58 +0000 Date: Thu, 29 Nov 2012 17:14:58 +0000 (UTC) From: "nihed mbarek (JIRA)" To: dev@lucene.apache.org Message-ID: <857374825.40724.1354209298317.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (SOLR-4126) Partial Update retrieve int/float value error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 nihed mbarek created SOLR-4126: ---------------------------------- Summary: Partial Update retrieve int/float value error Key: SOLR-4126 URL: https://issues.apache.org/jira/browse/SOLR-4126 Project: Solr Issue Type: Bug Affects Versions: 4.0 Environment: Solr 4.0=20 Reporter: nihed mbarek Dear,=20 I have a document that I update using the recommendation of this link http:= //solr.pl/en/2012/07/09/solr-4-0-partial-documents-update/ as XML/JSON, the result is ok=20 109 4.368 5318311 but in my request handler :=20 final Document doc =3D req.getSearcher().doc(x); final List fields =3D doc.getFields(); for (IndexableField indexableField : fields) { System.out.println(indexableField.name()+" "+indexableField= .stringValue()); } the result is totally out of range :=20 a =C2=80m b =C3=80=E0=A2=BC=DA=A8 c =C2=80=D4=92=DA=A7 the kind of result is only visible for field with type different than strin= g -- 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