Navigation
API > API/Plugins > API/Plugins/SemanticSearch
Classification of an indexing failure. Populated by the layer that knows the cause (processor vs. embedding provider) and carried through to FHybridSearchIndex::MarkFailed so retryable (Provider) failures can be separated from permanent (PreProcessor) ones.
| Name | UE::SemanticSearch::EAssetIndexFailureReason |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/SemanticSearch/Source/SemanticSearch/Public/HybridSearchIndex.h |
| Include Path | #include "HybridSearchIndex.h" |
Syntax
namespace UE
{
namespace SemanticSearch
{
enum EAssetIndexFailureReason
{
None = 0,
PreProcessor = 1,
Provider = 2,
}
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| PreProcessor | |
| Provider |