]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn
response
[ikiwiki.git] / doc / bugs / Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn
index 6e43c1149a9fbb3f70bdb9d3044a95ead1a30b21..6bf4b9666b17801ac8deccb6066190f29b6212bf 100644 (file)
@@ -26,3 +26,17 @@ Any ideas how to fix that problem? --[[PaweÅ‚|ptecza]]
 >
 > [[done]]
 > --[[Joey]]
+
+>> Thanks a lot for the rapid fix, Joey! Now my ikiwiki works good for me :)
+>>
+>> BTW, why have you replaced Hyper Estraier by Xapian? It seems that second
+>> search engine is faster, but I'm not sure it has the same wide syntax.
+>> 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]]