I just subscribe the mail list. And I don't know how reply the thread before. So I have to create a new one.
In lucene 4.4, the method newTermQuery() is defined in class QueryParserBase, and QueryParser extends QueryParserBase. In lucene 4.10, the method newTermQuery() is defined in class QueryBuilder, and class QueryParserBase extends QueryBuilder, and class QueryParser extends QueryParserBase. In java, I can simply override newTermQuery() method when extends QueryParser. But in pylucene, it didn't work, both 4.4 and 4.10 version. Is there something wrong? -- Best Regards, iceout