[
https://issues.apache.org/jira/browse/LUCENE-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515768
]
Mark Miller commented on LUCENE-966:
------------------------------------
Great patch! And a very quick turnaround to boot!
I am seeing a HUGE speed increase!
I also think this should certainly become the new StandardAnalyzer.
I am running into only one issue...when rebuilding, after a clean,
FastTokenizer does not seem to get generated -- FastTokenizerImpl is there, but
no FastTokenizer interface; it appears to be wiped out in the clean but not
regenerated in the build. If I put it in manually, everything works great.
- Mark
> A faster JFlex-based replacement for StandardAnalyzer
> -----------------------------------------------------
>
> Key: LUCENE-966
> URL: https://issues.apache.org/jira/browse/LUCENE-966
> Project: Lucene - Java
> Issue Type: Improvement
> Components: Analysis
> Reporter: Stanislaw Osinski
> Fix For: 2.3
>
> Attachments: AnalyzerBenchmark.java, jflex-analyzer-patch.txt
>
>
> JFlex (http://www.jflex.de/) can be used to generate a faster (up to several
> times) replacement for StandardAnalyzer. Will add a patch and a simple
> benchmark code in a while.
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]