Hello all,

i did googling and also as per wiki, we can not apply sorting on multivalued
field.

workaround for that is we need to add two more fields for particular
multivalued field, min and max.
     e.g.     multivalued field have 4 values
                         "abc",
                         "cde",
                         "efg",
                         "pqr"
than min="abc" and max="pqr"    and we can make sort on it.

this is fine if there is only required to sort on multivalued field.  

but i want to do searching and sorting on same multivalued field, then
result would not fine.

how to solve this problem ?

Thanks
vishal parekh

--
View this message in context: 
http://lucene.472066.n3.nabble.com/how-to-apply-sort-and-search-both-on-multivalued-field-in-solr-tp3473652p3473652.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to