public bool IsExists(string name)
 {
     return(indexQuery.IsExists(name));
 }