If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
The technical name for it is an "inverted index". It is a hybrid of a record-level inverted index and word-level inverted index, with a trade off being made between index size and performance.
Comment