SearchLib.Search.IndexQuery.IndexQuery C# (CSharp) Method

IndexQuery() protected method

protected IndexQuery ( string indexLocation ) : System
indexLocation string
return System
        protected IndexQuery(string indexLocation)
        {
            _location = indexLocation;
        }