/// <summary> /// Creates a new posting for a record. /// </summary> /// <param name="record">the record</param> public Posting(IRecord record) { _record = record; _occurrences = new TermOccurrenceCollection(); }