Bamboo.Prevalence.Indexing.FullText.Posting.Posting C# (CSharp) Method

Posting() public method

Creates a new posting for a record.
public Posting ( IRecord record ) : System
record IRecord the record
return System
		public Posting(IRecord record)
		{				
			_record = record;
			_occurrences = new TermOccurrenceCollection();
		}