Пример #1
0
		public IndexDocument()
		{
			Values = new IndexField[0];
			Tokens = new Dictionary<string, object>();
		}
Пример #2
0
 public IndexDocument()
 {
     Values = new IndexField[0];
     Tokens = new Dictionary <string, object>();
 }