Description
Initial request...
Switch max() and min() functions to work on multiValued fields so we can
do sort=min(fieldname) asc and the sort would work on multiValued fields...
...this specific syntax has been spun off into SOLR-7853, but the underlying functionality s being implemented here using a new optional second argument to the field() function: field(multivalued_field_name,min) and field(multivalued_field_name,max).
Attachments
Attachments
Issue Links
- is related to
-
SOLR-7853 support min(multivalued_field_name) and max(multivalued_field_name) syntax
- Open
- is required by
-
SOLR-2339 No error reported when sorting on a multiValued field
- Closed
- relates to
-
SOLR-8001 Using value sources on a multi-valued field can result in an exception if no data
- Closed
-
LUCENE-6709 Add RandomAccessOrds support to UninvertedReader's SortedSetDocValues impl (DocTermOrds.Iterator)
- Open