djapian

6 views
Skip to first unread message

sharma

unread,
Apr 14, 2010, 5:34:40 AM4/14/10
to Djapian Users
hai,
I am trying to impliment djapian search for our web application using
django here I ve followed the tutorial of URL:http://code.google.com/p/
djapian/wiki/Tutorial
I am finding errors for importing complete_indexer
How do I import complete_indexer to my project ?.

Alex Koshelev

unread,
Apr 14, 2010, 12:05:30 PM4/14/10
to Djapian Users
Hi, sharma!

As described in tutorial `complete_indexer` is fake-indexer object
that is created by this line:

complete_indexer = CompositeIndexer(Studio.indexer, Movie.indexer,
Person.indexer)

you can create it in your index.py file and import as any other
defined indexer.

---
Alex Koshelev

Reply all
Reply to author
Forward
0 new messages