Re: Solr sort multivalued field

2018-06-12 Thread Shawn Heisey
On 6/12/2018 2:56 AM, Marc Lammers wrote: I want to sort my data by a multivalued field. I add this to my query „*sort=field(foo,min) asc“*. The configuration in the schema for this field is The documentation for the field function says that the field must contain numeric docvalues.  Your fi

Solr sort multivalued field

2018-06-12 Thread Marc Lammers
Hi All. I want to sort my data by a multivalued field. I add this to my query „*sort=field(foo,min) asc“*. The configuration in the schema for this field is The solr documentation says that i have to add the docValues="true" attribute for this field. After this I deleted the collection an