FreebaseSearchQuery
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_freebase_search_query_get_type ()" ) ]
[
Version ( since =
"0.15.1" ) ]
public class FreebaseSearchQuery :
Query
All the fields in the FreebaseSearchQuery structure are private and should never be accessed directly.
Content:
Properties:
- public string language { get; set; }
Language used for search results, in ISO-639-1 format.
- public bool stemmed { get; set; }
Whether word stemming should happen on the search terms.
Creation methods:
Methods:
- public void add_filter (string property, string value)
Adds a property filter to the query.
- public void add_location (uint64 radius, double lat, double lon)
Adds a geolocation filter to the query.
- public void close_filter ()
Closes a filter level.
- public unowned string? get_language ()
Gets the language set on the search query, or
null if unset.
- public bool get_stemmed ()
Returns whether the FreebaseSearchQuery
will perform stemming on the search terms.
- public void open_filter (FreebaseSearchFilterType filter_type)
Opens a container of filter rules, those are applied according to the
behavior specified by filter_type.
- public void set_language (string? lang)
Sets the language used, both on the search terms and the results.
- public void set_stemmed (bool stemmed)
Sets whether stemming is performed on the provided search terms.
Inherited Members:
All known members inherited from class GData.Query
All known members inherited from class GLib.Object