RE: New Highlighter features

2005-01-03 Thread Bruce Ritchie
> The Highlighter package in CVS has been updated with the following new > features: Good stuff. Will this work against the 1.4 or only against CVS head? Regards, Bruce Ritchie - To unsubscribe, e-mail: [EMAIL PROTECTE

RE: TFIDF Implementation

2004-12-14 Thread Bruce Ritchie
entation and the calls do not recalculate anything. I'm sorry I didn't explain myself clearly enough. Regards, Bruce Ritchie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: TFIDF Implementation

2004-12-14 Thread Bruce Ritchie
f it > calculates the results each time or caches them... >From the code I looked at, those calls don't recalculate on every call. Regards, Bruce Ritchie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: TFIDF Implementation

2004-12-14 Thread Bruce Ritchie
. Just repackage and test. Regards, Bruce Ritchie http://www.jivesoftware.com/ > -Original Message- > From: Christoph Kiefer [mailto:[EMAIL PROTECTED] > Sent: December 14, 2004 11:45 AM > To: Lucene Users List > Subject: TFIDF Implementation > > Hi, > My

RE: Faster highlighting with TermPositionVectors

2004-10-28 Thread Bruce Ritchie
t; produce no tokens (ie empty or all stopwords). Otherwise > things work very well. This is great news! While I won't have the time to test this until probably mid November I do look forward to the speed improvements as the current highlighting mechanisms (reparsing the text) was just not

RE: Highlighting PDF file after the search

2004-09-20 Thread Bruce Ritchie
ikely can be used to obtain the behavior you are looking for (with some effort on your part). Regards, Bruce Ritchie smime.p7s Description: S/MIME cryptographic signature

RE: org.apache.lucene.search.highlight.Highlighter

2004-05-19 Thread Bruce Ritchie
> Thanks for "highlighting" the problem with the Javadocs... Groan. :) Regards, Bruce Ritchie smime.p7s Description: S/MIME cryptographic signature

RE: clustering results

2004-04-12 Thread Bruce Ritchie
e had such ability, I know there aren't a whole lot of > clustering options, and the commercial products are very expensive. > Anyhow, just curious. The one I know about is Carrot - http://www.cs.put.poznan.pl/dweiss/carrot/ Regards, Bruce Ritchie http://www.jivesoftware.com/ smime.p7s Description: S/MIME cryptographic signature

Re: Performance of hit highlighting and finding term positions for a specific document

2004-03-30 Thread Bruce Ritchie
the idea's we've tossed around ('Dmitry's Term Vector stuff, plus some' and 'Demoting results' come to mind as threads that touch this topic). Regards, Bruce Ritchie http://www.jivesoftware.com/ smime.p7s Description: S/MIME Cryptographic Signature

Re: MoreLikeThis Query generator - Re: code for "more like this" query "expansion" - was - Re: setMaxClauseCount ??

2004-02-25 Thread Bruce Ritchie
#x27;ll change it immediately. Regards, Bruce Ritchie http://www.jivesoftware.com/ MoreLikeThis.java Description: application/httpd-cgi smime.p7s Description: S/MIME Cryptographic Signature

Re: MoreLikeThis Query generator - Re: code for "more like this" query "expansion" - was - Re: setMaxClauseCount ??

2004-02-18 Thread Bruce Ritchie
o not use just 1 field. I'm in the process of doing just that as well as making some other changes to the code and will contribute it back if someone doesn't beat me to it first. Regards, Bruce Ritchie http://www.jivesoftware.com/ smime.p7s Description: S/MIME Cryptographic Signature

Re: MoreLikeThis Query generator - Re: code for "more like this" query "expansion" - was - Re: setMaxClauseCount ??

2004-02-18 Thread Bruce Ritchie
ality from this class as it is not needed and only confuses things. Regards, Bruce Ritchie http://www.jivesoftware.com/ smime.p7s Description: S/MIME Cryptographic Signature

Re: fuzzy searches

2003-11-11 Thread Bruce Ritchie
make sure that any implementation is either blessed by the patent holders or does not infringe on the patents. Regards, Bruce Ritchie smime.p7s Description: S/MIME Cryptographic Signature

Re: French texts

2003-09-25 Thread Bruce Ritchie
Yes, you can use lucene to search French documents. The snowball stemmers contribution contains a French stemmer - you'll find it athttp://jakarta.apache.org/lucene/docs/lucene-sandbox/snowball/ Regards, Bruce Ritchie Gayo Diallo wrote: Hi, I just want to know If It's possible to

Re: cant rename segments.new to segment

2003-09-19 Thread Bruce Ritchie
Wilton, Reece wrote: Are people having this same issue on Linux or is this just a Windows issue? I've only heard of the issue on Windows - I believe a patch from Matt Tucker was actually incorporated into Lucene that made some attempt to work around this issue. Regards, Bruce Ri

Re: Lucene 1.3rc1 on Java 1.3

2003-07-04 Thread Bruce Ritchie
I think there may be a bug report logged against this bug already IIRC. Regards, Bruce Ritchie smime.p7s Description: S/MIME Cryptographic Signature

Re: Find Documents 'Similar' to Another

2003-05-30 Thread Bruce Ritchie
David Medinets wrote: But I don't understand. Do you have any insight into the product pricing? No, but I'm sure to find out as I get further along in my testing. I would suggest contacting them directly for an answer to that question. Regards, Bruce Ritchie smime.p7s Descripti

Re: Find Documents 'Similar' to Another

2003-05-30 Thread Bruce Ritchie
to be at least partially based upon lucene. If other people know of other (available) options I'd love to hear of them as well. Regards, Bruce Ritchie smime.p7s Description: S/MIME Cryptographic Signature

Re: xpdf parser usage for lucene

2003-02-25 Thread Bruce Ritchie
0, len); } reader.close(); You should of course wrap this in a try/catch block, etc. Regards, Bruce Ritchie Pinky Iyer wrote: Hi ! I am trying to use xpdf for pdf parser, the problem i encounter is when > i encounter a file with .pdf extension, i call the pdftotext script to convert >