I am currently developing an intranet Search Engine. I have succesfully searched out the files from a collection of small files. I could blend in database information too. The issues is that while searching for a collection of files my algorithm slows down or else it crashes in between. Any suggesstions?? Do i need to use AI for this purpose because i have seen a lot of research papers on "Inception of Artificial Intelligence in Search Engines"!

Thanks In Advance!

Place the following at the top of your script.

set_time_limit(0);
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.