projoy / paoding

Automatically exported from code.google.com/p/paoding
0 stars 0 forks source link

Paoding not support Lucene 3.0? #52

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Use Paoding Analyzer to decode the words, it throw exception. 
java.lang.AbstractMethodError: 
org.apache.lucene.analysis.TokenStream.incrementToken()Z

2. Use tokenStream to get Attribute, it throw illeal exception
TermAttribute termAtt = ts.getAttribute(TermAttribute.class);
while(ts.incrementToken()){termAtt.term());

What is the expected output? What do you see instead?
Expect no exception. As above.

What version of the product are you using? On what operating system?
Latest 2.0.4 beta verion with Lucene 3.0 stable version. Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by mafa...@gmail.com on 7 Jan 2010 at 9:22

GoogleCodeExporter commented 9 years ago
建议从svn下载代码,这里面应该是兼容的。

新的Release,就在这2周,reno.gan大侠已经完成了大部分工作。

Original comment by qieqie.wang on 11 Jan 2010 at 3:21

GoogleCodeExporter commented 9 years ago
真不好意思,我扫了之前的issue,前面已经有大侠修改了3个java 
file,来支持lucene,所以我已经调试成功
了,谢谢 QieQie Wang大侠

Original comment by mafa...@gmail.com on 11 Jan 2010 at 7:06