Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 76F3410DDE for ; Thu, 5 Sep 2013 15:25:10 +0000 (UTC) Received: (qmail 15769 invoked by uid 500); 5 Sep 2013 15:25:06 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 15674 invoked by uid 500); 5 Sep 2013 15:25:02 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 15660 invoked by uid 99); 5 Sep 2013 15:25:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Sep 2013 15:25:01 +0000 X-ASF-Spam-Status: No, hits=3.5 required=5.0 tests=HTML_IMAGE_ONLY_24,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_REMOTE_IMAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of SRS0=08aO3O=SR=basetechnology.com=jack@yourhostingaccount.com designates 65.254.253.116 as permitted sender) Received: from [65.254.253.116] (HELO mailout14.yourhostingaccount.com) (65.254.253.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Sep 2013 15:24:54 +0000 Received: from mailscan01.yourhostingaccount.com ([10.1.15.1] helo=mailscan01.yourhostingaccount.com) by mailout14.yourhostingaccount.com with esmtp (Exim) id 1VHbQ9-0000pv-PQ for solr-user@lucene.apache.org; Thu, 05 Sep 2013 11:24:33 -0400 Received: from impout02.yourhostingaccount.com ([10.1.55.2] helo=impout02.yourhostingaccount.com) by mailscan01.yourhostingaccount.com with esmtp (Exim) id 1VHbQ3-0007yG-3R for solr-user@lucene.apache.org; Thu, 05 Sep 2013 11:24:27 -0400 Received: from authsmtp10.yourhostingaccount.com ([10.1.18.10]) by impout02.yourhostingaccount.com with NO UCE id MTQT1m0030D2B7u01TQT71; Thu, 05 Sep 2013 11:24:27 -0400 X-Authority-Analysis: v=2.0 cv=HIVB5/Rv c=1 sm=1 a=UdCbmyego4VUa/xJBgcoFg==:17 a=aQzbgH187woA:10 a=Li_QmXiSRCcA:10 a=3jZET7lWBKwA:10 a=jvYhGVW7AAAA:8 a=Wd1GAaIFCRUA:10 a=mV9VRH-2AAAA:8 a=Day3aomRtWOfPokVM7YA:9 a=wPNLvfGTeEIA:10 a=Ei1ovq7yAAAA:8 a=OcF0E2Rb-c8F_jmDxtwA:9 a=_W_S_7VecoQA:10 a=UZdjKNMnyV8A:10 a=yTIEfI4JYKDjm38e:21 a=2gI1vAumJwWs0gD4Ojj1yg==:117 X-EN-OrigOutIP: 10.1.18.10 X-EN-IMPSID: MTQT1m0030D2B7u01TQT71 Received: from 207-237-114-232.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com ([207.237.114.232] helo=JackKrupansky) by authsmtp10.yourhostingaccount.com with esmtpa (Exim) id 1VHbQ2-0002AQ-LT for solr-user@lucene.apache.org; Thu, 05 Sep 2013 11:24:26 -0400 Message-ID: <7070580B1EF741D7931FC0D1332AAC95@JackKrupansky> From: "Jack Krupansky" To: References: In-Reply-To: Subject: Re: JSON update request handler & commitWithin Date: Thu, 5 Sep 2013 11:24:07 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00A8_01CEAA2A.75B026F0" X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3555.308 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308 X-EN-UserInfo: e0a4b55451ed9f27313ebf02e3d4348d:fc4a93e1349e680c52bdd723c0ab3ef6 X-EN-AuthUser: jack@basetechnology.com Sender: "Jack Krupansky" X-EN-OrigIP: 207.237.114.232 X-EN-OrigHost: 207-237-114-232.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_00A8_01CEAA2A.75B026F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I just tried commitWithin with the standard Solr example in Solr 4.4 and = it works fine. Can you reproduce your problem using the standard Solr example in Solr = 4.4? -- Jack Krupansky From: Ryan, Brent=20 Sent: Thursday, September 05, 2013 10:39 AM To: solr-user@lucene.apache.org=20 Subject: JSON update request handler & commitWithin I'm prototyping a search product for us and I was trying to use the = "commitWithin" parameter for posting updated JSON documents like so: curl -v = 'http://localhost:8983/solr/proposal.solr/update/json?commitWithin=3D1000= 0' --data-binary @rfp.json -H 'Content-type:application/json' However, the commit never seems to happen as you can see below there are = still 2 docsPending (even 1 hour later). Is there a trick to getting = this to work with submitting to the json update request handler? ------=_NextPart_000_00A8_01CEAA2A.75B026F0--