RE: StandardAnalyzer and Email Addresses

2012-02-26 Thread Steven A Rowe
Steve > -Original Message- > From: Uwe Schindler [mailto:u...@thetaphi.de] > Sent: Sunday, February 26, 2012 3:51 AM > To: java-user@lucene.apache.org > Subject: RE: StandardAnalyzer and Email Addresses > > Hi, > > If you want a Tokenizer for your Analyzer that

RE: StandardAnalyzer and Email Addresses

2012-02-26 Thread Uwe Schindler
eMail: u...@thetaphi.de > -Original Message- > From: Charlie Hubbard [mailto:charlie.hubb...@gmail.com] > Sent: Sunday, February 26, 2012 1:51 AM > To: java-user@lucene.apache.org > Subject: Re: StandardAnalyzer and Email Addresses > > I am using StandardAnaly

Re: StandardAnalyzer and Email Addresses

2012-02-25 Thread Charlie Hubbard
I am using StandardAnalyzer in 3.1. I'd been previously using 2.4 and from that documentation it states email address are recognized: http://javasourcecode.org/html/open-source/lucene/lucene-2.4.0/org/apache/lucene/analysis/standard/StandardTokenizer.html It looks like this was changed in 3.x ac

Re: StandardAnalyzer and Email Addresses

2012-02-20 Thread Ian Lea
Are you using StandardAnalyzer in 3.1+? You may want to use ClassicAnalyzer instead. I can't see where in the 3.5 javadocs it says that email addresses are recognized, but it does sound vaguely familiar. -- Ian. On Thu, Feb 16, 2012 at 5:18 PM, Charlie Hubbard wrote: > This is a pretty simpl

StandardAnalyzer and Email Addresses

2012-02-16 Thread Charlie Hubbard
This is a pretty simple question to answer, but I have customers asking me how this is suppose to work and I'm having trouble explaining it. I have an app that indexes emails so there are plenty of email addresses in there. Reading the StandardAnalyzer javadoc it says it "recognizes" email addres