Sergei Golubchik wrote:

> Hi!

>>
> 
> I didn't test it yet.
> 
> The one thing I can say just now that unlike natural language search
> code (as exists in MySQL in 3.23) it need not to build the complete list
> of matched documents in memory in advance. It means that with LIMIT it
> should be MUCH faster than the old code.  Unfortunately, it also means
> that it does not "auto-magically" return documents with relevance
> decreased (without ORDER BY, that is).


If I use ORDER BY relevance and LIMIT. Does it need to build the 
complete list of documents in memory in advance? Or will it just build 
enough to satisfy the limit constraints.


> 
> Regards,
> Sergei
> 
> 



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to