Definition at line 41 of file registry.cc.
 
◆ Internal()
      
        
          | Xapian::Registry::Internal::Internal  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~Internal()
      
        
          | Xapian::Registry::Internal::~Internal  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ add_defaults()
  
  
      
        
          | void Xapian::Registry::Internal::add_defaults  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ clear_lat_long_metrics()
  
  
      
        
          | void Xapian::Registry::Internal::clear_lat_long_metrics  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Clear all registered lat-long metrics. 
Definition at line 221 of file registry.cc.
 
 
◆ clear_match_spies()
  
  
      
        
          | void Xapian::Registry::Internal::clear_match_spies  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Clear all registered match spies. 
Definition at line 212 of file registry.cc.
 
 
◆ clear_posting_sources()
  
  
      
        
          | void Xapian::Registry::Internal::clear_posting_sources  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Clear all registered posting sources. 
Definition at line 203 of file registry.cc.
 
 
◆ clear_weighting_schemes()
  
  
      
        
          | void Xapian::Registry::Internal::clear_weighting_schemes  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Clear all registered weighting schemes. 
Definition at line 194 of file registry.cc.
 
 
◆ Xapian::Registry
◆ lat_long_metrics
Registered lat-long metrics. 
Definition at line 54 of file registry.cc.
 
 
◆ matchspies
  
  
      
        
          | std::map<std::string, Xapian::MatchSpy *> Xapian::Registry::Internal::matchspies | 
         
       
   | 
  
private   | 
  
 
Registered match spies. 
Definition at line 51 of file registry.cc.
 
 
◆ postingsources
Registered external posting sources. 
Definition at line 48 of file registry.cc.
 
 
◆ wtschemes
  
  
      
        
          | std::map<std::string, Xapian::Weight *> Xapian::Registry::Internal::wtschemes | 
         
       
   | 
  
private   | 
  
 
Registered weighting schemes. 
Definition at line 45 of file registry.cc.
 
 
The documentation for this class was generated from the following file: