- 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
- 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
- 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