marklogic-community / Corona

Community REST API for MarkLogic
Other
37 stars 9 forks source link

Weight on geo is currently ignored, should prob not expose #43

Closed hunterhacker closed 12 years ago

hunterhacker commented 12 years ago

http://developer.marklogic.com/pubs/5.0/apidocs/cts-query.html#cts:element-geospatial-query says

"$weight (optional): A weight for this query. The default is 1.0. This option is currently ignored; geospatial queries do not contribute to the score."

So I'd remove that feature from Corona until such time as we can implement it. It's OK with me if you keep the code the same, but remove it from the docs.

ryangrimm commented 12 years ago

Remved from the docs, code still exists.