Analyzer delegates fail to delegate all methods
-----------------------------------------------
Key: HSEARCH-1027
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-1027
Project: Hibernate Search
Issue Type: Bug
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Fix For: 4.1.0.Alpha1
org.apache.lucene.analysis.Analyzer.getOffsetGap(Fieldable) was not being
"routed" to the proper delegate, which introduces functional differences in text
analysis.
org.apache.lucene.analysis.Analyzer.close() was not replicated either, which should not
cause problems unless the delegated implementation required it.
org.hibernate.search.util.impl.ScopedAnalyzer.reusableTokenStream(String, Reader) was
missing: this causes a HUGE performance drop since reusable analyzers are usually
expensive to initialize, and they where not being reused.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira