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