full text search - Using Django Haystack without using Django models -
i'm seeking add fulltext capabilities django application using haystack.
seems haystack can index , search django model instances. fulltext index, however, on objects not live in django database.
can use haystack index non-django objects (documents)? i'm interested in fulltext engine abstraction layer, not on django model integration.
Comments
Post a Comment