# HG changeset patch # User Paul Boddie # Date 1254349649 -7200 # Node ID 9c0d6a47f814bd368d26cd79834ec7f0f9ec7181 # Parent 197d3326e5284c797af9e76bc80d0e8bd9b5501f Fixed field interval configuration. diff -r 197d3326e528 -r 9c0d6a47f814 iixr/index.py --- a/iixr/index.py Thu Oct 01 00:22:35 2009 +0200 +++ b/iixr/index.py Thu Oct 01 00:27:29 2009 +0200 @@ -131,7 +131,7 @@ "Return a field dictionary writer for the current partition." - return get_field_writer(self.pathname, self.field_dict_partition, self.interval) + return get_field_writer(self.pathname, self.field_dict_partition, self.field_interval) def flush_terms(self):