[
https://issues.apache.org/jira/browse/LUCENENET-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13177408#comment-13177408
]
Prescott Nasser commented on LUCENENET-179:
-------------------------------------------
Has anyone taken a look at this code lately? I'm moving it from the Fix
Version/s: Lucene.Net 2.9.4 because it wasn't included in that - but perhaps we
should include this in 3.0.3
> SnowballFilter speed improvment
> -------------------------------
>
> Key: LUCENENET-179
> URL: https://issues.apache.org/jira/browse/LUCENENET-179
> Project: Lucene.Net
> Issue Type: Improvement
> Components: Lucene.Net Contrib
> Affects Versions: Lucene.Net 2.9.2
> Reporter: Arian Bär
> Fix For: Lucene.Net 2.9.4
>
> Attachments: FailOverSnowballFilter.cs
>
>
> I'm using Lucene.Net along with snowball stemming to index text from a
> database. The class Lucene.Net.Analysis.Snowball.SnowballFilter uses the
> reflection API and the invoke method to call the stem methods of snowball. I
> have written a Snowball filter which creates a delegate and uses this
> delegate to stem the words afterwards. This approach improves the indexing
> speed of my indexing program by about 10%. I would be happy if you include
> this code into lucene.net.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira