在spring-data-mongodb-core-query

问题描述

我在TypedCriteriaExtensions.kt中发现了两个函数,分别是maxdistance()mindistance()

代码为:

infix fun KProperty<GeoJson<*>>.maxdistance(d: Double): Criteria =
        Criteria(asstring(this)).maxdistance(d)

我想知道如何使用它,找不到能说明正确用法的示例。

maxdistance(near()需要使用功能nearSphere()),但是我不知道如何使用功能KProperty<GeoJson<*>>.maxdistance(d: Double)来协调{{1} }或near()

我认为函数nearSphere()一个错误,因为它不能与KProperty<GeoJson<*>>.maxdistance(d: Double)near()一起使用。

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)