Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/olpc/datastore/xapianindex.py
Commit message (Expand)AuthorAgeFilesLines
* #7234 Request all the results so we get an accurate entry count.Tomeu Vizoso2008-07-311-1/+2
* #2545 Clean up correctly when unmounting a non-present removable device.Tomeu Vizoso2007-12-191-2/+19
* Revert "#2545: Just log a warning when unmounting a device that has already b...Tomeu Vizoso2007-12-151-6/+1
* #2545: Just log a warning when unmounting a device that has already been remo...Tomeu Vizoso2007-12-111-1/+6
* #4662: Log a warning if a property in the model is supplied.Tomeu Vizoso2007-11-291-13/+16
* Revert '#4662 Correctly fix properties not in the model'.Tomeu Vizoso2007-11-291-7/+0
* #4662 Correctly fix properties not in the model.Tomeu Vizoso2007-11-191-0/+7
* #4182: Flush every 20 changes or 1 minute after the last unflushed change.Tomeu Vizoso2007-10-311-3/+24
* ids(mountpoint) -> list of ids on that mountpointBenjamin Saller2007-10-221-1/+3
* external propsBenjamin Saller2007-10-081-4/+11
* orderby fix, allow []Benjamin Saller2007-10-071-3/+4
* force a flush on stop() to the indexerBenjamin Saller2007-10-051-0/+1
* fulltext settings bug. Now storable just stores (for binary props)Benjamin Saller2007-10-051-2/+2
* single xapian connection (we might revert this but it manages fewer flushes t...Benjamin Saller2007-10-051-9/+20
* single patch part 2Benjamin Saller2007-10-031-3/+7
* Backport sync metadata delete from the versioning branchMarco Pesenti Gritti2007-09-181-4/+8
* Backport partial matching from version_prototype branchMarco Pesenti Gritti2007-09-141-1/+29
* #3374: Don't create another entry during async update.Tomeu Vizoso2007-09-121-0/+5
* workaround for lack of close() on xapian database. Its tied to the C++ dtor. ...Benjamin Saller2007-08-011-1/+10
* force shutdown on unmount (for USB drives)Benjamin Saller2007-07-311-2/+3
* fix #2559Benjamin Saller2007-07-301-1/+3
* create new files on inplace stores properlyBenjamin Saller2007-07-231-0/+4
* OR style support on dicts was missing after the rewrite. AddedBenjamin Saller2007-07-221-0/+5
* improved importer used in USB casesBenjamin Saller2007-07-221-4/+8
* limited support for dateranges, this will have to expand to include all the t...Benjamin Saller2007-07-201-2/+15
* query building bug from last nightBenjamin Saller2007-07-201-1/+1
* handle find(dict(query : 'title:foo mimetype:text/plain'))Benjamin Saller2007-07-201-6/+20
* make sure non-model properties make it into the result setBenjamin Saller2007-07-171-1/+9
* relax model restriction by defaulting new keys as strings or recording their ...Benjamin Saller2007-07-161-2/+5
* limit/offset -- set limit to 4096 per backend for nowBenjamin Saller2007-07-161-1/+2
* better int property handlingBenjamin Saller2007-07-161-1/+1
* resolve keys through modelBenjamin Saller2007-07-161-17/+17
* changes for :date supportBenjamin Saller2007-07-161-5/+6
* better logging in the 1/2 sync/async codeBenjamin Saller2007-07-151-6/+12
* this should do the indexing of file content async, the thread sync issues see...Benjamin Saller2007-07-151-37/+35
* write locking to protect the connectionBenjamin Saller2007-07-131-29/+36
* flush after changeBenjamin Saller2007-07-131-2/+6
* mimetype -> mime_typeBenjamin Saller2007-07-131-1/+1
* more passing testsBenjamin Saller2007-07-131-23/+31
* property/type sync upBenjamin Saller2007-07-121-27/+41
* check point before prop kind/type mergeBenjamin Saller2007-07-121-49/+146
* checkpoint new branch before the property type/xapian field mergeBenjamin Saller2007-07-121-0/+271