RE: Problems in standard Analyzer

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

RE: Problems in standard Analyzer

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

Re: Problems in standard Analyzer

2005-09-26 Thread Anand Kishore
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&#x

RE: Problems in standard Analyzer

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

RE: Problems in standard Analyzer

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

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

RE: Problems in standard Analyzer

2005-09-25 Thread Kunemann Frank
TED] Sent: Monday, September 26, 2005 5:46 AM To: java-user@lucene.apache.org Subject: Problems in standard Analyzer Hi Mark and other Gurus, I am indexing one value as a key field (rtf & txt indexing) , value is like 12345 or 123-09-34 or it can be like MN12345. Problem is if the value is like 1

Problems in standard Analyzer

2005-09-25 Thread M å n i s h
Hi Mark and other Gurus, I am indexing one value as a key field (rtf & txt indexing) , value is like 12345 or 123-09-34 or it can be like MN12345. Problem is if the value is like 12345 or 123-23-98 , Standard Analyzer is able to search it, but if the value is like MN12345 search will not return a