Search relevance from XML docs (XQuery?) vs MySQL
Posted
by Marius
on Stack Overflow
See other posts from Stack Overflow
or by Marius
Published on 2010-04-15T11:36:47Z
Indexed on
2010/04/15
13:03 UTC
Read the original article
Hit count: 245
Hello there,
I have a website where documents are saved in xml documents, all with the same structure.
I need a search engine where I am able to choose documents with the highest relevance according to the key words given by a searching user.
I thought it could (?) be a good idea to have one using XQuery rather than having the information stored twice (in XML docs + mysql database) and querying the mysql database for relevance searches.
Is XQuery any good for this, and how, and what speed can I expect on +1000 documents of about 7kb each.
Thank you for your time.
Kind regards
© Stack Overflow or respective owner