PHP Interface Smile\ElasticsuiteCore\Api\Search\Spellchecker\RequestInterface

Author: Aurelien FOUCRET ([email protected])
Afficher le fichier Open project: smile-sa/elasticsuite Interface Usage Examples

Méthodes publiques

Méthode Description
getCutoffFrequency ( ) : float Spellcheck cutoff frequency (used to detect stopwords).
getIndex ( ) : string Spellcheck request index name.
getQueryText ( ) : string Spellcheck fulltext query.
getType ( ) : string Spellcheck request document type.

Method Details

getCutoffFrequency() public méthode

Spellcheck cutoff frequency (used to detect stopwords).
public getCutoffFrequency ( ) : float
Résultat float

getIndex() public méthode

Spellcheck request index name.
public getIndex ( ) : string
Résultat string

getQueryText() public méthode

Spellcheck fulltext query.
public getQueryText ( ) : string
Résultat string

getType() public méthode

Spellcheck request document type.
public getType ( ) : string
Résultat string