HomeSort by relevance Sort by last modified time
    Searched refs:suggester (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
layer1.py 206 def define_suggester(self, domain_name, suggester):
208 Configures a suggester for a domain. A suggester enables you
210 queries. When you configure a suggester, you must specify the
212 and a unique name for the suggester. For more information, see
223 :type suggester: dict
224 :param suggester: Configuration information for a search suggester.
225 Each suggester has a unique name and specifies the text field you
227 configured for a suggester: `FuzzyMatching`, `SortExpression`
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearchdomain/
layer1.py 430 def suggest(self, query, suggester, size=None):
437 documents whose values in the suggester field start with the
456 :type suggester: string
457 :param suggester: Specifies the name of the suggester to use to find
470 if suggester is not None:
471 query_params['suggester'] = suggester

Completed in 42 milliseconds