Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
6.1
Description
This task will group a set of modifications to the classification update reqeust processor ( and Lucene classification module), based on user's feedback ( thanks Tommaso Teofili and Александър Цветанов ) :
- include boosting support for inputFields in the solrconfig.xml for the classification update request processor
e.g.
field1^2, field2^5 ...
- multi class assignement ( introduce a parameter, default 1, for the max number of class to assign)
- separate the classField in :
classTrainingField
classOutputField
Default when classOutputField is not defined, is classTrainingField .
- add support for the classification query, to use only a subset of the entire index to classify.
- Improve Related Tests
Attachments
Attachments
Issue Links
- is related to
-
LUCENE-7116 Document Classifiers to handle numeric fields
- Open
- relates to
-
SOLR-7739 Lucene Classification Integration - UpdateRequestProcessor
- Closed