I am investigating a custom website search engine, which appears to be very straight forward, the basic idea I have is :
- Visit and "read" each page searching for keywords.
- Record results as xml.
- Process xml and display ordered results.
The principle is working, but I wonder about efficiency, and whether or not this is a heavy load for the server to cope with.
Is caching possible in this situation? I could actually save the xml results each time - but don't know if that is worth it.
I have tried to find search engine guides, but have not been successful, any ideas or experiences would be valued highly.
<bb/>
- Visit and "read" each page searching for keywords.
- Record results as xml.
- Process xml and display ordered results.
The principle is working, but I wonder about efficiency, and whether or not this is a heavy load for the server to cope with.
Is caching possible in this situation? I could actually save the xml results each time - but don't know if that is worth it.
I have tried to find search engine guides, but have not been successful, any ideas or experiences would be valued highly.
<bb/>