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
[
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
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
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.
[
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
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