@NonNull abstract fun withLimit(limit: Int!): IFuzzySearchQuery
The upper limit of the number of results.
limit - Int!: The upper limit of the number of results.
Return
IFuzzySearchQuery: The builder of the query with a new value for the limit set.