Hi: Is it it possible to store a value and a corresponding score in Solr as part of a single Field definition. And Can this field be a multivalued field ? I have several terms that are score. I would like to store them as part of a single field definition rather than having to create two different fields (one storing score and the other the value).
However, If the multivalued complex data field is not possible. Is it possible to use copyField directive to copy fields if a certain score is higher than a threshold ? Thanks Ramdev