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
* single mount point fast pathversion_prototypeBenjamin Saller2007-10-031-3/+15
* wip on taggingBenjamin Saller2007-08-311-1/+73
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastore into...Benjamin Saller2007-08-261-3/+13
|\
| * 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
* | passing all tests in test-trial3Benjamin Saller2007-08-261-7/+8
* | minor search changes pulled from command branchBenjamin Saller2007-08-241-5/+17
* | old argument passing bug for mimetype in indexThreadBenjamin Saller2007-08-161-2/+1
* | basic tests passingBenjamin Saller2007-08-161-2/+5
* | wipBenjamin Saller2007-08-161-46/+152
|/
* 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