A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

abs(Integer) - Method in MathFunctions
abs, Returns the absolute value of an int value.
acos(Double) - Method in MathFunctions
acos, Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.
addTime(Date, Integer, String) - Method in DateFunctions
Add time units to a date
asin(Double) - Method in MathFunctions
asin, Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2.
atan2(Double, Double) - Method in MathFunctions
atan2, Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinates (r, theta).
atan(Double) - Method in MathFunctions
atan, Returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2

B

C

cardinality(Object) - Method in SetFunctions
Get the size of the set.
cbrt(Double) - Method in MathFunctions
cbrt, Returns the cube root of a double value.
ceil(Double) - Method in MathFunctions
ceil, Returns the smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer.
concat(String) - Method in StringFunctions
Concatenate the arguments into a new string
concatWithToken(String, String) - Method in StringFunctions
Concatenate the arguments into a new string using a join token
contains(String, String) - Method in StringFunctions
Find whether the substring is part of the original string
ConversionFunctions - Class in com.oracle.endeca.transform.functions
List of Conversion functions
copySign(Double, Double) - Method in MathFunctions
copySign, Returns the first floating-point argument with the sign of the second floating-point argument.
cos(Double) - Method in MathFunctions
cos, Returns the trigonometric cosine of an angle
cosh(Double) - Method in MathFunctions
cosh, Returns the hyperbolic cosine of a double value.

D

DATEFORMAT_DEFAULT - Field in DateFunctions
DateFunctions - Class in com.oracle.endeca.transform.functions
List of Date interface functions
detectLanguage(String) - Method in EnrichmentFunctions
Find the language of a given document.
diffDates(Date, Date, String, Boolean) - Method in DateFunctions
Get the difference between the two dates based on the time unit specified
distance(Geocode, Geocode) - Method in GeocodeFunctions
Return the distance between two Geocodes

E

EnrichmentFunctions - Class in com.oracle.endeca.transform.functions
List of enrichment functions
exp(Double) - Method in MathFunctions
exp, Returns Euler's number e raised to the power of a double value.
expm1(Double) - Method in MathFunctions
expm1, Returns e^x -1.
extractKeyPhrases(String, String, Boolean) - Method in EnrichmentFunctions
Extract Key Phrases using TF.IDF.
extractNounGroups(String, String) - Method in EnrichmentFunctions
Extract Noun Groups (or Noun Phrases)
extractWhitelistTags(String, String, String, boolean, boolean, String) - Method in EnrichmentFunctions
Use a dictionary-matching algorithm that locates elements of a finite set of strings (the "whitelist") within input text.

F

find(String, String) - Method in StringFunctions
Find the first occurrence of a regular expression string within a string.
findAll(String, String) - Method in StringFunctions
Returns a (possibly empty) list of all occurrences of a regular expression (in String format) found within a String.
floor(Double) - Method in MathFunctions
floor, Returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.

G

GeocodeFunctions - Class in com.oracle.endeca.transform.functions
List of Geocode interface functions
geotagIPAddress(String, String) - Method in EnrichmentFunctions
Geotag an IP address
geotagIPAddressGetGeocode(String) - Method in EnrichmentFunctions
Geotag an IP address
geotagStructuredAddress(String, String, String, String, String, boolean, String) - Method in EnrichmentFunctions
Geotag an address using structured fields
geotagStructuredAddressMultiLookup(String, String, String, String, String, boolean, String) - Method in EnrichmentFunctions
Geotag an address using structured fields
geotagUnstructuredAddress(String, String, String, Boolean) - Method in EnrichmentFunctions
Geotag an address
geotagUnstructuredAddressGetGeocode(String, String, Boolean) - Method in EnrichmentFunctions
Geotag an address
geotagUnstructuredAddressMultiLookup(String, String, Boolean, String) - Method in EnrichmentFunctions
Geotag an address
getDayOfMonth(Date, String, String) - Method in DateFunctions
Get the day of month information from the date based on the timezone and locale as optional parameters
getDayOfWeek(Date, String, String) - Method in DateFunctions
Get the day of week information from the date based on the timezone and locale as optional parameters
getDayOfYear(Date, String, String) - Method in DateFunctions
Get the day of year information from the date based on the timezone and locale as optional parameters
getEntities(String, String) - Method in EnrichmentFunctions
Named Entity Recognition (NER) - extract for entity
getExponent(Double) - Method in MathFunctions
getExponent, Returns the unbiased exponent used in the representation of a double
getHour(Date, String, String) - Method in DateFunctions
Get the hour information from the date based on the timezone and locale as optional parameters
getLatitude(Geocode) - Method in GeocodeFunctions
Get the latitude information from a Geocode value
getLongitude(Geocode) - Method in GeocodeFunctions
Get the longitude value from a Geocode
getMilliSecond(Date, String, String) - Method in DateFunctions
Get the milliseconds information from the date based on the timezone and locale as optional parameters
getMinute(Date, String, String) - Method in DateFunctions
Get the minute information from the date based on the timezone and locale as optional parameters
getMonth(Date, String, String) - Method in DateFunctions
Get the month information from the date based on the timezone and locale as optional parameters
getSeconds(Date, String, String) - Method in DateFunctions
Get the seconds information from the date based on the timezone and locale as optional parameters
getSentiment(String, String) - Method in EnrichmentFunctions
Extract the two class sentiment for a given piece of text
getTermSentiment(String, String, String, String) - Method in EnrichmentFunctions
Extract Phrases that are found in sentences that exhibit POSITIVE/NEGATIVE sentiment
getYear(Date, String, String) - Method in DateFunctions
Get the year information from the date based on the timezone and locale as optional parameters

H

hypot(Double, Double) - Method in MathFunctions
hypot, Returns sqrt(x^2 +y^2) without intermediate overflow or underflow.

I

indexOf(String, String) - Method in StringFunctions
Find the index of substring in the original string
isDate(String, String) - Method in DateFunctions
Convert a string to a date based on the date format
isDouble(String) - Method in StringFunctions
Test whether the string is a double
isEmpty(Object) - Method in SetFunctions
Check whether a set is empty.
isGeocode(String) - Method in GeocodeFunctions
Test whether the string is Geocode or not
isLong(String) - Method in StringFunctions
Test whether the string is a long
isMemberOf(Object, Object) - Method in SetFunctions
Check if the value belongs to that set.
isNull(Object) - Method in SetFunctions
Test if the object is null
isSet(Object) - Method in SetFunctions
Validate if a column is multi-value

J

K

L

length(String) - Method in StringFunctions
Test the length of the string
log10(Double) - Method in MathFunctions
log10, Returns the base 10 logarithm of a double value.
log1p(Double) - Method in MathFunctions
log1p, Returns the natural logarithm of the sum of the argument and 1.
log(Double) - Method in MathFunctions
log, Returns the natural logarithm (base e) of a double value.

M

MathFunctions - Class in com.oracle.endeca.transform.functions
List of Math interface functions
max(Long, Long) - Method in MathFunctions
max, Returns the greater of two long values.
min(Long, Long) - Method in MathFunctions
min, Returns the smaller of two long values.

N

nextAfter(Double, Double) - Method in MathFunctions
nextAfter, Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextUp(Double) - Method in MathFunctions
nextUp, Returns the floating-point value adjacent to d in the direction of positive infinity.

O

P

pow(Double, Double) - Method in MathFunctions
pow, Returns the value of the first argument raised to the power of the second argument.

Q

R

