RE: Searching for similar documents

2005-07-20 Thread Derek Westfall
apache.org Subject: Re: Searching for similar documents If you put it in the right package directory under WEB-INF/classes then it should work (provided all the dependencies it has are in WEB- INF/lib, which may just be the Lucene JAR file). The package is org.apache.lucene.search.similar, so it should

Re: Searching for similar documents

2005-07-20 Thread Erik Hatcher
LL in the .java code, recompiled and recreated the .jar and now it is working! And doing a good job, too! Thanks! Derek -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 20, 2005 1:31 PM To: java-user@lucene.apache.org Subject: Re: Searching for si

RE: Searching for similar documents

2005-07-20 Thread Derek Westfall
PM To: java-user@lucene.apache.org Subject: Re: Searching for similar documents On Jul 20, 2005, at 1:47 PM, Derek Westfall wrote: > I hope you will forgive the newbie question but do I have to add the > MoreLikeThis.class file to the Lucene-1.4.3.JAR for it to work? > > I put the

Re: Searching for similar documents

2005-07-20 Thread Erik Hatcher
On Jul 20, 2005, at 1:47 PM, Derek Westfall wrote: I hope you will forgive the newbie question but do I have to add the MoreLikeThis.class file to the Lucene-1.4.3.JAR for it to work? I put the .class file in my \wwwroot\web-inf\classes folder If you put it in the right package directory under

RE: Searching for similar documents

2005-07-20 Thread Derek Westfall
ts = searcher.search(query); -----Original Message----- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 19, 2005 10:59 AM To: java-user@lucene.apache.org Subject: Re: Searching for similar documents On Jul 19, 2005, at 12:42 PM, Kadlabalu, Hareesh wrote: > If someone could

Re: Searching for similar documents

2005-07-19 Thread Erik Hatcher
On Jul 19, 2005, at 12:42 PM, Kadlabalu, Hareesh wrote: If someone could someone please extract a version of this file from source control that corresponds to lucene 1.4.3 or if this can file can be back-ported, it would be greatly helpful. The old Jakarta Lucene Sandbox is still available vi

RE: Searching for similar documents

2005-07-19 Thread Otis Gospodnetic
available online? > > > > -----Original Message----- > From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 19, 2005 12:17 PM > To: java-user@lucene.apache.org > Subject: RE: Searching for similar documents > > You need to point to the new Lucene Jar (fr

RE: Searching for similar documents

2005-07-19 Thread Kadlabalu, Hareesh
o: java-user@lucene.apache.org Subject: RE: Searching for similar documents You need to point to the new Lucene Jar (from SVN, not the 1.4.3) version. Otis --- Derek Westfall <[EMAIL PROTECTED]> wrote: > I've been trying to compile the .java into a .class and I am getting > the

RE: Searching for similar documents

2005-07-19 Thread Otis Gospodnetic
class org.apache.lucene.search.BooleanClause > query.add(tq, BooleanClause.Occur.SHOULD); >^ > 3 errors > > > -Original Message- > From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] > Sent: Saturday, July 16, 2005 7:52 AM > To: java-u

RE: Searching for similar documents

2005-07-19 Thread Derek Westfall
h > -Hareesh > > -Original Message- > From: Otis Gospodnetic > To: java-user@lucene.apache.org > Sent: 7/16/2005 3:30 AM > Subject: Re: Searching for similar documents > > We've got this in Lucene's contrib/: > > $ ll > contrib/similarity/src/java/o

RE: Searching for similar documents

2005-07-16 Thread Otis Gospodnetic
al Message- > From: Otis Gospodnetic > To: java-user@lucene.apache.org > Sent: 7/16/2005 3:30 AM > Subject: Re: Searching for similar documents > > We've got this in Lucene's contrib/: > > $ ll > contrib/similarity/src/java/org/apache/lucene/search/si

RE: Searching for similar documents

2005-07-16 Thread Kadlabalu, Hareesh
Thanks Otis! Are there Lucene 1.4 compatiable version of these classes? Thanks very much -Hareesh -Original Message- From: Otis Gospodnetic To: java-user@lucene.apache.org Sent: 7/16/2005 3:30 AM Subject: Re: Searching for similar documents We've got this in Lucene's contr

Re: Searching for similar documents

2005-07-16 Thread Otis Gospodnetic
We've got this in Lucene's contrib/: $ ll contrib/similarity/src/java/org/apache/lucene/search/similar/*java -rwxrwxr-x 1 otis otis 30431 Jul 9 09:20 MoreLikeThis.java* -rwxrwxr-x 1 otis otis 3612 Mar 16 17:31 SimilarityQueries.java* Otis --- "Kadlabalu, Hareesh" <[EMAIL PROTECTED]> wrote: