PHP 인터페이스 Smile\ElasticsuiteCore\Search\Request\BucketInterface
- Define new usable bucket types in ElasticSuite (histogrrams)
- Additional methods to handle nested and filtered aggregations
파일 보기
프로젝트 열기: 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. |
|
메소드 상세
Optional filter for filtered aggregations.
public getFilter ( ) : Smile\ElasticsuiteCore\Search\Request\QueryInterface | null |
리턴 |
Smile\ElasticsuiteCore\Search\Request\QueryInterface | null |
|
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 |
|
Nested path for nested aggregations.
Indicates if the aggregation is nested.