SEARCHENGINE
    
            
    
    
    
        
        
    Table of Contents
    
    Properties
    
            - 
    $error
    
                         : mixed            
 
            - 
    $valid
    
                         : mixed            
 
            - 
    $specialchars
    
                         : mixed            
 
            - 
    $specialchars_upper
    
                         : mixed            
 
    
    Methods
    
            - 
    __construct()
    
                                 : mixed    
 
            - 
    get_createds()
    
                                 : mixed    
 
            - 
    get_gids()
    
                                 : mixed    
 
            - 
    get_relevances()
    
                                 : mixed    
 
            - 
    get_spelling_correction()
    
                                 : mixed    
 
            - 
    highlight()
    
                                 : mixed    
 
            - 
    highlight_internal()
    
                                 : mixed    
 
            - 
    position_of_first_word()
    
                                 : mixed    
 
            - 
    query_description_internal()
    
                                 : mixed    
 
            - 
    query_description_long()
    
                                 : mixed    
 
            - 
    query_description_short()
    
                                 : mixed    
 
            - 
    run_count()
    
                                 : mixed    
 
            - 
    run_search()
    
                                 : mixed    
 
            - 
    stem()
    
                                 : mixed    
 
    
        
        
        
    
        
                    
    
        $error
        
        
                                
    
    
    
    
    public
        mixed
    $error
    
    
    
    
                    
    
        $valid
        
        
                                
    
    
    
    
    public
        mixed
    $valid
     = \false
    
    
    
                    
    
        $specialchars
        
        
                                
    
    
    
    
    private
        mixed
    $specialchars
     = array('<', '>', '"', '&')
    
    
    
                    
    
        $specialchars_upper
        
        
                                
    
    
    
    
    private
        mixed
    $specialchars_upper
     = array('<', '>', '"', '&')
    
    
    
            
            
        
                    
    
        __construct()
        
    
    
    
    
    public
                    __construct(mixed $query[, mixed $lang = '' ]) : mixed
    
        
    
        Parameters
    
                    - 
                $query
                : mixed
                            
 
            - 
                
            
 
                    - 
                $lang
                : mixed
                 = ''            
 
            - 
                
            
 
            
    
    
                    
    
        get_createds()
        
    
    
    
    
    public
                    get_createds() : mixed
    
        
    
    
    
    
                    
    
        get_gids()
        
    
    
    
    
    public
                    get_gids() : mixed
    
        
    
    
    
    
                    
    
        get_relevances()
        
    
    
    
    
    public
                    get_relevances() : mixed
    
        
    
    
    
    
                    
    
        get_spelling_correction()
        
    
    
    
    
    public
                    get_spelling_correction() : mixed
    
        
    
    
    
    
                    
    
        highlight()
        
    
    
    
    
    public
                    highlight(mixed $body) : mixed
    
        
    
        Parameters
    
                    - 
                $body
                : mixed
                            
 
            - 
                
            
 
            
    
    
                    
    
        highlight_internal()
        
    
    
    
    
    public
                    highlight_internal(mixed $body, mixed $stemmed_words) : mixed
    
        
    
        Parameters
    
                    - 
                $body
                : mixed
                            
 
            - 
                
            
 
                    - 
                $stemmed_words
                : mixed
                            
 
            - 
                
            
 
            
    
    
                    
    
        position_of_first_word()
        
    
    
    
    
    public
                    position_of_first_word(mixed $body) : mixed
    
        
    
        Parameters
    
                    - 
                $body
                : mixed
                            
 
            - 
                
            
 
            
    
    
                    
    
        query_description_internal()
        
    
    
    
    
    public
                    query_description_internal(mixed $long) : mixed
    
        
    
        Parameters
    
                    - 
                $long
                : mixed
                            
 
            - 
                
            
 
            
    
    
                    
    
        query_description_long()
        
    
    
    
    
    public
                    query_description_long() : mixed
    
        
    
    
    
    
                    
    
        query_description_short()
        
    
    
    
    
    public
                    query_description_short() : mixed
    
        
    
    
    
    
                    
    
        run_count()
        
    
    
    
    
    public
                    run_count(mixed $first_result, mixed $results_per_page[, mixed $sort_order = 'relevance' ]) : mixed
    
        
    
        Parameters
    
                    - 
                $first_result
                : mixed
                            
 
            - 
                
            
 
                    - 
                $results_per_page
                : mixed
                            
 
            - 
                
            
 
                    - 
                $sort_order
                : mixed
                 = 'relevance'            
 
            - 
                
            
 
            
    
    
                    
    
        run_search()
        
    
    
    
    
    public
                    run_search(mixed $first_result, mixed $results_per_page[, mixed $sort_order = 'relevance' ]) : mixed
    
        
    
        Parameters
    
                    - 
                $first_result
                : mixed
                            
 
            - 
                
            
 
                    - 
                $results_per_page
                : mixed
                            
 
            - 
                
            
 
                    - 
                $sort_order
                : mixed
                 = 'relevance'            
 
            - 
                
            
 
            
    
    
                    
    
        stem()
        
    
    
    
    
    public
                    stem(mixed $word) : mixed
    
        
    
        Parameters
    
                    - 
                $word
                : mixed
                            
 
            -