Closed
Description
Hello, I'm running into following exception after updating Redis.OM nuget package from 0.7.6 to 1.0.0.
System.Exception: 'Invalid field type for field `INDEXMISSING`
Failed on FT.CREATE playerentity-idx ON Json PREFIX 1 Player SCHEMA $.UniquePlayerId AS UniquePlayerId TAG SEPARATOR | INDEXMISSING INDEXEMPTY'
Inner Exception
RedisServerException: Invalid field type for field `INDEXMISSING`
The exception is thrown during index creation
await _provider.Connection.CreateIndexAsync(typeof(PlayerEntity));
[Document(StorageType = StorageType.Json, Prefixes = ["Player"])]
public class PlayerEntity
{
[RedisIdField, Indexed] public string UniquePlayerId { get; set; }
// ... other properties without attributes
}
Metadata
Metadata
Assignees
Labels
No labels