MCPcopy Create free account
hub / github.com/django-haystack/django-haystack / MoreLikeThisError

Class MoreLikeThisError

haystack/exceptions.py:31–34  ·  view source on GitHub ↗

Raised when a model instance has not been provided for More Like This.

Source from the content-addressed store, hash-verified

29
30
31class MoreLikeThisError(HaystackError):
32 """Raised when a model instance has not been provided for More Like This."""
33
34 pass
35
36
37class FacetingError(HaystackError):

Callers 3

run_mltMethod · 0.90
run_mltMethod · 0.90
run_mltMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…