public object Create(object parent, object configContext, XmlNode section)
		{
			LuceneServerIndexes rsConfig = new LuceneServerIndexes(section);
			return rsConfig;
		}
        public object Create(object parent, object configContext, XmlNode section)
        {
            LuceneServerIndexes rsConfig = new LuceneServerIndexes(section);

            return(rsConfig);
        }