PHP 인터페이스 Smile\ElasticsuiteCore\Api\Search\Spellchecker\RequestInterface

저자: Aurelien FOUCRET ([email protected])
파일 보기 프로젝트 열기: smile-sa/elasticsuite 0 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

getCutoffFrequency() 공개 메소드

Spellcheck cutoff frequency (used to detect stopwords).
public getCutoffFrequency ( ) : float
리턴 float

getIndex() 공개 메소드

Spellcheck request index name.
public getIndex ( ) : string
리턴 string

getQueryText() 공개 메소드

Spellcheck fulltext query.
public getQueryText ( ) : string
리턴 string

getType() 공개 메소드

Spellcheck request document type.
public getType ( ) : string
리턴 string