PHP 인터페이스 Smile\ElasticsuiteCore\Search\Request\BucketInterface

- Define new usable bucket types in ElasticSuite (histogrrams) - Additional methods to handle nested and filtered aggregations
저자: Aurelien FOUCRET ([email protected])
상속: extends Magento\Framework\Search\Request\BucketInterface
파일 보기 프로젝트 열기: smile-sa/elasticsuite 0 사용 예제들

공개 메소드들

메소드 설명
getFilter ( ) : Smile\ElasticsuiteCore\Search\Request\QueryInterface | null Optional filter for filtered aggregations.
getNestedFilter ( ) : Smile\ElasticsuiteCore\Search\Request\QueryInterface | null Optional filter for nested filters (eg. filter by customer group for price).
getNestedPath ( ) : string Nested path for nested aggregations.
isNested ( ) Indicates if the aggregation is nested.

메소드 상세

getFilter() 공개 메소드

Optional filter for filtered aggregations.
public getFilter ( ) : Smile\ElasticsuiteCore\Search\Request\QueryInterface | null
리턴 Smile\ElasticsuiteCore\Search\Request\QueryInterface | null

getNestedFilter() 공개 메소드

Optional filter for nested filters (eg. filter by customer group for price).
public getNestedFilter ( ) : Smile\ElasticsuiteCore\Search\Request\QueryInterface | null
리턴 Smile\ElasticsuiteCore\Search\Request\QueryInterface | null

getNestedPath() 공개 메소드

Nested path for nested aggregations.
public getNestedPath ( ) : string
리턴 string

isNested() 공개 메소드

Indicates if the aggregation is nested.
public isNested ( )