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

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

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

asp.net mvc - breakpoint on javascript in CSHTML? -