Re: The values which compute scores. - Part II

2007-06-03 Thread Chris Hostetter
: I guess you could hack a "all norms are 1" behavior by : writing something similar to OneNormsReader in : org.apache.lucene.demo.SearchFiles. Wow ... that's quite the little hidden gem in the Demo. The gist of the impl is pretty much exactly what you need, but SegmentReader has a static utilit

Re: Unable to compile FrenchAnalyser and DutchAnalyser

2007-06-03 Thread Doron Cohen
DZISIAK Jean-Paul wrote on 03/06/2007 08:45:38: > I’m trying to recompile the FrenchAnalyser and DutchAnalyser > but I have the > following errors (among many others of the same type): > >case 'Ã ': > > The IDE says “Too many characters in character litteral” an

Unable to compile FrenchAnalyser and DutchAnalyser

2007-06-03 Thread DZISIAK Jean-Paul
Hello, I’m trying to recompile the FrenchAnalyser and DutchAnalyser but I have the following errors (among many others of the same type): . private boolean isVowel(char ch) { switch (ch)