public Query GetDefaultSearchQuery() { return(new TermQuery(new Term(NamespaceHashField, ModelHelpers.GetMD5Hash(ToString())))); }