- Full name:
\IndexLite\Index
protected string $path
protected \SQLite3 $db
public __construct(string $path, array $options = []): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$path |
string | |
$options |
array |
public add(mixed $id, array $document, mixed $safe = true): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$id |
mixed | |
$document |
array | |
$safe |
mixed |
public remove(mixed $id): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$id |
mixed |
public search(string $query, ?array $fields = null): array
Parameters:
Parameter | Type | Description |
---|---|---|
$query |
string | |
$fields |
?array |
protected stringify(mixed $value): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$value |
mixed |