2 writes to IsFullTextIndexed
Microsoft.Extensions.VectorData.Abstractions (2)
ProviderServices\CollectionModelBuilder.cs (2)
264
dataProperty.
IsFullTextIndexed
= dataAttribute.IsFullTextIndexed;
272
dataProperty.
IsFullTextIndexed
= defData.IsFullTextIndexed;
2 references to IsFullTextIndexed
Microsoft.Extensions.VectorData.Abstractions (2)
ProviderServices\CollectionModel.cs (2)
157
return property.
IsFullTextIndexed
166
.Where(l => l.Type == typeof(string) && l.
IsFullTextIndexed
)