Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@apache.org Received: (qmail 56724 invoked from network); 31 Oct 2002 18:27:02 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 31 Oct 2002 18:27:02 -0000 Received: (qmail 11508 invoked by uid 97); 31 Oct 2002 18:26:26 -0000 Delivered-To: qmlist-jakarta-archive-lucene-user@jakarta.apache.org Received: (qmail 11450 invoked by uid 97); 31 Oct 2002 18:26:25 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 11402 invoked by uid 98); 31 Oct 2002 18:26:24 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-Id: <200210311825.g9VIPQDw044057@smtpzilla2.xs4all.nl> Content-Type: text/plain; charset="iso-8859-1" From: Ype Kingma Reply-To: ykingma@xs4all.nl To: "Lucene Users List" , Felipe Schnack Subject: Re: page searchin, jython Date: Thu, 31 Oct 2002 19:27:34 +0100 X-Mailer: KMail [version 1.3.1] References: <1036077893.1304.55.camel@desenv1.ritterdosreis.br> <200210311149.57373.dkendig@gcmd.nasa.gov> <1036081309.1332.65.camel@desenv1.ritterdosreis.br> In-Reply-To: <1036081309.1332.65.camel@desenv1.ritterdosreis.br> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Thursday 31 October 2002 17:21, Felipe Schnack wrote: > What you mean with Jyton? Lucene isn't java? Lucene is written in java, and Jython is also written in java. Jython is an implementation of the python scripting language that allows very easy access to java and to Lucene. Jython ideal for importing documents into Lucene. Importing normally requires some experimentation, for which scripting is a good solution. Jython is even fast enough to be called back as a collector of search results, although for this you might want to turn on the JIT. Have fun, Ype See www.jython.org for more. > On Thu, 2002-10-31 at 14:49, David Kendig wrote: > > Felipe > > > > Sure. I'm using Jython to implement the servlet. It allows you to > > directly import Java object into your Python script. > > > > Dave Kendig > > > > > I just found about lucene, and would like to know if it's possibl= e to > > > do a search engine in an Tomcat application i'm developing using > > > Lucene... > > > > > > Thanks in advance! > > > > -- > > To unsubscribe, e-mail: =20 > > For additional > > commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: