> ## Content Index
> Fetch the complete content index at: https://www.lorcandempsey.net/llms.txt
> Use this file to discover other available public pages before exploring further.

# Text retrieval primer from Oracle
- URL: https://www.lorcandempsey.net/text-retrieval-primer-from-oracle/
- Published: 2003-11-18T16:35:38.000Z
- Updated: 2003-11-18T16:35:38.000Z
- Author: Lorcan Dempsey
- Tags: Systems

Introductory overview to information retrieval evaluation from Oracle. Interesting to see discussion of precision, recall, TREC conferences, etc, in this context. 

> Text retrieval engines, popularly known as search engines, return a list of documents (the *hitlist)* for a query. Typically there are some good documents in the list and some bad ones. The quality of a search engine is measured in terms of the proportion of good hits in the list, the positions of good hits relative to bad ones, and the proportion of good documents missing from the list. Ideally, a search engine must return all the good documents and only the good documents. Such an engine has very good quality and is said to have high *precision*, *recall*, and *utility*. Real search engines are only able to return some of the good documents in the collection along with some bad ones.\[[Text Retrieval Quality: A Primer](https://otn.oracle.com/products/text/htdocs/imt%5Fquality.htm?ref=lorcandempsey.net)\]