Example #1
0
 public SearchRequest FreewordFilter(OperatorType op, string lang, string splitmode, string area, string value)
 {
     _request.Conditions.Filter = SearchFilter.CreateFreeword(OperatorTypeMap[op], lang, splitmode, area, value);
     return(_request);
 }