Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBenjamin Saller <bcsaller@objectrealms.net>2007-07-20 10:09:31 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-07-20 10:09:31 (GMT)
commit720c077dba3eb0944318cc0410d4a2df9880a305 (patch)
tree51c92bed8c18529f4c3609a6504868726b766ff5 /bin
parent9aabdfb24b3d03dae3835bf29f8be005fa9ccab2 (diff)
handle find(dict(query : 'title:foo mimetype:text/plain'))
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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/datastore-service8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/datastore-service b/bin/datastore-service
index b8555ee..7dd87ce 100755
--- a/bin/datastore-service
+++ b/bin/datastore-service
@@ -72,9 +72,9 @@ def main():
logger.debug("Datastore shutdown with error",
exc_info=sys.exc_info())
-main()
+#main()
-#import hotshot
-#p = hotshot.Profile('hs.prof')
-#p.run('main()')
+import hotshot
+p = hotshot.Profile('hs.prof')
+p.run('main()')