Message4020
Reading through the Xapian indexer's code, I noticed this in 'find':
query = xapian.Query(xapian.Query.OP_AND, terms)
enquire.set_query(query)
matches = enquire.get_mset(0, 10) <<<<< THIS LINE
return [tuple(m[xapian.MSET_DOCUMENT].get_data().split(':'))
for m in matches]
It looks like only the first 10 results will be returned… Is that expected? |
|
Date |
User |
Action |
Args |
2010-02-05 15:22:41 | wolever | set | messageid: <1265383361.99.0.679139411363.issue2550635@psf.upfronthosting.co.za> |
2010-02-05 15:22:41 | wolever | set | recipients:
+ wolever |
2010-02-05 15:22:41 | wolever | link | issue2550635 messages |
2010-02-05 15:22:41 | wolever | create | |
|