Re: AW: How is that possible ?

2003-02-28 Thread Alain Lauzon
At 07:16 2003-02-28 +0100, you wrote: May it be, that microsoft is found, because the search is not case sensitive (text) and ct is not found because there the search is case sensitive (Keyword) Did you try +state:CT +company:microsoft~10 ^^ ? I don't thnik so because the

Re: AW: How is that possible ?

2003-02-28 Thread Tatu Saloranta
On Friday 28 February 2003 05:15, Alain Lauzon wrote: At 07:16 2003-02-28 +0100, you wrote: May it be, that microsoft is found, because the search is not case sensitive (text) and ct is not found because there the search is case sensitive (Keyword) Did you try +state:CT

htmlParser problem...anybody knowledge with CC

2003-02-28 Thread Pinky Iyer
Hi! I am trying to parse some JSP files and i am trying to change the HTMLParser.jj code to accomodate this. As mentioned in the FAQ i created the 3rd comment tags type in the void CommentTag() :, TOKEN :, and WithinCommentN TOKEN : sections of HTMLParser.jj Here is it. void

Re: Computing Relevancy Differently

2003-02-28 Thread Terry Steichen
Doug, I've implemented a subclass of DefaultSimilarity (called WESimilarity.java, copy attached) which defines a new lengthNorm() method more or less as you suggested. I then added a line prior to using my IndexWriter: writer.setSimilarity(new WESimilarity()), and a similar line prior to using

Word doc parser

2003-02-28 Thread Pinky Iyer
Anybody knows of a good word document parsers. Thanks ! P Iyer - Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, and more

A thought: netique

2003-02-28 Thread Leo Galambos
Hi, I was away and when I read what I missed, well...ehm... have you read http://sustainability.open.ac.uk/gary/papers/netique.htm? i.e., see Caution when quoting other messages while replying to them. BTW: I would also vote for a strict standard, when Re: prefix must be used in replies. Just

Re: Computing Relevancy Differently

2003-02-28 Thread Doug Cutting
Your attachment did not make it, so I cannot see your code. If you think there's a bug, cuold you please provide a complete, self-contained test case? You could, for example, model this after the TestSimilarity class in the test code hierarchy. The lengthNorm(String,int) method is called when

[ANN] Sample code to index an IMAP message store

2003-02-28 Thread David Spencer
I've written what I'd like to donate as example code to the project. I'm not on the list to have CVS write permissions, so if one of the power users agrees then please put this into the sandbox. This code indexes the mail in an IMAP message store. By default it reads all email from an IMAP server

Re: Computing Relevancy Differently

2003-02-28 Thread Terry Steichen
Doug, I'll put a test case together shortly. In the meanwhile, here's the code in the attachment that didn't get through (and BTW, is there some special way to get attachments through?): public class WESimilarity extends DefaultSimilarity { public float lengthNorm(String fieldName, int