Maslosoft Manganel API
Class Manganel
Manganel
Methods summary
public
|
|
public static
|
|
public static
|
|
public
|
|
public
string
|
|
public
boolean
|
|
public
Elasticsearch\Client
|
|
public
Maslosoft\Mangan\Interfaces\ProfilerInterface
|
#
getProfiler( )
Get profiler instance. This is guaranted, if not configured will return NullProfiller. |
public
|
Constants summary
string |
DefaultIndexId
|
#
'manganel'
|
Properties summary
public
array
|
$decorators
|
#
[
SearchCriteria::class => [
ConditionDecorator::class,
ConditionsDecorator::class,
ScrollDecorator::class,
SearchDecorator::class,
InDecorator::class,
NotDecorator::class,
RangeDecorator::class,
SimpleTermDecorator::class,
BoostDecorator::class,
PrefixQueryDecorator::class,
]
]
|
public
array
|
$hosts
|
#
[
'localhost:9200'
]
|
public
|
$auth
|
#
null
|
public
string
|
$username
|
#
''
|
public
string
|
$password
|
#
''
|
public
array
|
$params
|
#
[]
|
public
string
|
$index
TODO Enforce lowercase |
#
'my_index'
|
public
string
|
$indexId
|
#
self::DefaultIndexId
|
public
string|Closure
|
$refresh
Whether to use refresh option when indexing document.
NOTE: Due to performance reasons, this should be set to |
#
false
|
API documentation generated by ApiGen