Click or drag to resize
LuceneSearchValueConverter Properties

The LuceneSearchValueConverter type exposes the following members.

Properties
  NameDescription
Protected propertyCulture
Culture used to convert numbers to string and vice versa.
(Inherited from AbstractSearchValueConverter.)
Protected propertyDecimalReplacerRegex
Gets the double replacer regular expression.
(Overrides AbstractSearchValueConverterDecimalReplacerRegex.)
Protected propertyDoubleReplacerRegex
Gets the double replacer regular expression. Replaces double values in following format (double)123.456.
(Overrides AbstractSearchValueConverterDoubleReplacerRegex.)
Protected propertyIntReplacerRegex
Gets the integer replacer regular expression. Replaces integer values in following format (int)123.
(Overrides AbstractSearchValueConverterIntReplacerRegex.)
Top
See Also