Skip to content

Class KnowledgeIndexFreshnessStates

Namespace: Cephalon.Abstractions.Retrieval
Assembly: Cephalon.Abstractions.dll

Defines stable freshness state identifiers for managed retrieval indexes.

public static class KnowledgeIndexFreshnessStates

objectKnowledgeIndexFreshnessStates

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

The latest indexing run failed.

public const string Failed = "failed"

string

The latest successful index is within the configured freshness window.

public const string Fresh = "fresh"

string

The collection has not been indexed.

public const string NotIndexed = "not-indexed"

string

The latest indexing run was skipped.

public const string Skipped = "skipped"

string

The latest successful index is older than the configured freshness window.

public const string Stale = "stale"

string