Re: Sorting by multiple fields (conditions influencing each other?!)

2008-01-13 Thread Otis Gospodnetic
AIL PROTECTED]> To: java-user@lucene.apache.org Sent: Saturday, January 12, 2008 7:52:49 PM Subject: Sorting by multiple fields (conditions influencing each other?!) I'm sorting the search result using multiple fields. Some of them are "real" fields, within the index, but one i

Sorting by multiple fields (conditions influencing each other?!)

2008-01-12 Thread Tobias Lohr
I'm sorting the search result using multiple fields. Some of them are "real" fields, within the index, but one is a "pseudo" field, a custom sort field, implemented by using a custom SortComparatorSource. I end up with the sorting conditions in exact this order: 1. Sort by score generate by cu