]> sipb.mit.edu Git - ikiwiki.git/commitdiff
response
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 13 Jun 2008 20:42:06 +0000 (16:42 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 13 Jun 2008 20:42:06 +0000 (16:42 -0400)
doc/bugs/Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn

index 41e2b501df616865f34eded71a2e7e2d9ce794fa..6bf4b9666b17801ac8deccb6066190f29b6212bf 100644 (file)
@@ -34,3 +34,9 @@ Any ideas how to fix that problem? --[[PaweÅ‚|ptecza]]
 >> Also I can't see how to change number of hits per page...
 >>
 >> --[[PaweÅ‚|ptecza]]
+
+>>> Xapian indexes more quickly, and with the perl interface I was able to
+>>> make updates for changes pages quite efficient. My experience with 
+>>> Hyper Estraier has not been good, with its database often breaking, and
+>>> it sometimes crashing. Xapian also does a ranked search, and supports
+>>> searching for specific metadata like "title:foo". --[[Joey]]