search for: djapian

Displaying 3 results from an estimated 3 matches for "djapian".

2009 Sep 02
1
Xapian Error 126
hi~ OS: Windows Server 2008 R2 <http://code.google.com/p/djapian/source/detail?r=2>, 64-bit xapian version: 1.0.15, just installed the package from http://www.flax.co.uk/xapian/1015/xapian-python-bindings%20for%20Python%202.6.2%20-1.0.15.win32.exe dapian version: 2.2.4, use xapian in dapian. When running the rebuild, got the error, like: >python manage.p...
2007 Aug 25
1
Djapian project
Hi all, I develop a application to integrate with others projects in Django, to improve full text index suport, it was based in the stopped branche search-api: http://code.google.com/p/djapian/ -- Rafael "SDM" Sierra http://stiod.com.br/
2011 Jul 05
2
Usage of DateRangeValueProcessor
Hi, I have been playing with Djapian recently, and am running into a problem where I have the following setup: class SomeIndexer(Indexer): fields = [ 'actual_date_of_arrival', ] tags = [ ('ata', 'actual_date_of_arrival'), ] Some model instances exist with dates like 2011/07/0...