org.compass.core
Class CompassQuery.SortDirection
java.lang.Object
org.compass.core.util.Parameter
org.compass.core.CompassQuery.SortDirection
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- CompassQuery
public static final class CompassQuery.SortDirection
- extends Parameter
Used to set the sort direction for the query.
- Author:
- kimchy
- See Also:
- Serialized Form
AUTO
public static final CompassQuery.SortDirection AUTO
- The default sort direction, which is descending for relevance type
and increasing for all the rest.
REVERSE
public static final CompassQuery.SortDirection REVERSE
- The reverse order of the
AUTO order.
Copyright (c) 2004-2008 The Compass Project.