We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926a89d commit 9398a7eCopy full SHA for 9398a7e
src/Nest.Tests.Integration/Search/SubClassSupport/SubClassSupportTests.cs
@@ -115,6 +115,7 @@ public void MultipleTypesUsingBaseClassMultiSearch()
115
.MatchAll()
116
)
117
.Search<MyBaseClass>("using_selector", s => s.AllIndices()
118
+ .Types("classas","classbs")
119
.ConcreteTypeSelector((o, h) => o.classBProperty != null ? typeof(ClassB) : typeof(ClassA))
120
.From(0)
121
.Size(100)
0 commit comments