Return-Path: X-Original-To: apmail-lucene-pylucene-dev-archive@minotaur.apache.org Delivered-To: apmail-lucene-pylucene-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4FA6310B89 for ; Mon, 18 Nov 2013 19:29:45 +0000 (UTC) Received: (qmail 56670 invoked by uid 500); 18 Nov 2013 19:29:45 -0000 Delivered-To: apmail-lucene-pylucene-dev-archive@lucene.apache.org Received: (qmail 56586 invoked by uid 500); 18 Nov 2013 19:29:44 -0000 Mailing-List: contact pylucene-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pylucene-dev@lucene.apache.org Delivered-To: mailing list pylucene-dev@lucene.apache.org Received: (qmail 56578 invoked by uid 99); 18 Nov 2013 19:29:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 19:29:44 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of carlosviansi@gmail.com designates 74.125.82.42 as permitted sender) Received: from [74.125.82.42] (HELO mail-wg0-f42.google.com) (74.125.82.42) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 19:29:38 +0000 Received: by mail-wg0-f42.google.com with SMTP id k14so4947554wgh.1 for ; Mon, 18 Nov 2013 11:29:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=lVqHA2Jo0JxqgW88j4r2JRkDGWH/mSG3A3DvhpwtzyU=; b=Rk82wnnbaJ7eU8t2U8XvuvvHt/qaTirAHy/HLvdqRiXfEZjOwYYe4OI3Ach2n3j7LZ T5FOJny7TC9l/RYyvElIE5lViAJTvrq0n0R5iDCb/m74lqpnkPl0uBL6Yn/tLqxCtP0j xWaOBF6UBzuVBkz+QNKw88+zKoaLBNpim9gkIg6PHlgyu8qaeaSxg2sMss2lpyyzusW3 7JhVDP1vxhNb1oB4ho9VqIIpfjohUSjJfV210aLpf8g8gltSJatCzLBPqXTdUH+jBi12 7iiPXuI2gJBkCqoUfZcKgtDq3LCuaPvHKXrkoqWqcc+P8zY2Gby4JFsh7FGULkq+Epda ChDQ== X-Received: by 10.194.240.129 with SMTP id wa1mr18055689wjc.31.1384802958309; Mon, 18 Nov 2013 11:29:18 -0800 (PST) MIME-Version: 1.0 Sender: carlosviansi@gmail.com Received: by 10.194.239.135 with HTTP; Mon, 18 Nov 2013 11:28:58 -0800 (PST) From: Carlos Andrade Date: Mon, 18 Nov 2013 17:28:58 -0200 X-Google-Sender-Auth: Ijyk7buQYFUPm2R_0P9rxL3coUo Message-ID: Subject: import PyLucene and Introductory Material for Class To: pylucene-dev@lucene.apache.org Content-Type: multipart/alternative; boundary=089e013d1db269ff5c04eb7890f0 X-Virus-Checked: Checked by ClamAV on apache.org --089e013d1db269ff5c04eb7890f0 Content-Type: text/plain; charset=ISO-8859-1 Dear All, I have recently installed pylucene (or so I hope), and I have been trying to get started on it. Most of the examples I found the web have been using 'import PyLucene', however I have noted that examples from the Lucene documentation only use 'lucene'. For me, PyLucene does not work for import on the latest vesion I installed here (Lucene 4.5.1, python 2.7 on a Mac OS X Lion 10.7.5) but import lucene works. Was PyLucene deprecated or have I done something wrong along the steps? Second, Seeing a talk from one of your conferences: http://www.youtube.com/watch?v=SCsS5ePGmCs gave me some hope to introduce Lucene in an Information Retrieval class for undergrads along with the theoretical concepts such as the one presented like boolean and vector. Is there any other introductory material to PyLucene along those lines that could be more oriented for students? I was planning on creating a small usable example such as this presentation (http://inkdroid.org/talks/pylucene/) where Lucene is used to index e-mails (our university has quite a large quantity of e-mails that use this system so it could be quite interesting for the class as an assignment). But again, the cited code use PyLucene and so does the 'import mailbox' which makes the code unusable. If no such material is available and you could provide me some pointers on how to get started, I would be glad to contribute it as introductory material that could be used for other courses if it is of your interest. I have scanned other courses from other universities but they apparently do not use this approach. Best, Carlos Andrade http://carlosandrade.co --089e013d1db269ff5c04eb7890f0--