Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.1
-
None
-
New
Description
Classifier#getClasses APIs return List<ClassificationResult<BytesRef>> while they should be consistent with the generics used in the other APIs (e.g. assignClass returns ClassificationResult<T>).