Content deleted Content added
Tag: Reverted |
m Reverted edit by 195.195.14.252 (talk) to last version by Sirfurboy |
||
Line 77:
===Index merging===
The
After parsing, the indexer adds the referenced document to the document list for the appropriate words. In a larger search engine, the process of finding each word in the inverted index (in order to report that it occurred within a document) may be too time consuming, and so this process is commonly split up into two parts, the development of a forward index and a process which sorts the contents of the forward index into the inverted index. The inverted index is so named because it is an inversion of the forward index.
|