Package org.alfresco.search.model
Class RequestSortDefinitionInner
java.lang.Object
org.alfresco.search.model.RequestSortDefinitionInner
RequestSortDefinitionInner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumHow to order - using a field, when position of the document in the index, score/relevence. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RequestSortDefinitionInner
public RequestSortDefinitionInner()
-
-
Method Details
-
type
-
getType
How to order - using a field, when position of the document in the index, score/relevence.- Returns:
- type
-
setType
-
field
-
getField
The name of the field- Returns:
- field
-
setField
-
ascending
-
isAscending
The sort order. (The ordering of nulls is determined by the SOLR configuration)- Returns:
- ascending
-
setAscending
-
equals
-
hashCode
public int hashCode() -
toString
-