Class KnowledgeIndexFreshnessStates
Namespace: Cephalon.Abstractions.Retrieval
Assembly: Cephalon.Abstractions.dll
Defines stable freshness state identifiers for managed retrieval indexes.
public static class KnowledgeIndexFreshnessStatesInheritance
Section titled “Inheritance”object ← KnowledgeIndexFreshnessStates
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”Failed
Section titled “ Failed”The latest indexing run failed.
public const string Failed = "failed"Field Value
Section titled “Field Value”The latest successful index is within the configured freshness window.
public const string Fresh = "fresh"Field Value
Section titled “Field Value”NotIndexed
Section titled “ NotIndexed”The collection has not been indexed.
public const string NotIndexed = "not-indexed"Field Value
Section titled “Field Value”Skipped
Section titled “ Skipped”The latest indexing run was skipped.
public const string Skipped = "skipped"Field Value
Section titled “Field Value”The latest successful index is older than the configured freshness window.
public const string Stale = "stale"