random() - Method in MathFunctions
random, Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
replace(String, String, String, Boolean) - Method in StringFunctions
Replace a part of whole string with a new expression
reverseGeotag(Geocode, String, Double) - Method in EnrichmentFunctions
Reverse Geotagging
rint(Double) - Method in MathFunctions
rint, Returns the double value that is closest in value to the argument and is equal to a mathematical integer.
round(Double, Integer) - Method in MathFunctions
Round the double value based on precision
runExternalPlugin(String, String, Map) - Method in EnrichmentFunctions
Run the external Groovy script as defined in an external file of pluginName, and return the result of the script The script should contain a method that implements
 def pluginExec(Object[] args) {
 		def attribute = args[0]
 		def options = args[1]
 		...
 
 

S

scalb(Double, Integer) - Method in MathFunctions
scalb, Return d*2^scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.
SetFunctions - Class in com.oracle.endeca.transform.functions
List of Set interface functions
signum(Double) - Method in MathFunctions
signum, Returns the signum function of the argument; zero if the argument is zero, 1.0f if the argument is greater than zero, -1.0f if the argument is less than zero.
sin(Double) - Method in MathFunctions
sin, Returns the hyperbolic sine of a double value
sinh(Double) - Method in MathFunctions
sinh
splitToN(String, String, int) - Method in StringFunctions
Split the string into n pieces based on the delimiter.
splitToSet(String, String) - Method in StringFunctions
Split the string based on the delimiter
sqrt(Double) - Method in MathFunctions
sqrt, Returns the correctly rounded positive square root of a double value.
StringFunctions - Class in com.oracle.endeca.transform.functions
List of String interface functions
stripIndent(String) - Method in StringFunctions
Strip indentation and extra spaces of the string
stripTagsFromHTML(String) - Method in EnrichmentFunctions
Detect and remove the surplus "clutter" (boilerplate, templates) around the main textual content of a web page
substring(String, Integer, Integer) - Method in StringFunctions
Get the substring from the original string based on the start and end location in the string

T

tan(Double) - Method in MathFunctions
tan, Returns the trigonometric tangent of an angle.
tanh(Double) - Method in MathFunctions
tanh, Returns the hyperbolic tangent of a double value.
toBoolean(Boolean) - Method in ConversionFunctions
Convert a boolean to a boolean
toDate(Date) - Method in ConversionFunctions
Convert a date to a date
toDate(String, String, String, String) - Method in DateFunctions
Convert a string to a date based on given date format
today(String, String) - Method in DateFunctions
Return the current date
toDegrees(Double) - Method in MathFunctions
toDegrees, Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
toDouble(String) - Method in ConversionFunctions
Convert a string to a double
toGeocode(Double, Double) - Method in GeocodeFunctions
Get a Geocode from latitude and longitude
toLong(Number) - Method in ConversionFunctions
Convert a number to a long
toLowerCase(String, String) - Method in StringFunctions
Convert the original string to lower case
toPhoneticHash(String) - Method in EnrichmentFunctions
Produce a String hash of the input text (English only) that represents the phonetics of the text.
toRadians(Double) - Method in MathFunctions
toRadians, Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
toSet(Object) - Method in SetFunctions
Convert an object argument list to object array.
toSingle(Object) - Method in SetFunctions
Convert a multi-value column into a single-value column.
toString(Object) - Method in ConversionFunctions
Convert any data type to string
toString(Date, String, String, String) - Method in DateFunctions
Convert date to string
toTitleCase(String) - Method in StringFunctions
Capitalize the string
toUpperCase(String, String) - Method in StringFunctions
Convert the original string to upper case
trim(String) - Method in StringFunctions
Trim the string of extra spaces
truncateDate(Date, String) - Method in DateFunctions
Truncate Date based on the time unit
truncateNumber(Double, Integer) - Method in MathFunctions
Truncate the number based on precision

U

ulp(Double) - Method in MathFunctions
ulp, Returns the size of an ulp of the argument
urlDecode(String, String) - Method in StringFunctions
Decodes a string into application/x-www-form-urlencoded format using a specific encoding scheme.
urlEncode(String, String) - Method in StringFunctions
Translates a string into application/x-www-form-urlencoded format using a specific encoding scheme.

V

W

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _