MCPcopy Index your code
hub / github.com/django-haystack/django-haystack / boost

Method boost

haystack/manager.py:42–43  ·  view source on GitHub ↗
(self, term, boost)

Source from the content-addressed store, hash-verified

40 return self.get_search_queryset().highlight()
41
42 def boost(self, term, boost):
43 return self.get_search_queryset().boost(term, boost)
44
45 def facet(self, field):
46 return self.get_search_queryset().facet(field)

Callers

nothing calls this directly

Calls 1

get_search_querysetMethod · 0.95

Tested by

no test coverage detected