FullText Searching: The Dilemma

Aaron Trevena aaron.trevena at gmail.com
Wed Jun 27 09:33:20 UTC 2007


On 25/06/07, Max Kanat-Alexander <mkanat at bugzilla.org> wrote:
>         Does anybody have any ideas in this department, as to how we
> could do this whole full-text searching better? In a way that would
> perform well, be easy to develop, and work well with our current search
> architecture?

Is there a good reason for not implementing a reverse-index search
yourself within bugzilla ?

It's then trivial to join in to any other query conditions, doesn't
require any additional dependancies, and will work accross databases
in the same way.

A.

-- 
http://www.aarontrevena.co.uk
LAMP System Integration, Development and Hosting



More information about the developers mailing list