public QueryContainer Build() { return(new TermQuery() { Field = FieldPath.ToPathString(), Boost = this.Boost, Value = this.Value }); }