mirror of
https://github.com/predis/predis.git
synced 2026-08-24 13:59:23 +00:00
Added experimental support for FT.HYBRID (#1607)
* Added basic structures and test coverage * Added most of the test coverage * Added more test coverage * Codestyle fixes * Fixed static analysis * ANother static analysis fix * Codestyle fixes * Fixed version constraints * Added missing annotations * Use class context * Added more test coverage * Codestyle fixes * Added experimental mentioning
This commit is contained in:
committed by
GitHub
parent
ce853ecec2
commit
f11e855047
@@ -19,6 +19,7 @@ use Predis\Command\Argument\Search\AlterArguments;
|
||||
use Predis\Command\Argument\Search\CreateArguments;
|
||||
use Predis\Command\Argument\Search\DropArguments;
|
||||
use Predis\Command\Argument\Search\ExplainArguments;
|
||||
use Predis\Command\Argument\Search\HybridSearch\HybridSearchQuery;
|
||||
use Predis\Command\Argument\Search\ProfileArguments;
|
||||
use Predis\Command\Argument\Search\SchemaFields\FieldInterface;
|
||||
use Predis\Command\Argument\Search\SearchArguments;
|
||||
@@ -136,6 +137,7 @@ use Predis\Response\Status;
|
||||
* @method array ftdictdump(string $dict)
|
||||
* @method Status ftdropindex(string $index, ?DropArguments $arguments = null)
|
||||
* @method string ftexplain(string $index, string $query, ?ExplainArguments $arguments = null)
|
||||
* @method array fthybrid(string $index, HybridSearchQuery $query)
|
||||
* @method array ftinfo(string $index)
|
||||
* @method array ftprofile(string $index, ProfileArguments $arguments)
|
||||
* @method array ftsearch(string $index, string $query, ?SearchArguments $arguments = null)
|
||||
|
||||
Reference in New Issue
Block a user