Skip to content

Commit ab8fe00

Browse files
username1103jbl428
authored andcommitted
docs: fix comment
1 parent 2d55854 commit ab8fe00

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

core/src/main/kotlin/com/github/inflab/spring/data/mongodb/core/aggregation/search/AutocompleteSearchOperationDsl.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,9 @@ class AutocompleteSearchOperationDsl {
6464
* @param maxEdits Maximum number of single-character edits required to match the specified search term.
6565
* Value can be 1 or 2.
6666
* The default value is 2.
67-
* Uses [Damerau-Levenshtein distance](https://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance).
6867
* @param prefixLength Number of characters at the beginning of each term in the result that must exactly match.
6968
* The default value is 0.
70-
* @param maxExpansions The maximum number of variations to generate and search for.
69+
* @param maxExpansions Maximum number of variations to generate and search for.
7170
* This limit applies on a per-token basis.
7271
* The default value is 50.
7372
*/

core/src/main/kotlin/com/github/inflab/spring/data/mongodb/core/aggregation/search/AutocompleteTokenOrder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.github.inflab.spring.data.mongodb.core.aggregation.search
22

33
/**
4-
* Order in which to search for tokens. Value can be one of the following
4+
* Order in which to search for tokens.
55
* Default value is ANY
66
*
77
* @author username1103

0 commit comments

Comments
 (0)