Home
last modified time | relevance | path

Searched refs:DirectGenerator (Results 1 – 3 of 3) sorted by last modified time

/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/CandidateGenerator/
H A DDirectGenerator.php6 * Class DirectGenerator.
10 class DirectGenerator extends AbstractCandidateGenerator class
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DPhrase.php6 use Elastica\Suggest\CandidateGenerator\DirectGenerator; alias
143 public function addDirectGenerator(DirectGenerator $generator): self
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md626 - Deprecated both `prefix_len` & `min_word_len` fields in `Elastica\Suggest\CandidateGenerator\DirectGenerator` as these now return errors when using the phrase suggester to querying terms.
1507 - Add \Elastica\Suggest\Phrase, \Elastica\Suggest\CandidateGenerator\AbstractCandidateGenerator, and \Elastica\Suggest\CandidateGenerator\DirectGenerator