Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Smile
ElasticsuiteCore
Search
Request
SortOrderInterface
PHP Interface Smile\ElasticsuiteCore\Search\Request\SortOrderInterface
Author:
Aurelien FOUCRET (
[email protected]
)
显示文件
Open project: smile-sa/elasticsuite
Interface Usage Examples
Public Methods
Method
Description
getDirection
( ) :
string
Sort order direction.
getField
( ) :
string
Field used for sort.
getName
( ) :
string
Sort order name.
getType
( ) :
string
Sort order type.
Method Details
getDirection()
public
method
Sort order direction.
public
getDirection
( ) :
string
return
string
getField()
public
method
Field used for sort.
public
getField
( ) :
string
return
string
getName()
public
method
Sort order name.
public
getName
( ) :
string
return
string
getType()
public
method
Sort order type.
public
getType
( ) :
string
return
string