mirror of
https://github.com/apache/lucene.git
synced 2025-02-24 03:05:06 +00:00
SOLR-11603: Remove unused (public) LTRScoringModel.hasParams() method.
This commit is contained in:
parent
2a2cf4b5e4
commit
b43dcde267
@ -132,6 +132,8 @@ Other Changes
|
||||
|
||||
* SOLR-11380: SolrJ must stream docs to server instead of writing to a buffer first (noble)
|
||||
|
||||
* SOLR-11603: Remove unused (public) LTRScoringModel.hasParams() method. (Christine Poerschke)
|
||||
|
||||
================== 7.1.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
@ -229,10 +229,6 @@ public abstract class LTRScoringModel {
|
||||
return true;
|
||||
}
|
||||
|
||||
public boolean hasParams() {
|
||||
return !((params == null) || params.isEmpty());
|
||||
}
|
||||
|
||||
public Collection<Feature> getAllFeatures() {
|
||||
return allFeatures;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user