Re: French and SpellingQueryConverter

2009-05-19 Thread Jonathan Mamou
Thanks Michael for your answer! I think that (?:(?!(\w+:|\d+)))[\p{L}]+ should also be OK. Jonathan Michael Ludwig

Re: French and SpellingQueryConverter

2009-05-07 Thread Jonathan Mamou
unner, and runs are all stemmed down to "run" as intended. I don't know what other words in French would stem down to "franc", but wouldn't this be what you would want? If not, maybe experiment with some of the other Analyzers to see if they give you what you need. -

French and SpellingQueryConverter

2009-05-07 Thread Jonathan Mamou
Hi I have tried to run the following code package org.apache.solr.spelling; import org.apache.lucene.analysis.fr.FrenchAnalyzer; public class Test { public static void main (String args[]) { SpellingQueryConverter sqc = new SpellingQueryConverter(); sqc.analyzer =