[#15] Tweak doc to remove paper
This commit is contained in:
parent
945161c7cb
commit
cf22017b7d
|
@ -222,8 +222,7 @@ class SpatialQuery(p.SingletonPlugin):
|
||||||
|
|
||||||
defType - edismax (We need to define EDisMax to use bf)
|
defType - edismax (We need to define EDisMax to use bf)
|
||||||
bf - {function} A boost function to influence the score (thus
|
bf - {function} A boost function to influence the score (thus
|
||||||
influencing the sorting). The algorithm was adapted from [1]
|
influencing the sorting). The algorithm can be basically defined as:
|
||||||
and can be basically defined as:
|
|
||||||
|
|
||||||
2 * X / Q + T
|
2 * X / Q + T
|
||||||
|
|
||||||
|
@ -235,7 +234,6 @@ class SpatialQuery(p.SingletonPlugin):
|
||||||
function to be between 0 and 1, effectively applying the
|
function to be between 0 and 1, effectively applying the
|
||||||
spatial filter.
|
spatial filter.
|
||||||
|
|
||||||
[1] http://pubs.usgs.gov/of/2006/1279/2006-1279.pdf
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
variables =dict(
|
variables =dict(
|
||||||
|
|
Loading…
Reference in New Issue