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