Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 44178 invoked from network); 31 Oct 2009 17:52:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Oct 2009 17:52:37 -0000 Received: (qmail 75288 invoked by uid 500); 31 Oct 2009 17:52:37 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 75217 invoked by uid 500); 31 Oct 2009 17:52:36 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 75208 invoked by uid 99); 31 Oct 2009 17:52:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Oct 2009 17:52:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Oct 2009 17:52:25 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 57E7816E0A; Sat, 31 Oct 2009 17:52:04 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Sat, 31 Oct 2009 17:52:04 -0000 Message-ID: <20091031175204.201.49436@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22SolPython=22_by_YonikSeeley?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "SolPython" page has been changed by YonikSeeley. The comment on this change is: add "Python Solr" reference. http://wiki.apache.org/solr/SolPython?action=3Ddiff&rev1=3D14&rev2=3D15 -------------------------------------------------- There is a independent "pysolr" project available ... http://code.google.com/p/pysolr/ = + And [[http://bitbucket.org/cogtree/python-solr/overview/|Python Solr]], A= nd enhanced version of pysolr that supports pagination and batch operations. - /!\ :TODO: /!\ it would be good to have a little more info about this ...= what it can do, how stable it is, etc... - = = =3D=3D Using Solr's Python output =3D=3D Solr has an optional Python response format that extends its [[SolJSON|JS= ON output]] in the following ways to allow the response to be safely eval'd= by Python's interpreter: