George Thompson
2007-02-19 19:07:20 UTC
I am writing a search engine that will search a database for matches,
using a specific ranking formula (the user is given the option of
weighing things like the title, meta data, body etc etc to affect the
results).
My problem is that it also search files (doc, pdf etc etc). I have
reviewed IXSSO.Query, and can't seem to find a way of overriding the
default ranking system and adding my own ranking system that matches
the one used on the database records.
As it stands now, there is no ranking relevancy between files & db
items that are being returned on a search.
Ideally, they could both be displayed together in one list (by
ranking), but that will only happen if I can override this ranking so
that they use the same formula.
If this is not possible, is there another option other than
IXSSO.Query?
Thanks!
using a specific ranking formula (the user is given the option of
weighing things like the title, meta data, body etc etc to affect the
results).
My problem is that it also search files (doc, pdf etc etc). I have
reviewed IXSSO.Query, and can't seem to find a way of overriding the
default ranking system and adding my own ranking system that matches
the one used on the database records.
As it stands now, there is no ranking relevancy between files & db
items that are being returned on a search.
Ideally, they could both be displayed together in one list (by
ranking), but that will only happen if I can override this ranking so
that they use the same formula.
If this is not possible, is there another option other than
IXSSO.Query?
Thanks!