SearchLib.Search.IndexQuery.IndexQuery C# (CSharp) 메소드

IndexQuery() 보호된 메소드

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