You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Felipe Schnack <fe...@ritterdosreis.br> on 2002/10/31 19:10:21 UTC

Re: page searchin, jython

  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:
> > > > > <ma...@jakarta.apache.org> For additional
> > > > > commands, e-mail: <ma...@jakarta.apache.org>
> > >
> > > --
> > > To unsubscribe, e-mail:  
> > > <ma...@jakarta.apache.org> For additional
> > > commands, e-mail: <ma...@jakarta.apache.org>
-- 

Felipe Schnack
Analista de Sistemas
felipes@ritterdosreis.br
Cel.: (51)91287530
Linux Counter #281893

Faculdade Ritter dos Reis
www.ritterdosreis.br
felipes@ritterdosreis.br
Fone/Fax.: (51)32303328


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: page searchin, jython

Posted by laurent marot <la...@alliacom.com>.
of course you can !

----- Original Message -----
From: "Felipe Schnack" <fe...@ritterdosreis.br>
To: <lu...@jakarta.apache.org>
Sent: Thursday, October 31, 2002 7:10 PM
Subject: Re: page searchin, jython


>   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:
> > > > > > <ma...@jakarta.apache.org> For
additional
> > > > > > commands, e-mail: <ma...@jakarta.apache.org>
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > > <ma...@jakarta.apache.org> For additional
> > > > commands, e-mail: <ma...@jakarta.apache.org>
> --
>
> Felipe Schnack
> Analista de Sistemas
> felipes@ritterdosreis.br
> Cel.: (51)91287530
> Linux Counter #281893
>
> Faculdade Ritter dos Reis
> www.ritterdosreis.br
> felipes@ritterdosreis.br
> Fone/Fax.: (51)32303328
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>