Ejemplo n.º 1
0
 public IQueryBuilder MustNot(ISearchTerm term)
 {
     _query.Append($" {LuceneHelper.MUST_NOT_OPERATOR}{term.ToLuceneString()}");
     return(this);
 }