SearchParams
Read onlyYes
    FinalYes
Methods
- __construct() : mixed
- asArray() : array<string|int, mixed>
- hasSort() : bool
- remove() : self
- set() : self
- setBody() : self
Methods
__construct()
    public
                    __construct(array<string|int, mixed> $params) : mixed
    Parameters
- $params : array<string|int, mixed>
- 
                    - https://www.elastic.co/guide/en/elasticsearch/reference/master/search-search.html
 
asArray()
    public
                    asArray() : array<string|int, mixed>
    Return values
array<string|int, mixed>hasSort()
    public
                    hasSort() : bool
    Return values
boolremove()
    public
                    remove(string $key) : self
    Parameters
- $key : string
Return values
selfset()
    public
                    set(string $key, mixed $value) : self
    Parameters
- $key : string
- $value : mixed
Return values
selfsetBody()
    public
                    setBody(string $key, mixed $value) : self
    Parameters
- $key : string
- $value : mixed