Full Text Search Algorithms
Hello guys,
I'm working on an asp.net project where a user(student)saves a doc file(.doc,.docx)in folder.
Now that there is more tha 20000 doc files in that folder,i'm asked to do search in those files by keywords that that the user types like:"Object oriented programming",programing,networks...I would like to know the most used techniques and algorithms for those kind of searchs?full text search algorithms?
3 comments
[ 3.1 ms ] story [ 14.2 ms ] threadIf you want to actually implement search for your users, use solr. And use Tika for extracting text from Word documents.