<br><br><div class="gmail_quote">On Sat, Jun 11, 2011 at 8:12 PM, Peter Karman <span dir="ltr"><<a href="mailto:peter@peknet.com">peter@peknet.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Lucy is in the same<br>
camp as Lucene, Sphinx, Xapian, etc. It's for when you Get Serious about your<br>
search application.<br></blockquote><div><br></div><div>Also, SQLite's FTS is primarily a boolean searcher; if you want relevance ranking (e.g. TF/IDF) then you'll have to implement that yourself on top of FTS.  See <a href="http://www.sqlite.org/fts3.html#appendix_a">http://www.sqlite.org/fts3.html#appendix_a</a> .</div>
<div><br></div><div> -Ken</div></div>