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