|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompassQuery.SortDirection | |
|---|---|
| org.compass.core | |
| org.compass.core.engine | |
| org.compass.core.impl | |
| org.compass.core.lucene.engine | |
| Uses of CompassQuery.SortDirection in org.compass.core |
|---|
| Fields in org.compass.core declared as CompassQuery.SortDirection | |
|---|---|
static CompassQuery.SortDirection |
CompassQuery.SortDirection.AUTO
The default sort direction, which is descending for relevance type and increasing for all the rest. |
static CompassQuery.SortDirection |
CompassQuery.SortDirection.REVERSE
The reverse order of the AUTO order. |
| Methods in org.compass.core with parameters of type CompassQuery.SortDirection | |
|---|---|
CompassQuery |
CompassQuery.addSort(CompassQuery.SortImplicitType implicitType,
CompassQuery.SortDirection direction)
Adds sorting on implicit types, which are not direct properties values. |
CompassQuery |
CompassQuery.addSort(String propertyName,
CompassQuery.SortDirection direction)
Adds sorting on the given property name. |
CompassQuery |
CompassQuery.addSort(String propertyName,
CompassQuery.SortPropertyType type,
CompassQuery.SortDirection direction)
Adds sorting on the given property name, and using the given property type. |
CompassQuery |
CompassQuery.addSort(String propertyName,
Locale locale,
CompassQuery.SortDirection direction)
Adds sorting on the given property name, and using the given locale. |
| Uses of CompassQuery.SortDirection in org.compass.core.engine |
|---|
| Methods in org.compass.core.engine with parameters of type CompassQuery.SortDirection | |
|---|---|
SearchEngineQuery |
SearchEngineQuery.addSort(CompassQuery.SortImplicitType implicitType,
CompassQuery.SortDirection direction)
|
SearchEngineQuery |
SearchEngineQuery.addSort(String propertyName,
CompassQuery.SortDirection direction)
|
SearchEngineQuery |
SearchEngineQuery.addSort(String propertyName,
CompassQuery.SortPropertyType type,
CompassQuery.SortDirection direction)
|
SearchEngineQuery |
SearchEngineQuery.addSort(String propertyName,
Locale locale,
CompassQuery.SortDirection direction)
|
| Uses of CompassQuery.SortDirection in org.compass.core.impl |
|---|
| Methods in org.compass.core.impl with parameters of type CompassQuery.SortDirection | |
|---|---|
CompassQuery |
DefaultCompassQuery.addSort(CompassQuery.SortImplicitType implicitType,
CompassQuery.SortDirection direction)
|
CompassQuery |
DefaultCompassQuery.addSort(String name,
CompassQuery.SortDirection direction)
|
CompassQuery |
DefaultCompassQuery.addSort(String name,
CompassQuery.SortPropertyType type,
CompassQuery.SortDirection direction)
|
CompassQuery |
DefaultCompassQuery.addSort(String propertyName,
Locale locale,
CompassQuery.SortDirection direction)
|
| Uses of CompassQuery.SortDirection in org.compass.core.lucene.engine |
|---|
| Methods in org.compass.core.lucene.engine with parameters of type CompassQuery.SortDirection | |
|---|---|
SearchEngineQuery |
LuceneSearchEngineQuery.addSort(CompassQuery.SortImplicitType implicitType,
CompassQuery.SortDirection direction)
|
SearchEngineQuery |
LuceneSearchEngineQuery.addSort(String propertyName,
CompassQuery.SortDirection direction)
|
SearchEngineQuery |
LuceneSearchEngineQuery.addSort(String propertyName,
CompassQuery.SortPropertyType type,
CompassQuery.SortDirection direction)
|
SearchEngineQuery |
LuceneSearchEngineQuery.addSort(String propertyName,
Locale locale,
CompassQuery.SortDirection direction)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||