Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* include a dbus level test of inplace stores and converted contentBenjamin Saller2007-08-021-0/+106
|
* fix #2381Benjamin Saller2007-07-221-1/+1
| | | | the new implementation of xapianindex violated the contract with backingstore here based on what the old index layer did. There is a test now covering this case and the issue is fixed
* improved importer used in USB casesBenjamin Saller2007-07-221-5/+17
| | | | | | | | | | includes additional metadata -- ctime/mtime/title walk of content is now async -- results become available as indexed introduced a workaround to dbus.mainloop.run() blocking the other threads this is only a work around and not the intended way to fix this issue but it does allow the other threads to run which means you'll see indexing in the background.
* handle find(dict(query : 'title:foo mimetype:text/plain'))Benjamin Saller2007-07-201-4/+4
| | | | | | | | | | | | where query is the string arg accepted by xapianindex::search use the system binary for copies, its already optimized use gnomevfs in converter as well as importer sorting on non-existant properties shouldn't throw errors sorting on dates verified
* chunk documents a bit more on read to reduce memory strainBenjamin Saller2007-07-181-87/+0
| | | | | read mimetypes from gnomevfs on usb mounts changed converters guess code to gnomevfs as well
* remove mountpoint from update arguments at the lower levelBenjamin Saller2007-07-161-3/+1
| | | | | | | though datastore.get() returns the object from a given mountpoint it would be better to clear up the handling here and handle the explicit case better its unclear that mountpoint makes sense on create but update updates the object inplace
* flush after changeBenjamin Saller2007-07-131-0/+13
|
* updated other dbus testBenjamin Saller2007-07-131-6/+6
|
* makefile updatesBenjamin Saller2007-07-131-2/+1
|
* more explicit testing of dbus interfaces and binary content indexingBenjamin Saller2007-07-131-15/+42
|
* removed ore.main so others can play with thisBenjamin Saller2007-07-131-1/+1
|
* sample client dbus interface verifiedBenjamin Saller2007-07-132-15/+6
|
* check point before prop kind/type mergeBenjamin Saller2007-07-121-1/+1
|
* checkpoint new branch before the property type/xapian field mergeBenjamin Saller2007-07-121-173/+0
|
* indexing changesBenjamin Saller2007-07-094-18/+38
|
* adding tests for Web like application dataBenjamin Saller2007-07-061-0/+34
|
* fix 1882Benjamin Saller2007-07-042-3/+16
| | | | patch 1889
* pass the option correctlyBenjamin Saller2007-07-031-2/+2
|
* register the inplace: schemeBenjamin Saller2007-06-271-0/+1
|
* obsolete fileBenjamin Saller2007-06-251-15/+0
|
*