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
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
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
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
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