Document Stored in File System Text Searching and Filtering required in ASP .Net Application
Posted
by Harryboy
on Stack Overflow
See other posts from Stack Overflow
or by Harryboy
Published on 2009-12-15T12:16:19Z
Indexed on
2010/04/01
1:03 UTC
Read the original article
Hit count: 426
Hello Experts,
We are building a jobsite application in which we will store resumes of all the candidates, which is planned to store on file system.
Now We need to search inside that file and provide the result to the user, we need to provide that what is the best solution to implement text searching.
I have just tried to identify it and got some reference like IFilter (API or interface) and Lucene.Net (open source), but not sure that is it a right solution.
In initial phase it is expected to be around 50,000 resumes and it should be scalable enough if number increases.
I just want some case study or some analysis or your suggestions that which is the best method to handle this requirement (Technology ASP .Net)
Thanks
© Stack Overflow or respective owner