|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.util.Parameter
org.compass.core.CompassQuery.SortPropertyType
public static final class CompassQuery.SortPropertyType
Used to define the type of the property that will be sorted. Note that
INT has the lowest memorty requirements and
STRING the most.
| Field Summary | |
|---|---|
static CompassQuery.SortPropertyType |
AUTO
Guess type of sort based on proeprty contents. |
static CompassQuery.SortPropertyType |
FLOAT
Sort using term values as encoded Floats. |
static CompassQuery.SortPropertyType |
INT
Sort using term values as encoded Integers. |
static CompassQuery.SortPropertyType |
STRING
Sort using term values as Strings. |
| Method Summary |
|---|
| Methods inherited from class org.compass.core.util.Parameter |
|---|
readResolve, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final CompassQuery.SortPropertyType AUTO
public static final CompassQuery.SortPropertyType STRING
public static final CompassQuery.SortPropertyType INT
public static final CompassQuery.SortPropertyType FLOAT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||