- 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