<div dir="ltr">Perhaps this would suit your needs?<br><br><span class="mG"> </span><span class="mG"> </span><a href="http://hyperestraier.sourceforge.net/">http://hyperestraier.sourceforge.net/</a><br><br>It can be configured to look through a large variety of files. I once thought to set it up to improve search in a mediawiki configuration, but I never got around to it.<br>
<br>Regards,<br>dov<br><br><div class="gmail_quote">2009/5/24 Shlomi Fish <span dir="ltr">&lt;<a href="mailto:shlomif@iglu.org.il">shlomif@iglu.org.il</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Sunday 24 May 2009 14:55:43 Ehud Karni wrote:<br>
&gt; On Sun, 24 May 2009 02:01:43 Omer Zak wrote:<br>
&gt; &gt; What search tool would you recommend for use today?<br>
&gt; &gt;<br>
&gt; &gt; My tradeoffs:<br>
&gt; &gt; - Ability to retrieve all results of a search, rather than say the 100<br>
&gt; &gt; most recent ones.<br>
&gt; &gt; - Plenty of hard disk space, so it need not be economized.<br>
&gt; &gt; - After initial indexing, the daemon (or whatever) for handling new<br>
&gt; &gt; material should not load the PC too much.<br>
&gt;<br>
&gt; What&#39;s wrong with `locate&#39; (beside it is not being updated during the<br>
&gt; day ?). You can wrap it any way you want, it has regular expression<br>
&gt; search, and it is fast. I use it both in work (over 3.5M files in 69K<br>
&gt; directories) and at home (~900K files) and it works fine.<br>
<br>
</div>A few problems with locate:<br>
<br>
1. It doesn&#39;t do full-text search, and just searches according to the<br>
filename. You can perform text search on its results using &quot;xargs grep&quot;,<br>
&quot;xargs ack&quot; or a similar tool, but this is slower than indexing. And if you<br>
don&#39;t know the filename - you&#39;ll need to search through a lot of files.<br>
<br>
2. It doesn&#39;t handle compressed or otherwise encoded filenames properly. It<br>
isn&#39;t content-type sensitive.<br>
<br>
----------------------<br>
<br>
Beagle and its friends are better in those regards. I should note that I&#39;m not<br>
using Beagle or whatever, because I didn&#39;t really find a need for them, and<br>
because someone told me he once used a similar program for MS-Windows and as a<br>
result became disorganised and could not find his files afterwards.<br>
<br>
Regards,<br>
<br>
        Shlomi Fish<br>
<font color="#888888"><br>
--<br>
-----------------------------------------------------------------<br>
Shlomi Fish       <a href="http://www.shlomifish.org/" target="_blank">http://www.shlomifish.org/</a><br>
Understand what Open Source is - <a href="http://xrl.us/bjn82" target="_blank">http://xrl.us/bjn82</a><br>
<br>
God gave us two eyes and ten fingers so we will type five times as much as we<br>
read.<br>
</font><div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
Linux-il mailing list<br>
<a href="mailto:Linux-il@cs.huji.ac.il">Linux-il@cs.huji.ac.il</a><br>
<a href="http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il" target="_blank">http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il</a><br>
</div></div></blockquote></div><br></div>