Re: Sort by date? (solr.DateRangeField)

2016-11-07 Thread Erick Erickson
My guess is that it's this: multiValued="true" Most sorting doesn't work on mutivalued fields as it's ambiguous what sorting means; which value should be used? This isn't a very helpful stack trace if that's the issue though I'll admit. There are some JIRAs out there to allow sorting on, say, the

Sort by date? (solr.DateRangeField)

2016-11-07 Thread Georgios Petasis
Dear all, I have defined a field "date_range" as: multiValued="true" indexed="true"/> The field works (and I can perform range queries for these dates). but I have not found a way to sort results based on this field. I have tried with the dist(), ms() functions, to use the boost plugin, etc.

Sort by date? (solr.DateRangeField)

2016-11-07 Thread Georgios Petasis
Dear all, I have defined a field "date_range" as: multiValued="true" indexed="true"/> The field works (and I can perform range queries for these dates). but I have not found a way to sort results based on this field. I have tried with the dist(), ms() functions, to use the boost plugin, etc.