示例#1
0
 public Query GetDefaultSearchQuery()
 {
     return(new TermQuery(new Term(NamespaceHashField, ModelHelpers.GetMD5Hash(ToString()))));
 }