Re: LTR - FieldValueFeature Question

2020-04-26 Thread Dmitry Paramzin
It seems that in order to be available for FieldValueFeature score calculation, the field should be 'stored', otherwise it is not present in the document. It is also seems that indexed/docValue does not matter: final IndexableField indexableField = document.getField(field);

LTR - FieldValueFeature Question

2020-04-24 Thread Ashwin Ramesh
Hi everybody, Do we need to have 'indexed=true' to be able to retrieve the value of a field via FieldValueFeature or is having docValue=true enough? Currently, we have some dynamic fields as [dynamicField=true, stored=false, indexed=false, docValue=true]. However when we noticing that the value