Method | Description | |
---|---|---|
ConfigureAsync ( ) : System.Threading.Tasks.Task | ||
ConfigureDescriptor ( Nest.CreateIndexDescriptor idx ) : Nest.CreateIndexDescriptor | ||
CreateReindexWorkItem ( int currentVersion ) : |
||
DeleteAsync ( ) : System.Threading.Tasks.Task | ||
GetCurrentVersionAsync ( ) : Task |
Returns the current index version (E.G., the oldest index version).
|
|
MaintainAsync ( bool includeOptionalTasks = true ) : System.Threading.Tasks.Task | ||
ReindexAsync ( Func |
||
VersionedIndex ( IElasticConfiguration configuration, string name, int version = 1 ) : System |
Method | Description | |
---|---|---|
AliasExistsAsync ( string alias ) : Task |
||
CreateAliasAsync ( string index, string name ) : System.Threading.Tasks.Task | ||
GetIndexDate ( string name ) : System.DateTime | ||
GetIndexVersion ( string name ) : int | ||
GetIndexesAsync ( int version = -1 ) : Task |
||
GetVersionFromAliasAsync ( string alias ) : Task |
protected AliasExistsAsync ( string alias ) : Task |
||
alias | string | |
return | Task |
public ConfigureAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public ConfigureDescriptor ( Nest.CreateIndexDescriptor idx ) : Nest.CreateIndexDescriptor | ||
idx | Nest.CreateIndexDescriptor | |
return | Nest.CreateIndexDescriptor |
protected CreateAliasAsync ( string index, string name ) : System.Threading.Tasks.Task | ||
index | string | |
name | string | |
return | System.Threading.Tasks.Task |
public CreateReindexWorkItem ( int currentVersion ) : |
||
currentVersion | int | |
return |
public DeleteAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
protected GetIndexDate ( string name ) : System.DateTime | ||
name | string | |
return | System.DateTime |
protected GetIndexVersion ( string name ) : int | ||
name | string | |
return | int |
protected GetIndexesAsync ( int version = -1 ) : Task |
||
version | int | |
return | Task |
protected GetVersionFromAliasAsync ( string alias ) : Task |
||
alias | string | |
return | Task |
public MaintainAsync ( bool includeOptionalTasks = true ) : System.Threading.Tasks.Task | ||
includeOptionalTasks | bool | |
return | System.Threading.Tasks.Task |
public ReindexAsync ( Func |
||
progressCallbackAsync | Func |
|
return | System.Threading.Tasks.Task |
public VersionedIndex ( IElasticConfiguration configuration, string name, int version = 1 ) : System | ||
configuration | IElasticConfiguration | |
name | string | |
version | int | |
return | System |