Is it possible to facet on a multi value field using SolrNet? I have a date field but it needs to be multivalued as it's for binaries. When I try to run my application and apply a sort I get an error:
Apache Tomcat/7.0.29 - Error report
525D76;}--> HTTP Status 400 - can not sort on multivalued field: date
noshade=\"noshade\">
type Status report
message can not sort on multivalued field: date
description The request sent by the client was syntactically incorrect (can not sort on multivalued field: date).
Apache Tomcat/7.0.29
I've had a read online and it seems like most of the answers suggest that this isn't possible - is this true?