, the first field is always the primary sort field followed by
> secondary.
>
> Thanks again.
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Issue-with-Solr-multiple-sort-tp4181056p4181062.html
> Sent from the Solr - User mailing list archive at Nabble.com.
Thanks Hoss for clearing up my doubt. I was confused with the ordering. So I
guess, the first field is always the primary sort field followed by
secondary.
Thanks again.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Issue-with-Solr-multiple-sort-tp4181056p4181062.html
: I'm facing a problem with multiple field sort in Solr. I'm using the
: following fields in sort :
:
: PublishDate asc,DocumentType asc
correction: you are using: PublishDate desc,DocumentType desc
: The sort is only happening on PublishDate, DocumentType seemsto completely
: ignored. Here's
Hi,
I'm facing a problem with multiple field sort in Solr. I'm using the
following fields in sort :
PublishDate asc,DocumentType asc
The sort is only happening on PublishDate, DocumentType seemsto completely
ignored. Here's my field type definition.
Here's the sample query:
http://localh