Re: Issue with Solr multiple sort

2015-01-22 Thread Erick Erickson
, 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.

Re: Issue with Solr multiple sort

2015-01-21 Thread shamik
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

Re: Issue with Solr multiple sort

2015-01-21 Thread Chris Hostetter
: 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

Issue with Solr multiple sort

2015-01-21 Thread Shamik Bandopadhyay
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