Uses of Class
com.yahoo.prelude.Location
Packages that use Location
Package
Description
The main classes of the Vespa Query Result Server.
The query model representing a boolean combination of selection criteria, where elements may be
simple criteria, nested boolean operators, or annotated pieces of natural language text.
The search query model
-
Uses of Location in com.yahoo.prelude
Methods in com.yahoo.prelude that return LocationModifier and TypeMethodDescriptionLocation.clone()static LocationLocation.fromBoundingBox(Location.Point swCorner, Location.Point neCorner) static LocationLocation.fromGeoCircle(Location.Point center, double radius_in_degrees) -
Uses of Location in com.yahoo.prelude.query
Methods in com.yahoo.prelude.query that return LocationConstructors in com.yahoo.prelude.query with parameters of type LocationModifierConstructorDescriptionGeoLocationItem(Location location) Construct from a Location, which must be geo circle with an attribute set.GeoLocationItem(Location location, String fieldName) Construct from a Location and a field name. -
Uses of Location in com.yahoo.search.query
Methods in com.yahoo.search.query that return LocationModifier and TypeMethodDescriptionRanking.getLocation()Returns the location of this query, or null if noneMethods in com.yahoo.search.query with parameters of type Location