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 2fd534b commit 61de303Copy full SHA for 61de303
src/Nest.Tests.Unit/Core/Map/FluentMappingFullExampleTests.cs
@@ -235,7 +235,7 @@ public void MapFluentFull()
235
.DistanceErrorPercentage(0.025)
236
)
237
.Completion(s=>s
238
- .Name(p=>p.Name)
+ .Name(p=>p.Name.Suffix("completion"))
239
.IndexAnalyzer("standard")
240
.SearchAnalyzer("standard")
241
.MaxInputLength(20)
0 commit comments