App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
google.appengine.api.search.search_service_pb.SearchParams Class Reference
Inheritance diagram for google.appengine.api.search.search_service_pb.SearchParams:

Public Member Functions

def CursorType_Name
 
def ParsingMode_Name
 
def __init__
 
def index_spec
 
def mutable_index_spec
 
def clear_index_spec
 
def has_index_spec
 
def query
 
def set_query
 
def clear_query
 
def has_query
 
def cursor
 
def set_cursor
 
def clear_cursor
 
def has_cursor
 
def offset
 
def set_offset
 
def clear_offset
 
def has_offset
 
def cursor_type
 
def set_cursor_type
 
def clear_cursor_type
 
def has_cursor_type
 
def limit
 
def set_limit
 
def clear_limit
 
def has_limit
 
def matched_count_accuracy
 
def set_matched_count_accuracy
 
def clear_matched_count_accuracy
 
def has_matched_count_accuracy
 
def sort_spec_size
 
def sort_spec_list
 
def sort_spec
 
def mutable_sort_spec
 
def add_sort_spec
 
def clear_sort_spec
 
def scorer_spec
 
def mutable_scorer_spec
 
def clear_scorer_spec
 
def has_scorer_spec
 
def field_spec
 
def mutable_field_spec
 
def clear_field_spec
 
def has_field_spec
 
def keys_only
 
def set_keys_only
 
def clear_keys_only
 
def has_keys_only
 
def parsing_mode
 
def set_parsing_mode
 
def clear_parsing_mode
 
def has_parsing_mode
 
def auto_discover_facet_count
 
def set_auto_discover_facet_count
 
def clear_auto_discover_facet_count
 
def has_auto_discover_facet_count
 
def include_facet_size
 
def include_facet_list
 
def include_facet
 
def mutable_include_facet
 
def add_include_facet
 
def clear_include_facet
 
def facet_refinement_size
 
def facet_refinement_list
 
def facet_refinement
 
def mutable_facet_refinement
 
def add_facet_refinement
 
def clear_facet_refinement
 
def facet_auto_detect_param
 
def mutable_facet_auto_detect_param
 
def clear_facet_auto_detect_param
 
def has_facet_auto_detect_param
 
def facet_depth
 
def set_facet_depth
 
def clear_facet_depth
 
def has_facet_depth
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 index_spec_
 
 sort_spec_
 
 include_facet_
 
 facet_refinement_
 
 lazy_init_lock_
 
 has_index_spec_
 
 has_query_
 
 query_
 
 has_cursor_
 
 cursor_
 
 has_offset_
 
 offset_
 
 has_cursor_type_
 
 cursor_type_
 
 has_limit_
 
 limit_
 
 has_matched_count_accuracy_
 
 matched_count_accuracy_
 
 has_scorer_spec_
 
 has_field_spec_
 
 has_keys_only_
 
 keys_only_
 
 has_parsing_mode_
 
 parsing_mode_
 
 has_auto_discover_facet_count_
 
 auto_discover_facet_count_
 
 has_facet_auto_detect_param_
 
 has_facet_depth_
 
 facet_depth_
 

Static Public Attributes

int NONE = 0
 
int SINGLE = 1
 
int PER_RESULT = 2
 
tuple CursorType_Name = classmethod(CursorType_Name)
 
int STRICT = 0
 
int RELAXED = 1
 
tuple ParsingMode_Name = classmethod(ParsingMode_Name)
 
int has_index_spec_ = 0
 
int has_query_ = 0
 
string query_ = ""
 
int has_cursor_ = 0
 
string cursor_ = ""
 
int has_offset_ = 0
 
int offset_ = 0
 
int has_cursor_type_ = 0
 
int cursor_type_ = 0
 
int has_limit_ = 0
 
int limit_ = 20
 
int has_matched_count_accuracy_ = 0
 
int matched_count_accuracy_ = 0
 
int has_scorer_spec_ = 0
 
 scorer_spec_ = None
 
int has_field_spec_ = 0
 
 field_spec_ = None
 
int has_keys_only_ = 0
 
int keys_only_ = 0
 
int has_parsing_mode_ = 0
 
int parsing_mode_ = 0
 
int has_auto_discover_facet_count_ = 0
 
int auto_discover_facet_count_ = 0
 
int has_facet_auto_detect_param_ = 0
 
 facet_auto_detect_param_ = None
 
int has_facet_depth_ = 0
 
int facet_depth_ = 1000
 
int kindex_spec = 1
 
int kquery = 2
 
int kcursor = 4
 
int koffset = 11
 
int kcursor_type = 5
 
int klimit = 6
 
int kmatched_count_accuracy = 7
 
int ksort_spec = 8
 
int kscorer_spec = 9
 
int kfield_spec = 10
 
int kkeys_only = 12
 
int kparsing_mode = 13
 
int kauto_discover_facet_count = 15
 
int kinclude_facet = 16
 
int kfacet_refinement = 17
 
int kfacet_auto_detect_param = 18
 
int kfacet_depth = 19
 

The documentation for this class was generated from the following file: