writing a custom anaylzer in pylucene/inheritance using jcc?
Posted
by yaniv
on Stack Overflow
See other posts from Stack Overflow
or by yaniv
Published on 2010-01-06T12:26:53Z
Indexed on
2010/03/08
4:21 UTC
Read the original article
Hit count: 566
Hello,
I want to write a custom analyzer in pylucene. Usually in java lucene , when you write a analyzer class , your class inherits lucene's Analyzer class.
but pylucene uses jcc , the java to c++/python compiler.
So how do you let a python class inherit from a java class using jcc ,and especially how do you write a custom pylucene analyzer?
Thanks.
© Stack Overflow or respective owner