3 writes to IsFullTextIndexed
Microsoft.Extensions.VectorData.ConformanceTests (3)
HybridSearchTests.cs (3)
168new VectorStoreDataProperty("Text", typeof(string)) { IsFullTextIndexed = true }, 222new VectorStoreDataProperty("Text1", typeof(string)) { IsFullTextIndexed = true }, 223new VectorStoreDataProperty("Text2", typeof(string)) { IsFullTextIndexed = true },
1 reference to IsFullTextIndexed
Microsoft.Extensions.VectorData.Abstractions (1)
ProviderServices\CollectionModelBuilder.cs (1)
272dataProperty.IsFullTextIndexed = defData.IsFullTextIndexed;