Which of the following statements is *false* with regards to an Inverted Index Construction?
1) Fitting the Dictionary in main memory is desirable, but difficult most times.
2) A typical Inverted Index will consist of a Dictionary file and Posting Lists.
3) The Dictionary file will usually contain repeated and unsorted terms.
4) The Posting Lists will consist of collections of documents ID (docID) for each term.