C# (CSharp) Lucene.Net.QueryParsers.Xml.Builders NumericRangeFilterBuilder - 10 примеров найдено. Это лучшие примеры C# (CSharp) кода для Lucene.Net.QueryParsers.Xml.Builders.NumericRangeFilterBuilder, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Creates a NumericRangeFilter. The table below specifies the required attributes and the defaults if optional attributes are omitted. For more detail on what each of the attributes actually do, consult the documentation for NumericRangeFilter: Attribute nameValuesRequiredDefaultfieldNameStringYesN/AlowerTermSpecified by typeYesN/AupperTermSpecified by typeYesN/Atypeint, long, float, doubleNointincludeLowertrue, falseNotrueincludeUppertrue, falseNotrueprecisionStepintNo4 If an error occurs parsing the supplied lowerTerm or upperTerm into the numeric type specified by type, then the error will be silently ignored and the resulting filter will not match any documents.