Package | Description |
---|---|
com.attivio.sdk.geo |
Model for geo-search API objects.
|
com.attivio.sdk.search.fields |
Model for
FieldExpressions applied to
QueryRequests . |
com.attivio.sdk.search.query |
Modifier and Type | Method and Description |
---|---|
static DistanceUnits |
DistanceUnits.fromExternal(String value)
Parse a string value into a DistanceUnits value.
|
static DistanceUnits |
DistanceUnits.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistanceUnits[] |
DistanceUnits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
static DistanceUnits |
GeoDistance.DEFAULT_DISTANCE_UNITS |
Modifier and Type | Method and Description |
---|---|
DistanceUnits |
GeoDistance.getDistanceUnits()
Get the units the distance will be returned in (meters, kilometers, etc)
|
Modifier and Type | Method and Description |
---|---|
void |
GeoDistance.setDistanceUnits(DistanceUnits units)
Get the units the distance will be returned in (meters, kilometers, etc)
|
Constructor and Description |
---|
GeoDistance(FieldExpression expression,
double latitude,
double longitude,
DistanceUnits distanceUnits,
String alias)
Construct a new FieldFunction to apply an aggregation function to another expression with an alias.
|
GeoDistance(String fieldName,
Point center,
DistanceUnits units) |
Modifier and Type | Field and Description |
---|---|
static DistanceUnits |
GeoDistanceQuery.DEFAULT_DISTANCE_UNITS
Default units for distance measurements.
|
Modifier and Type | Method and Description |
---|---|
DistanceUnits |
GeoDistanceQuery.getDistanceUnits()
Get the units that minDistance and maxDistance are specified in
|
Modifier and Type | Method and Description |
---|---|
void |
GeoDistanceQuery.setDistanceUnits(DistanceUnits units)
Set the units that minDistance and maxDistance are specified in
|
Constructor and Description |
---|
GeoDistanceQuery(double distance,
DistanceUnits units) |
GeoDistanceQuery(String field,
Point center,
double distance,
DistanceUnits distanceUnits) |
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.