If I understood well, Lucene isn't a project that I can just drop in my application, tell it to create an index and start searching... right?
On Thu, 2002-10-31 at 16:52, Ype Kingma wrote: > On Thursday 31 October 2002 18:32, you wrote: > > Oh, I will have to write my own routines to import data and search in > > it? There isn't a ready to use search engine for such projects? > > What do you mean by 'ready to use'? > Please reply to the list. > > Regards, > Ype > > > On Thu, 2002-10-31 at 16:27, Ype Kingma wrote: > > > 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 > > > > > > possible to do a search engine in an Tomcat application i'm > > > > > > developing using Lucene... > > > > > > > > > > > > Thanks in advance! > > > > > > > > > > -- > > > > > To unsubscribe, e-mail: > > > > > <mailto:lucene-user-unsubscribe@;jakarta.apache.org> For additional > > > > > commands, e-mail: <mailto:lucene-user-help@;jakarta.apache.org> > > > > > > -- > > > To unsubscribe, e-mail: > > > <mailto:lucene-user-unsubscribe@;jakarta.apache.org> For additional > > > commands, e-mail: <mailto:lucene-user-help@;jakarta.apache.org> -- Felipe Schnack Analista de Sistemas [EMAIL PROTECTED] Cel.: (51)91287530 Linux Counter #281893 Faculdade Ritter dos Reis www.ritterdosreis.br [EMAIL PROTECTED] Fone/Fax.: (51)32303328 -- To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:lucene-user-help@;jakarta.apache.org>
