Multiple integer document field.
Properties¶
$boost
¶
FieldType.php
:
44
The importance of that field (boost factor).
|
|
$highlight
¶
FieldType.php
:
37
Whether highlighting should be performed for this field on result documents.
|
|
$inResult
¶
FieldType.php
:
58
Whether the field should be a part of the resulting document.
|
|
$multiValue
¶
FieldType.php
:
51
Whether the field supports multiple values.
|
|
$name
¶
FieldType.php
:
23
Name of the document field. Will be used to query this field.
|
|
$type
¶
MultipleIntegerField.php
:
21
The type name of the facet. Has to be handled by the solr schema.
|
|
Methods¶
__construct()
¶
ValueObject.php
:
31
Construct object optionally with a set of properties.
|
|
Readonly properties values must be set using $properties
as they aren't writable anymore
after object has been created.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$properties | array<string, mixed> | [] | - |
getType()
¶
FieldType.php
:
60
|
|
Return values
string
getProperties()
¶
ValueObject.php
:
54
Returns list of available properties' names.
|
|
Override to add dynamic properties.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$dynamicProperties | array<int, string> | [] |
Additional dynamic properties exposed on the object |
Return values
array<int, string>