One of my models contain a field "views" that gets updated every time a
user accesses a row in the model.
This field is not indexed by djapian although other columns in this model
are indexed. Now every time a row in this model gets accessed, the no of
views get incremented which in turn causes djapian to add a update row in
its "change table".
This causes tremendous overhead to my application as it is not necessary to
update the index when a models non-indexed field value changes.
Original issue reported on code.google.com by saraf.saurabh on 16 Sep 2009 at 11:33
Original issue reported on code.google.com by
saraf.saurabh
on 16 Sep 2009 at 11:33