At query time, the search engine reads posting lists for query terms and combines them rather than scanning all documents. Stored frequencies and positions support ranking, phrase search, and highlighting.
An inverted index maps each searchable term to the documents or positions where it occurs.
At query time, the search engine reads posting lists for query terms and combines them rather than scanning all documents. Stored frequencies and positions support ranking, phrase search, and highlighting.