20 using System.Collections.Generic;
21 using Lucene.Net.Support;
29 internal IDictionary<string, FieldSelectorResult> fieldSelections;
36 this.fieldSelections = fieldSelections;
44 fieldSelections =
new HashMap<string, FieldSelectorResult>(fields.Count * 5 / 3);
45 foreach(var field
in fields)
53 : this(fields.ToList())