19 using System.Configuration;
22 namespace Lucene.Net.Distributed.Configuration
61 foreach (XmlNode c
in xSection.ChildNodes)
63 if (c.Name.ToLower()==
"DistributedSearcher")
66 this._arDistributedSearcherArray[x] = ws;
78 get {
return this._arDistributedSearcherArray;}