Navigation
API > API/Plugins > API/Plugins/SemanticSearch
| |
|
| Name |
FSemanticSearchIndexStats |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/SemanticSearch/Source/SemanticSearch/Public/HybridSearchIndex.h |
| Include Path |
#include "HybridSearchIndex.h" |
Syntax
struct FSemanticSearchIndexStats
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIsIndexing |
bool |
|
HybridSearchIndex.h |
|
| bIsInitialized |
bool |
|
HybridSearchIndex.h |
|
| bIsTrained |
bool |
|
HybridSearchIndex.h |
|
| BM25Count |
int32 |
|
HybridSearchIndex.h |
|
| bSupportsQuantization |
bool |
|
HybridSearchIndex.h |
|
| Dimension |
int32 |
|
HybridSearchIndex.h |
|
| EstimatedBM25MemoryBytes |
int64 |
|
HybridSearchIndex.h |
|
| EstimatedVectorMemoryBytes |
int64 |
|
HybridSearchIndex.h |
|
| FailedCount |
int32 |
Retryable failures (e.g. provider/connection errors). Cleared on restart. |
HybridSearchIndex.h |
|
| IndexType |
ESemanticSearchIndexType |
|
HybridSearchIndex.h |
|
| PreProcessorFailedCount |
int32 |
Permanent failures (e.g. asset has no thumbnail). |
HybridSearchIndex.h |
|
| SupportedAssetCount |
int32 |
|
HybridSearchIndex.h |
|
| VectorCount |
int32 |
|
HybridSearchIndex.h |
|