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

addTime(Date, Integer, String) - Method in DateFunctions
Add time units to a date

B

C

cardinality(Object) - Method in SetFunctions
Get the size of the data set
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

D

DATEFORMAT_DEFAULT - Field in DateFunctions
DateFunctions - Class in com.oracle.endeca.transform.functions
List of Date interface functions
DAYS - Field in DateFunctions
detectLanguage(String) - Method in EnrichmentFunctions
Find the language of a given document.
diffDates(Date, Date, String) - Method in DateFunctions
Get the difference between the two dates based on the time unit specified
diffDatesWithPrecision(Date, Date, String) - 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
extractKeyPhrases(String, String) - 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) - 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.

G

GeocodeFunctions - Class in com.oracle.endeca.transform.functions
List of Geocode interface functions
geotagAddressGetCity(String, Map) - Method in EnrichmentFunctions
Geotag an address
geotagAddressGetCountry(String, Map) - Method in EnrichmentFunctions
Geotag an address
geotagAddressGetGeocode(String, Map) - Method in EnrichmentFunctions
Geotag an address
geotagAddressGetPostcode(String, Map) - Method in EnrichmentFunctions
Geotag an address
geotagAddressGetRegion(String, Map) - Method in EnrichmentFunctions
Geotag an address
geotagAddressGetRegionID(String, Map) - Method in EnrichmentFunctions
Geotag an address
geotagAddressGetSubRegion(String, Map) - Method in EnrichmentFunctions
Geotag an address
geotagAddressGetSubRegionID(String, Map) - Method in EnrichmentFunctions
Geotag an address
geotagIPAddressGetCity(String, String) - Method in EnrichmentFunctions
Geotag an IP address
geotagIPAddressGetCountry(String, String) - Method in EnrichmentFunctions
Geotag an IP address
geotagIPAddressGetGeocode(String) - Method in EnrichmentFunctions
Geotag an IP address
geotagIPAddressGetPostcode(String, String) - Method in EnrichmentFunctions
Geotag an IP address
geotagIPAddressGetRegion(String, String) - Method in EnrichmentFunctions
Geotag an IP address
geotagIPAddressGetRegionID(String) - Method in EnrichmentFunctions
Geotag an IP address
geotagIPAddressGetSubRegion(String, String) - Method in EnrichmentFunctions
Geotag an IP address
geotagIPAddressGetSubRegionID(String) - Method in EnrichmentFunctions
Geotag an IP address
getDay(Date, String, String) - Method in DateFunctions
Get the day information from the date based on the timezone and locale as optional parameters
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
getLocationEntities(String) - Method in EnrichmentFunctions
Named Entity Recognition (NER) - extract for entity type LOCATION
getLongitude(Geocode) - Method in GeocodeFunctions
Get the longitude value from a Geocode
getMilliSecond(Date) - 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
getNegativeLocationEntitySentiment(String, String) - Method in EnrichmentFunctions
Extract Entities of type LOCATION that are found in sentences that exhibit NEGATIVE sentiment
getNegativeNounGroupsSentiment(String, String) - Method in EnrichmentFunctions
Extract Noun Groups that are found in sentences that exhibit NEGATIVE sentiment
getNegativeOrganizationEntitySentiment(String, String) - Method in EnrichmentFunctions
Extract Entities of type ORGANIZATION that are found in sentences that exhibit NEGATIVE sentiment
getNegativePersonEntitySentiment(String, String) - Method in EnrichmentFunctions
Extract Entities of type PERSON that are found in sentences that exhibit NEGATIVE sentiment
getNegativeTFIDFSentiment(String, String) - Method in EnrichmentFunctions
Extract Key Phrases that are found in sentences that exhibit NEGATIVE sentiment
getOrganizationEntities(String) - Method in EnrichmentFunctions
Named Entity Recognition (NER) - extract for entity type ORGANIZATION
getPersonEntities(String) - Method in EnrichmentFunctions
Named Entity Recognition (NER) - extract for entity type PERSON
getPositiveLocationEntitySentiment(String, String) - Method in EnrichmentFunctions
Extract Entities of type LOCATION that are found in sentences that exhibit POSITIVE sentiment
getPositiveNounGroupsSentiment(String, String) - Method in EnrichmentFunctions
Extract Noun Groups that are found in sentences that exhibit POSITIVE sentiment
getPositiveOrganizationEntitySentiment(String, String) - Method in EnrichmentFunctions
Extract Entities of type ORGANIZATION that are found in sentences that exhibit POSITIVE sentiment
getPositivePersonEntitySentiment(String, String) - Method in EnrichmentFunctions
Extract Entities of type PERSON that are found in sentences that exhibit POSITIVE sentiment
getPositiveTFIDFSentiment(String, String) - Method in EnrichmentFunctions
Extract Key Phrases that are found in sentences that exhibit POSITIVE sentiment
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
getYear(Date, String, String) - Method in DateFunctions
Get the year information from the date based on the timezone and locale as optional parameters

H

HOURS - Field in DateFunctions

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 data set is empty
isGeocode(String) - Method in GeocodeFunctions
Test whether the string is Geocode or not
isInteger(String) - Method in StringFunctions
Test whether the string is an integer
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 data 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

M

MathFunctions - Class in com.oracle.endeca.transform.functions
List of Math interface functions
MILLISECONDS - Field in DateFunctions
MINUTES - Field in DateFunctions
MONTHS - Field in DateFunctions

N

O

P

Q

R

replace(String, String, String) - Method in StringFunctions
Replace a part of whole string with a new expression
reverseGeotagGetCity(Geocode, String, Double) - Method in EnrichmentFunctions
Reverse Geotagging
reverseGeotagGetCountry(Geocode, String, Double) - Method in EnrichmentFunctions
Reverse Geotagging
reverseGeotagGetPostcode(Geocode, String, Double) - Method in EnrichmentFunctions
Reverse Geotagging
reverseGeotagGetRegion(Geocode, String, Double) - Method in EnrichmentFunctions
Reverse Geotagging
reverseGeotagGetRegionID(Geocode, String, Double) - Method in EnrichmentFunctions
Reverse Geotagging
reverseGeotagGetSubRegion(Geocode, String, Double) - Method in EnrichmentFunctions
Reverse Geotagging
reverseGeotagGetSubRegionID(Geocode, String, Double) - Method in EnrichmentFunctions
Reverse Geotagging
roundWithPrecision(Double, Integer) - Method in MathFunctions
Round the double value based on precision
runExternalPlugin(String, String) - Method in EnrichmentFunctions
Run the external Groovy script as defined in an external file of pluginName, and return the result of the script

S

SECONDS - Field in DateFunctions
SetFunctions - Class in com.oracle.endeca.transform.functions
List of Set interface functions
splitToSet(String, String) - Method in StringFunctions
Split the string based on the delimiter
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) - Method in StringFunctions
Get the substring from the original string based on the start location in the string

T

toBoolean(String) - Method in ConversionFunctions
Convert a string to a boolean
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
toDouble(String) - Method in ConversionFunctions
Convert a string to a double
toGeocode(Double, Double) - Method in GeocodeFunctions
Get a Geocode from latitude and longitude
toInteger(Boolean) - Method in ConversionFunctions
Convert a boolean to an integer
toLong(Double) - Method in ConversionFunctions
Convert a double 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.
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

V

W

WEEKS - Field in DateFunctions

X

Y

YEARS - Field in DateFunctions

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 _