Click or drag to resize
LuceneSearchValueConverterDoubleReplacerRegex Property
Gets the double replacer regular expression. Replaces double values in following format (double)123.456.

Namespace: CMS.Search.Lucene3
Assembly: CMS.Search.Lucene3 (in CMS.Search.Lucene3.dll) Version: 9.0.0
Syntax
C#
protected override Regex DoubleReplacerRegex { get; }

Property Value

Type: Regex
See Also