Hao Zhong created LUCENE-4784:
---------------------------------
Summary: Out of date API document-ValueSourceQuery
Key: LUCENE-4784
URL: https://issues.apache.org/jira/browse/LUCENE-4784
Project: Lucene - Core
Issue Type: Bug
Components: core/query/scoring
Affects Versions: 4.1
Reporter: Hao Zhong
Priority: Critical
The following API documents talk about ValueSourceQuery:
http://lucene.apache.org/core/4_1_0/queries/org/apache/lucene/queries/CustomScoreProvider.html
http://lucene.apache.org/core/4_1_0/queries/org/apache/lucene/queries/CustomScoreQuery.html
However, ValueSourceQuery is deleted in lucene 4.1, according to the following
migration guide.
http://lucene.apache.org/core/4_1_0/MIGRATE.html
The following lists the replacement classes for those removed:
... o.a.l.search.function.ValueSourceQuery ->
o.a.l.queries.function.FunctionQuery
Please update the API documents to reflect the latest code.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]