On Thu, 2004-02-05 at 20:46, David T-G wrote:
> Hi, all --
> 
> I'm implementing a search and would like to move beyond accepting
> 
>   this that other
> 
> for simple any-word searching to a real boolean search.  Has anyone seen
> any good classes or even functions for such?  [No, the source contents
> are not in a database, so I won't be passing SQL code off to a real
> searcher.]

How are you doing the search if not with a database?  What is your logic
for implementing the search?

I have used lucene (Jakarta-Apache) for doing searchs that is
outstanding.

--
Ray

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to