Prospective search using python
Wednesday, July 22nd, 2009Prospective search, or persistent search, is a relatively less common method of implementing search where the list of keywords is defined, and when provided a single document it determines the list of keywords applicable to it. This is different from traditional (or "retrospective") search, where many documents are stored into an ...
