Re: [jira] [Created] (PYLUCENE-33) Cannot override newTermQuery method of class QueryParser

2014-12-23 Thread iceout
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 QueryBu

[jira] [Commented] (PYLUCENE-33) Cannot override newTermQuery method of class QueryParser

2014-12-23 Thread iceout (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14257828#comment-14257828 ] iceout commented on PYLUCENE-33: OK. Other methods work fine. So I think maybe it's a bug

Re: [jira] [Created] (PYLUCENE-33) Cannot override newTermQuery method of class QueryParser

2014-12-23 Thread Andi Vajda
On Tue, 23 Dec 2014, Andi Vajda wrote: On Tue, 23 Dec 2014, iceout (JIRA) wrote: I want to override the newTermQuery method of class QueryParser. There is newTermQuery() method in class QueryParser in Lucene 4.10.x. Sorry, I meant to say that there is _no_ newTermQuery() method on that

Re: [jira] [Created] (PYLUCENE-33) Cannot override newTermQuery method of class QueryParser

2014-12-23 Thread Andi Vajda
On Tue, 23 Dec 2014, iceout (JIRA) wrote: I want to override the newTermQuery method of class QueryParser. There is newTermQuery() method in class QueryParser in Lucene 4.10.x. Please, specify which version you're verify there is such a method to override in the classic.QueryParser class.

[jira] [Commented] (PYLUCENE-33) Cannot override newTermQuery method of class QueryParser

2014-12-23 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14257809#comment-14257809 ] Andi Vajda commented on PYLUCENE-33: Please, see comments on pylucene-dev@lucene.apac

[jira] [Created] (PYLUCENE-33) Cannot override newTermQuery method of class QueryParser

2014-12-23 Thread iceout (JIRA)
iceout created PYLUCENE-33: -- Summary: Cannot override newTermQuery method of class QueryParser Key: PYLUCENE-33 URL: https://issues.apache.org/jira/browse/PYLUCENE-33 Project: PyLucene Issue Type: B