示例#1
0
 public virtual void Visit(IIntervalsQuery query) => Write("intervals");
示例#2
0
 internal static bool IsConditionless(IIntervalsQuery q) =>
 q.Field.IsConditionless() || q.Match == null && q.AllOf == null && q.AnyOf == null;
示例#3
0
 public virtual void Visit(IIntervalsQuery query)
 {
 }
 internal static bool IsConditionless(IIntervalsQuery q) =>
 q.Field.IsConditionless() || q.Match == null && q.AllOf == null && q.AnyOf == null && q.Prefix == null && q.Wildcard == null &&
 q.Fuzzy == null;