Skip to content

Commit

Permalink
fixed failing mapping example test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Dec 2, 2013
1 parent 2fd534b commit 61de303
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public void MapFluentFull()
.DistanceErrorPercentage(0.025)
)
.Completion(s=>s
.Name(p=>p.Name)
.Name(p=>p.Name.Suffix("completion"))
.IndexAnalyzer("standard")
.SearchAnalyzer("standard")
.MaxInputLength(20)
Expand Down

0 comments on commit 61de303

Please sign in to comment.