ECTED]
Sent: Monday, September 26, 2005 3:07 PM
To: java-user@lucene.apache.org
Subject: RE: Problems in standard Analyzer
The problem is that in limo you can only use standard analyzers for your
queries. As you've already seen some of them will change the key value to
something else or even r
nge it for your needs (e.g. add an option for no analyzer).
Frank
-Original Message-
From: "M å n i s h " [mailto:[EMAIL PROTECTED]
Sent: Monday, September 26, 2005 9:42 AM
To: java-user@lucene.apache.org
Subject: RE: Problems in standard Analyzer
Actually in Index I can se
nk [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 26, 2005 1:07 PM
> To: java-user@lucene.apache.org
> Subject: RE: Problems in standard Analyzer
>
> It should be possible to combine queries using different types of
> analyzers.
> The only problem I can see is if you
[mailto:[EMAIL PROTECTED]
Sent: Monday, September 26, 2005 1:07 PM
To: java-user@lucene.apache.org
Subject: RE: Problems in standard Analyzer
It should be possible to combine queries using different types of analyzers.
The only problem I can see is if you're using one single line for the
:05 AM
To: java-user@lucene.apache.org
Subject: RE: Problems in standard Analyzer
I thought of not using any Analyzer, but the problem is I got other queries
that I am appending to this value with either OR or AND, so for that part of
query I need Standard Analyzer ,
I think I should index that va
-
From: Kunemann Frank [mailto:[EMAIL PROTECTED]
Sent: Monday, September 26, 2005 12:28 PM
To: java-user@lucene.apache.org
Subject: RE: Problems in standard Analyzer
Maybe you should write your own analyzer for this case that changes all
letters to lower case but keeps all the numbers and signs as they
Maybe you should write your own analyzer for this case that changes all letters
to lower case but keeps all the numbers and signs as they are.
The other solution is not to use an analyzer for this field.
Frank
-Original Message-
From: "M å n i s h " [mailto:[EMAIL PROTECTED]
Sent: Monda