View Single Post
  #1 (permalink)  
Old 05-27-2009, 8:52 AM
alander's Avatar
alander alander is offline
VB.NET Forum Fanatic
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Jun 2007
Location: Singapore
Age: 21
Posts: 104
Reputation: 80
alander probably authored a book by nowalander probably authored a book by nowalander probably authored a book by now
Default Fuzzy search on DIRECTORY OF TEXT FILES

Hi all.

I have this requirement potential client, however I think what she wants is technically not feasible.. I would need inputs from the ppl around here for a second opinion as I am still not very experienced.

Here is what she wants

She have a ~800 (and it will grow bigger) text files in (.pdf / txt / doc / rtf) formats

She wants a web application to SEARCH for a word in these huge amount of text files and display the results in the web application for her users to download the text file.

The text files I am talking about are RESUMES. This client is a recruitment company.

1. What I feel is, searching for a matching word in such an environment will definitely lag the server, which hinders performance.

2. The server load from these searches will be very high.

3. Timeout issues when multiple users were to search the same file at the same time.


While doing my research, I took a look at using MS Index Server, but I am totally new to it and also wondering if the web host would requre anything extra to use it other than IIS.

So people, is this a technically feasible project? Or an unreasonable demand from a client who have no idea about computing
__________________

If I've helped you with my answer, please add to my reputation by clicking On Top Of My Reply!
Reply With Quote