View Source
  Interface IIndexRebuilder
  
  
  
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public interface IIndexRebuilder
   
  Methods
  
  
    View Source
  
  CanRebuild(String)
  
  
  Declaration
  
    bool CanRebuild(string indexName)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | indexName |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  RebuildIndex(String, Nullable<TimeSpan>, Boolean)
  
  
  Declaration
  
    void RebuildIndex(string indexName, TimeSpan? delay = null, bool useBackgroundThread = true)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | indexName |  | 
      
        | System.Nullable<TimeSpan> | delay |  | 
      
        | System.Boolean | useBackgroundThread |  | 
    
  
  
    View Source
  
  RebuildIndexes(Boolean, Nullable<TimeSpan>, Boolean)
  
  
  Declaration
  
    void RebuildIndexes(bool onlyEmptyIndexes, TimeSpan? delay = null, bool useBackgroundThread = true)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Boolean | onlyEmptyIndexes |  | 
      
        | System.Nullable<TimeSpan> | delay |  | 
      
        | System.Boolean | useBackgroundThread |  |