Skip to content

Full Text Search Algorithms

2 pointsamourgh3 comments
On HN

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?

Comments

If you want to know some of the techniques, read "Managing Gigabytes: Compressing and Indexing Documents and Images" by Ian H. Witten, Alistair Moffat, and Timothy C. Bell.

If you want to actually implement search for your users, use solr. And use Tika for extracting text from Word documents.

Thank you dalke.I want to search for text in documents(full text search like the one implemented in sql server full text index)and list the documents containing the text

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.