Hey Michael,
you might fall in love with the green bar after using it for a while.
If you use eclipse or some other ide including junit it so easy and powerful.
You might find some help here as well:
http://www.onjava.com/pub/a/onjava/2004/02/04/juie.html
http://www.junit.org/news/article/index
: Oh boy, how embarrassing for me. I have never used any unit tests...I
: know I know...don't freak out people :) I pretty much just started
: really coding in Java. So, is there anyone out there who has time to
: help me add these to the code? I would appreciate it and, on the plus
: side, th
Chris Hostetter wrote:
: Sure I would love to! Can you ping me at [EMAIL PROTECTED] and
: let me know what I need to do? Do I just post it to JIRA?
instructions on submitting code can be found in the wiki..
http://wiki.apache.org/jakarta-lucene/HowToContribute
note in particular that since
: Sure I would love to! Can you ping me at [EMAIL PROTECTED] and
: let me know what I need to do? Do I just post it to JIRA?
instructions on submitting code can be found in the wiki..
http://wiki.apache.org/jakarta-lucene/HowToContribute
note in particular that since you are primarily submit
Steven Rowe wrote:
Michael J. Prichard wrote:
Hey Otis,
Sure I would love to! Can you ping me at [EMAIL PROTECTED] and
let me know what I need to do? Do I just post it to JIRA?
Thanks,
Michael
Otis Gospodnetic wrote:
A good place for that in JIRA. could you put it there? We ha
Michael J. Prichard wrote:
> Hey Otis,
>
> Sure I would love to! Can you ping me at [EMAIL PROTECTED] and
> let me know what I need to do? Do I just post it to JIRA?
>
> Thanks,
> Michael
>
> Otis Gospodnetic wrote:
>
>> A good place for that in JIRA. could you put it there? We have a
>> b
-user@lucene.apache.org
Sent: Saturday, July 29, 2006 2:51:59 PM
Subject: Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer)
Hasan Diwan wrote:
Michael:
On 7/28/06, Michael J. Prichard <[EMAIL PROTECTED]> wrote:
Howdynot sure if anyone else wants this but here is my first
at
AIL ADDRESS: Tokenize (i.e. an EmailAnalyzer)
Kewl :)
I updated the Filter(for anyone interested). Actually..if anyone
wants I can zip it up and send it to them...let me know.
EmailFilter
import org.apache.lucene.analysis.TokenStream;
import org.apache.lucene.analysis.TokenFil
chard <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Sunday, July 30, 2006 1:37:57 PM
Subject: Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer)
Kewl :)
I updated the Filter(for anyone interested). Actually..if anyone
wants I can zip it up and send it to them...
:)
That JavaMail API is good for getting the whole email, but you then need to
chop it up with your EmailAnalyzer, so you're doing the right thing.
Otis
- Original Message
From: Michael J. Prichard <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Saturday, July 29,
ucene.apache.org
Sent: Saturday, July 29, 2006 2:51:59 PM
Subject: Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer)
Hasan Diwan wrote:
> Michael:
>
> On 7/28/06, Michael J. Prichard <[EMAIL PROTECTED]> wrote:
>
>> Howdynot sure if anyone else wants this but here is my
Hasan Diwan wrote:
Michael:
On 7/28/06, Michael J. Prichard <[EMAIL PROTECTED]> wrote:
Howdynot sure if anyone else wants this but here is my first attempt
at writing an analyzer for an email address...modifications, updates,
fixes welcome.
Why reinvent the wheel? See
http://java.sun.c
Michael:
On 7/28/06, Michael J. Prichard <[EMAIL PROTECTED]> wrote:
Howdynot sure if anyone else wants this but here is my first attempt
at writing an analyzer for an email address...modifications, updates,
fixes welcome.
Why reinvent the wheel? See
http://java.sun.com/products/javamail/ja
Howdynot sure if anyone else wants this but here is my first attempt
at writing an analyzer for an email address...modifications, updates,
fixes welcome.
-- EmailAnalyzer
import java.io.Reader;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.Lower
14 matches
Mail list logo