org.sakaiproject.search.filter.impl
Class DateRelevanceSort

java.lang.Object
  extended by org.apache.lucene.search.Sort
      extended by org.sakaiproject.search.filter.impl.DateRelevanceSort
All Implemented Interfaces:
Serializable

public class DateRelevanceSort
extends org.apache.lucene.search.Sort

Sorts by date stamp then relevance in revese order (newst earliest)

Author:
ieb
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.lucene.search.Sort
INDEXORDER, RELEVANCE
 
Constructor Summary
DateRelevanceSort()
           
 
Method Summary
 
Methods inherited from class org.apache.lucene.search.Sort
equals, getSort, hashCode, setSort, setSort, setSort, setSort, setSort, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DateRelevanceSort

public DateRelevanceSort()


Copyright © 2003-2012 Sakai Project. All Rights Reserved.