Lucene.Net.QueryParsers.Xml.Builders NumericRangeFilterBuilder.SetStrictMode in C# (CSharp): 10 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per Lucene.Net.QueryParsers.Xml.Builders.NumericRangeFilterBuilder.SetStrictMode, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Specifies how this NumericRangeFilterBuilder will handle errors. If this is set to true, GetFilter(XmlElement) will throw a ParserException if it is unable to parse the lowerTerm or upperTerm into the appropriate numeric type. If this is set to false, then this exception will be silently ignored and the resulting filter will not match any documents. Defaults to false.