Algorithm for immediate string search in a number of text files -
i'm writing system , implement search in modern way, e.g. works in google search: when user starts type in query letters gets result , each next letter makes result set more specific.
what algorithms indexing text , searching way?
wikipedia or/and other links fine, no need waste time detailed explanation.
as practical approach, think may use library lucene of things full text indexing.
Comments
Post a Comment