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