Bamboo.Prevalence.Indexing.FullText.Posting.Posting C# (CSharp) 메소드

Posting() 공개 메소드

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