SOLR-12697 added pure DocValues support in Solr 8.9 version. https://github.com/apache/lucene-solr/commits/releases/lucene-solr/8.9.0/solr/contrib/ltr/src/java/org/apache/solr/ltr/feature/FieldValueFeature.java
From: users@solr.apache.org At: 08/10/21 14:06:13 UTC+1:00To: users@solr.apache.org Cc: madhuluck.ku...@tadigital.com Subject: Field value feature returning only 0s - LTR feature engineering Hello everyone, We are using Solr 8.5 and facing the following issue. We want to use number of clicks of a documents/page as a feature in LTR model. We are using in-place updates to set/upload the number of clicks for each document. When I try to extract features from Solr, all the documents/rows have values as 0 for clicks feature. Sample feature { "name":"pmetrics_its_nid-ga_metric1-sum", "class":"org.apache.solr.ltr.feature.FieldValueFeature", "params":{"field":"pmetrics_its_nid-ga_metric1-sum"}, "store":"_DEFAULT_" } Solr Config <dynamicField name="pmetrics_*" type="pfloat" indexed="false" stored="false" docValues="true"/> Am I missing something here ? Thanks for your answers Nishanth. Disclaimer: This message and any attachments are solely intended for the addressee(s). It may also be TA DIGITAL confidential, privileged and / or subject to copyright. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. If you have received this in error, please notify the sender immediately by return e-mail and delete it from your computer. While all care has been taken, TA DIGITAL management disclaims all liabilities for loss or damages to person(s) or properties arising from misuse of any information provided or the message being infected by computer virus or other contamination.