We manage several html and PHP websites. I have a task where I have to find an application that will:
1) spider the specified site content at a given time interval (once a week)
2) a search tool (textbox with keywords) for inclusion on the site where users may search the site for content and have a list of links to pages containing results
3) ideally, a search reporting feature where number and types of searches are reported for the site admin
there are 2 options that come to mind:
1) a third party hosted solution
2) code that I could install on one of our webservers. I have a small budget for this
I don't really want to code this all from scratch.
Can anyone suggest a solid solution?
thanks, Mark