RE: Antwort: RE: Re(2): Re: [Lucene-dev] Katakana characters in queries (a bug?)

2001-10-31 Thread Halácsy Péter
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Hi again, > > i think i have to correct my previous statement. it seems, > that the new > token definitions introduce other problems. The "+" od "-" prefixes to > search terms do not work any longer. > > Ex

Antwort: RE: Re(2): Re: [Lucene-dev] Katakana characters in queries (a bug ?)

2001-10-31 Thread Ralf . Zimmermann
Hi again, i think i have to correct my previous statement. it seems, that the new token definitions introduce other problems. The "+" od "-" prefixes to search terms do not work any longer. Example: The queries 'auch hilfe', '+auch +hilfe' and '+auch -hilfe' are returning the same results. Ra

Antwort: RE: Re(2): Re: [Lucene-dev] Katakana characters in queries (a bug ?)

2001-10-31 Thread Ralf . Zimmermann
Hi there, I tested the new token definitions with the lucence sources from 2001-10-19. The query works fine with search terms starting with the german umlauts 'ä', 'ö', 'ü'. Ralf Zimmermann > From: Halácsy Péter [mailto:[EMAIL PROTECTED]] > > I think IDENTIFIER_CHAR doesn't need to be the

RE: Re(2): Re: [Lucene-dev] Katakana characters in queries (a bug?)

2001-10-30 Thread Halácsy Péter
Title: RE: Re(2): Re: [Lucene-dev] Katakana characters in queries (a bug?) Hello, > -Original Message- > From: Doug Cutting [mailto:[EMAIL PROTECTED]] > > > > I think  IDENTIFIER_CHAR doesn't need to be the first char

RE: Re(2): Re: [Lucene-dev] Katakana characters in queries (a bug?)

2001-10-27 Thread Halácsy Péter
fier_char, so cannot end with *. Is it the right definition? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 26, 2001 6:42 PM > To: Doug Cutting; 'Brian Goetz'; [EMAIL PROTECTED] > Subject: Re(2): Re: [Lucene-d

Re(2): Re: [Lucene-dev] Katakana characters in queries (a bug?)

2001-10-26 Thread joanne . sproston
| | | | | )+ "." (<_NUM_CHAR>)+ > | ( ~["\"", " ", "\t", "(", ")", ":", "&", "|", "^", "*" ] )* > } SKIP : { <<_WHITESPACE>>

RE: Re: [Lucene-dev] Katakana characters in queries (a bug?)

2001-10-22 Thread Doug Cutting
e- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 22, 2001 8:56 AM > To: [EMAIL PROTECTED] > Subject: Re: Re: [Lucene-dev] Katakana characters in queries (a bug?) > > > > > Hi, > > yes, I can confirm this bug. I have the same p

Re: Re: [Lucene-dev] Katakana characters in queries (a bug?)

2001-10-22 Thread Ralf . Zimmermann
Hi, yes, I can confirm this bug. I have the same problem with query terms starting with german umlauts like 'ä', 'ö' and 'ü': Exception occurred during event dispatching: org.apache.lucene.queryParser.TokenMgrError: Lexical error at line 1, column 1. Encountered: "\u00f6" (246), after : ""

Re: [Lucene-dev] Katakana characters in queries (a bug?)

2001-10-22 Thread Geir Ove Grønmo
I sent this message to the [EMAIL PROTECTED], but it has obviously ended up in the wrong archive (the one at sourceforge). Anyway. Here it is again. Can anyone confirm this bug? All the best, Geir O. * Geir Ove Grønmo | Hi! | | There seem to be a bug in the lucene-1.2-rc1.jar distribution. Se

Re: [Lucene-dev] Katakana characters in queries (a bug?)

2001-10-22 Thread Geir Ove Grønmo
* Geir Ove Grønmo | There seem to be a bug in the lucene-1.2-rc1.jar distribution. Searching | for the following string returns an error message from the query parser. | | String katakana = "\u30AB\u30BF\u30AB\u30CA"; | | - - - | org.apache.lucene.queryParser.TokenMgrError: Lexical error at lin

Katakana characters in queries (a bug?)

2001-10-11 Thread Geir Ove Grønmo
Hi! There seem to be a bug in the lucene-1.2-rc1.jar distribution. Searching for the following string returns an error message from the query parser. String katakana = "\u30AB\u30BF\u30AB\u30CA"; - - - org.apache.lucene.queryParser.TokenMgrError: Lexical error at line 1, column 10. Encounte