Search Tag

Pages (1):  1

Simple Search: The Vector Space Model

17 Sep 2009 In: and

Spiral StairsOne of the issues with the boolean search model is that results are unranked - every matching document for a query contains all of the terms in that query, and there's no real way of saying which are 'better'. However, if we could weight the terms in a document based on how representative they were of the document as a whole, we could order our results by the ones that were the best match for the query. This is the idea that forms the basis for the vector space model.

Read More »

Simple Search: Phrases

21 Aug 2009 In: and

PhrasesIn an earlier post we looked at a simple search system that could handle straightforward boolean combinations of words in a query. Much of the time we can treat even 'natural' searches like that, assuming that a search like php information retrieval is "look for any document containing the words php AND information AND retrieval", but sometimes the user is searching for that specific phrase in that specific order.

Read More »

Simple Search: Boolean Retrieval

30 Jul 2009 In: and

Find by Alex BarrosIf you asked most people how a search engine worked, their answer would likely be a far cry from the acres of servers and vast collections that Google queries millions of times a day. That said, the intuitive view of a search engine is in many ways just a series of incremental steps away from Mountain View.

Read More »
Pages (1):  1