Re: [PATCH v2 02/11] lib: database: store message filesize & add range processor

2017-06-09 Thread David Bremner
Ioan-Adrian Ratiu writes: > The filesize and range processor are very useful to do search queries > like "filesize:1000..1". All sizes are in bytes for now because > that's what I'm interested in. Some points to mention in the commit message - you're adding a term prefix

[PATCH v2 02/11] lib: database: store message filesize & add range processor

2017-05-18 Thread Ioan-Adrian Ratiu
The filesize and range processor are very useful to do search queries like "filesize:1000..1". All sizes are in bytes for now because that's what I'm interested in. I think the database needs to be re-created for this to work so that all newly indexed messages have the new xapian filesize