RE: Problems in standard Analyzer

2005-09-26 Thread Kunemann Frank
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:

RE: Problems in standard Analyzer

2005-09-26 Thread M å n i s h
- 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

RE: Problems in standard Analyzer

2005-09-26 Thread Kunemann Frank
@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 value like normal text

Re: Problems in standard Analyzer

2005-09-26 Thread Anand Kishore
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 whole query. Frank -Original Message- From: M å n i s h

RE: Problems in standard Analyzer

2005-09-26 Thread M å n i s h
] 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 remove them