Skip to content

Commit

Permalink
feat: resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
masonJS committed Sep 29, 2023
1 parent 5f1ca28 commit 54bba39
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,14 @@ interface SearchOperator {
*/
fun geoWithin(configuration: GeoWithinSearchOperatorDsl.() -> Unit)

/**
* Returns documents similar to input documents.
* The moreLikeThis operator allows you to build features for your applications that display similar or alternative results based on one or more given documents.
*
* @param configuration The configuration block for the [MoreLikeThisSearchOperatorDsl].
* @see <a href="https://www.mongodb.com/docs/atlas/atlas-search/morelikethis">moreLikeThis</a>
*/
fun moreLikeThis(configuration: MoreLikeThisSearchOperatorDsl.() -> Unit)

/**
* Enables queries which use special characters in the search string that can match any character.
Expand Down

0 comments on commit 54bba39

Please sign in to comment.