SearchIndexInfoIndexStatusLocal Property |
Gets or sets local index status.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public IndexStatusEnum IndexStatusLocal { get; }
Property Value
Type:
IndexStatusEnumRemarks
This property is in-memory only. Use it for indexes whose storage belongs to current application process (e.g. local storage file based index on a web farm server, where each server
maintains their own local index status).
See Also