AbstractFieldTermAggregation
        AbstractFieldTermAggregation.php
                :
        14
                
    
                                        Abstract
        
                    
                Extends AbstractTermAggregation
            
        
                    
                Implements
                                    FieldAggregation                            
        
                    
                Constants¶
                
DEFAULT_LIMIT        ¶
    
        
        AbstractTermAggregation.php
                :
        15
                
    
        | 
                     | 
                
                    
                     | 
            
                
DEFAULT_MIN_COUNT        ¶
    
        
        AbstractTermAggregation.php
                :
        16
                
    
        | 
                     | 
                
                    
                     | 
            
Properties¶
                
        $contentTypeIdentifier
            ¶
    
        
        FieldAggregationTrait.php
                :
        13
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $fieldDefinitionIdentifier
            ¶
    
        
        FieldAggregationTrait.php
                :
        15
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $limit
            ¶
    
        
        AbstractTermAggregation.php
                :
        26
                
    
        Number of facets (terms) returned.
| 
                     | 
                
                    
                     | 
            
                
        $minCount
            ¶
    
        
        AbstractTermAggregation.php
                :
        31
                
    
        Specifies the minimum count. Only facet groups with more or equal results are returned.
| 
                     | 
                
                    
                     | 
            
                
        $name
            ¶
    
        
        AbstractTermAggregation.php
                :
        21
                
    
        The name of the aggregation.
| 
                     | 
                
                    
                     | 
            
Methods¶
                
__construct()
            ¶
    
        
        AbstractFieldTermAggregation.php
                :
        18
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $name | string | - | - | 
| $contentTypeIdentifier | string | - | - | 
| $fieldDefinitionIdentifier | string | - | - | 
                
getContentTypeIdentifier()
            ¶
    
        
        FieldAggregationTrait.php
                :
        17
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
string
                
getFieldDefinitionIdentifier()
            ¶
    
        
        FieldAggregationTrait.php
                :
        22
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
string
                
getLimit()
            ¶
    
        
        AbstractTermAggregation.php
                :
        43
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
int
                
getMinCount()
            ¶
    
        
        AbstractTermAggregation.php
                :
        55
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
int
                
getName()
            ¶
    
        
        AbstractTermAggregation.php
                :
        38
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
string
                
setLimit()
            ¶
    
        
        AbstractTermAggregation.php
                :
        48
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $limit | int | - | - | 
Return values
self
                
setMinCount()
            ¶
    
        
        AbstractTermAggregation.php
                :
        60
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $minCount | int | - | - | 
Return values
self