[ https://issues.apache.org/jira/browse/LUCENE-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848103#action_12848103 ]
Robert Muir commented on LUCENE-2298: ------------------------------------- bq. Staszek suggested that perhaps it would be convenient if this patch detected if another Polish stemming library for Polish is present in classpath and if so, used it. Hello, perhaps we can provide this as a separate option? The problem with doing this is what to do if the classpath detection fails? would it fall back on the code here? This magic could cause a lot of confusion, for example: indexing on a server with correct classpath, searching on another where it is incorrect, or vice-versa. In my opinion, for analysis stuff, if the environment isn't setup correctly, we should just throw an exception. > Polish Analyzer > --------------- > > Key: LUCENE-2298 > URL: https://issues.apache.org/jira/browse/LUCENE-2298 > Project: Lucene - Java > Issue Type: New Feature > Components: contrib/analyzers > Affects Versions: 3.1 > Reporter: Robert Muir > Assignee: Robert Muir > Fix For: 3.1 > > Attachments: LUCENE-2298.patch, stemmer_20000.7z > > > Andrzej Bialecki has written a Polish stemmer and provided stemming tables > for it under Apache License. > You can read more about it here: http://www.getopt.org/stempel/ > In reality, the stemmer is general code and we could use it for more > languages too perhaps. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org