Inheritance: System.Collections.CollectionBase
		/// <summary>
		/// Creates an empty index.
		/// </summary>
		public FullTextSearchIndex()
		{
			_fields = new IndexedFieldCollection();
			_postings = new Hashtable();
		}
 /// <summary>
 /// Creates an empty index.
 /// </summary>
 public FullTextSearchIndex()
 {
     _fields   = new IndexedFieldCollection();
     _postings = new Hashtable();
 }