Subject RE: [IBO] IBO component for full text search
Author Art Metz
Gerald,

Look at Rubicon from www.tamaracka.com . It requires that you use the TIBO
components and build a separate wordlist for you.

Second thought: how general a search do you need? If it need not be
indexed, perhaps LIKE or CONTAINING will do what you want.

Third thought: I had to abandon Rubicon and wrote my own parser/indexer.
It supports boolean searches and simple wildcards, but not phrases or
regular expressions. If you'd like the code and the paper I wrote on the
subject, just send me a private e-mail.

Art Metz
AMetz@...

> -----Original Message-----
> From: gsbrown@... [mailto:gsbrown@...]
> Sent: Wednesday, January 31, 2001 6:38 AM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] IBO component for full text search
>
>
> Is there an IBO component that will allow me to perform a full text
> search of one specific field in all records?
>
> I am in the process of designing a db where my team can post problems
> and solutions to those problems. I want to search on the problems
> field to see if other members of the team have had a similiar problem
> and then see what their solution was to solve the problem.
>
> One alternative that I have thougt of is to create a separate table
> with a list of words and then have a linking table to the problem
> table but if I can do a text search within the one field it would
> eliminate the need for additional tables.
>
> TIA for any ideas on how to solve this process.
>
> Gerald S. Brown
>
>
> ------------------------ Yahoo! Groups Sponsor
> ---------------------~-~>
> eGroups is now Yahoo! Groups
> Click here for more details
> http://click.egroups.com/1/11231/1/_/685810/_/980953617/
> --------------------------------------------------------------
> -------_->
>
>
>