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



<field name="foo" type="string" multiValued="true" indexed="true"
stored="true" docValues="true"/>



The solr documentation says that i have to add the docValues="true"
attribute for this field. After this I deleted the collection and
reimported the data. But when I execute my query I get the following error
message:

*„ sort param could not be parsed as a query, and is not a field that
exists in the index: field(foo,min)*“


Did I forget to set something?

Thanks in advance,

Marc

Reply via email to