|  | @@ -549,7 +549,7 @@  discard block | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 549 | 549 |      /** | 
                                                                                                            
                                                            | 550 | 550 |       * Activates and deactivates grouping for the current query. | 
                                                                                                            
                                                            | 551 | 551 |       * | 
                                                                                                            
                                                            | 552 |  | -     * @param bool|Grouping $grouping TRUE to enable grouping, FALSE to disable grouping | 
                                                                                                            
                                                            |  | 552 | +     * @param Grouping $grouping TRUE to enable grouping, FALSE to disable grouping | 
                                                                                                            
                                                            | 553 | 553 |       * @return void | 
                                                                                                            
                                                            | 554 | 554 |       */ | 
                                                                                                            
                                                            | 555 | 555 |      public function setGrouping($grouping = true) | 
                                                                                                                                                        
                                                        |  | @@ -737,7 +737,7 @@  discard block | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 737 | 737 |      /** | 
                                                                                                            
                                                            | 738 | 738 |       * Activates and deactivates faceting for the current query. | 
                                                                                                            
                                                            | 739 | 739 |       * | 
                                                                                                            
                                                            | 740 |  | -     * @param bool|Faceting $faceting TRUE to enable faceting, FALSE to disable faceting | 
                                                                                                            
                                                            |  | 740 | +     * @param Faceting $faceting TRUE to enable faceting, FALSE to disable faceting | 
                                                                                                            
                                                            | 741 | 741 |       * @return void | 
                                                                                                            
                                                            | 742 | 742 |       */ | 
                                                                                                            
                                                            | 743 | 743 |      public function setFaceting($faceting = true) | 
                                                                                                                                                        
                                                        |  | @@ -1044,7 +1044,7 @@  discard block | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 1044 | 1044 |       * | 
                                                                                                            
                                                            | 1045 | 1045 |       * This query supports the complete Lucene Query Language. | 
                                                                                                            
                                                            | 1046 | 1046 |       * | 
                                                                                                            
                                                            | 1047 |  | -     * @param mixed $alternativeQuery String alternative query or boolean FALSE to disable / reset the q.alt parameter. | 
                                                                                                            
                                                            |  | 1047 | +     * @param string $alternativeQuery String alternative query or boolean FALSE to disable / reset the q.alt parameter. | 
                                                                                                            
                                                            | 1048 | 1048 |       * @see http://wiki.apache.org/solr/DisMaxQParserPlugin#q.alt | 
                                                                                                            
                                                            | 1049 | 1049 |       */ | 
                                                                                                            
                                                            | 1050 | 1050 |      public function setAlternativeQuery($alternativeQuery) | 
                                                                                                                                                        
                                                        |  | @@ -1232,7 +1232,7 @@  discard block | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 1232 | 1232 |      /** | 
                                                                                                            
                                                            | 1233 | 1233 |       * Enables or disables highlighting of search terms in result teasers. | 
                                                                                                            
                                                            | 1234 | 1234 |       * | 
                                                                                                            
                                                            | 1235 |  | -     * @param Highlighting|bool $highlighting Enables highlighting when set to TRUE, deactivates highlighting when set to FALSE, defaults to TRUE. | 
                                                                                                            
                                                            |  | 1235 | +     * @param Highlighting $highlighting Enables highlighting when set to TRUE, deactivates highlighting when set to FALSE, defaults to TRUE. | 
                                                                                                            
                                                            | 1236 | 1236 |       * @param int $fragmentSize Size, in characters, of fragments to consider for highlighting. | 
                                                                                                            
                                                            | 1237 | 1237 |       * @see http://wiki.apache.org/solr/HighlightingParameters | 
                                                                                                            
                                                            | 1238 | 1238 |       * @return void |