mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 11:05:29 +00:00
SOLR-12772: Correct dotProduct parameters+syntax documentation
This commit is contained in:
parent
ab14cc9566
commit
e62fe45983
@ -626,10 +626,11 @@ div(fieldA,add(fieldA,fieldB)) // fieldA / (fieldA + fieldB)
|
|||||||
|
|
||||||
== dotProduct
|
== dotProduct
|
||||||
|
|
||||||
The `dotProduct` function returns the https://en.wikipedia.org/wiki/Dot_product[dotproduct] of a numeric array.
|
The `dotProduct` function returns the https://en.wikipedia.org/wiki/Dot_product[dotproduct] of two numeric arrays.
|
||||||
|
|
||||||
=== dotProduct Parameters
|
=== dotProduct Parameters
|
||||||
|
|
||||||
|
* `numeric array`
|
||||||
* `numeric array`
|
* `numeric array`
|
||||||
|
|
||||||
=== dotProduct Returns
|
=== dotProduct Returns
|
||||||
@ -639,7 +640,7 @@ A number.
|
|||||||
=== dotProduct Syntax
|
=== dotProduct Syntax
|
||||||
|
|
||||||
[source,text]
|
[source,text]
|
||||||
dotProduct(numericArray)
|
dotProduct(numericArray, numericArray)
|
||||||
|
|
||||||
== ebeAdd
|
== ebeAdd
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user