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

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -