Skip to content

Commit

Permalink
Sync the result with gradle task - :module:lang-painless:generateCont…
Browse files Browse the repository at this point in the history
…extDoc
  • Loading branch information
Tianli Feng committed Feb 27, 2021
1 parent 53f84c5 commit 049d018
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ The following specialized API is available in the Field context.

* See the <<painless-api-reference-shared, Shared API>> for further API available in all contexts.

==== Static Methods
The following methods are directly callable without a class/instance qualifier. Note parameters denoted by a (*) are treated as read-only values.

* List domainSplit(String)
* List domainSplit(String, Map)

==== Classes By Package
The following classes are available grouped by their respective packages. Click on a class to view details about the available methods and fields.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ The following specialized API is available in the Score context.
==== Static Methods
The following methods are directly callable without a class/instance qualifier. Note parameters denoted by a (*) are treated as read-only values.

* double cosineSimilarity(List *, Object *)
* double cosineSimilaritySparse(Map *, Object *)
* double decayDateExp(String *, String *, String *, double *, JodaCompatibleZonedDateTime)
* double decayDateGauss(String *, String *, String *, double *, JodaCompatibleZonedDateTime)
* double decayDateLinear(String *, String *, String *, double *, JodaCompatibleZonedDateTime)
Expand All @@ -21,12 +19,6 @@ The following methods are directly callable without a class/instance qualifier.
* double decayNumericExp(double *, double *, double *, double *, double)
* double decayNumericGauss(double *, double *, double *, double *, double)
* double decayNumericLinear(double *, double *, double *, double *, double)
* double dotProduct(List *, Object *)
* double dotProductSparse(Map *, Object *)
* double l1norm(List *, Object *)
* double l1normSparse(Map *, Object *)
* double l2norm(List *, Object *)
* double l2normSparse(Map *, Object *)
* double randomScore(int *)
* double randomScore(int *, String *)
* double saturation(double, double)
Expand Down

0 comments on commit 049d018

Please sign in to comment.