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

Method all_searchfields

haystack/utils/loading.py:367–371  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

365 return field
366
367 def all_searchfields(self):
368 if not self._built:
369 self.build()
370
371 return self.fields

Callers 13

test_build_schemaMethod · 0.95
test_build_schemaMethod · 0.95
test_build_schemaMethod · 0.95
test_build_schemaMethod · 0.95
test_build_schemaMethod · 0.95
setupMethod · 0.80
setupMethod · 0.80
post_process_facetsMethod · 0.80
build_contextMethod · 0.80
test_all_searchfieldsMethod · 0.80
test_build_schemaMethod · 0.80
test_build_schemaMethod · 0.80

Calls 1

buildMethod · 0.95

Tested by 9

test_build_schemaMethod · 0.76
test_build_schemaMethod · 0.76
test_build_schemaMethod · 0.76
test_build_schemaMethod · 0.76
test_build_schemaMethod · 0.76
test_all_searchfieldsMethod · 0.64
test_build_schemaMethod · 0.64
test_build_schemaMethod · 0.64
test_build_schemaMethod · 0.64