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