Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Elastica
Query
Wildcard
PHP Class Elastica\Query\Wildcard
See link:
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-wildcard-query.html
Author:
Nicolas Ruflin (
[email protected]
)
Inheritance:
extends
AbstractQuery
Show file
Open project: ruflin/elastica
Class Usage Examples
Public Methods
Method
Description
__construct
(
string
$key
= '',
string
$value
= null,
float
$boost
= 1 )
Construct wildcard query.
setValue
(
string
$key
,
string
$value
,
float
$boost
= 1 )
Sets the query expression for a key with its boost value.
Method Details
__construct()
public
method
Construct wildcard query.
public
__construct
(
string
$key
= '',
string
$value
= null,
float
$boost
= 1 )
$key
string
OPTIONAL Wildcard key
$value
string
OPTIONAL Wildcard value
$boost
float
OPTIONAL Boost value (default = 1)
setValue()
public
method
Sets the query expression for a key with its boost value.
public
setValue
(
string
$key
,
string
$value
,
float
$boost
= 1 )
$key
string
$value
string
$boost
float