| LuceneSearchValueConverter Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Search.Lucene3
 Syntax
Syntaxpublic class LuceneSearchValueConverter : AbstractSearchValueConverter
The LuceneSearchValueConverter type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | LuceneSearchValueConverter | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Culture | 
            Culture used to convert numbers to string and vice versa. 
            (Inherited from AbstractSearchValueConverter.) | 
|  | DecimalReplacerRegex | 
            Gets the double replacer regular expression.
            (Overrides AbstractSearchValueConverterDecimalReplacerRegex.) | 
|  | DoubleReplacerRegex | 
            Gets the double replacer regular expression. Replaces double values in following format (double)123.456.
            (Overrides AbstractSearchValueConverterDoubleReplacerRegex.) | 
|  | IntReplacerRegex | 
            Gets the integer replacer regular expression. Replaces integer values in following format (int)123.
            (Overrides AbstractSearchValueConverterIntReplacerRegex.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ConvertToString | 
            Converts the value to a search string representation.
            (Inherited from AbstractSearchValueConverter.) | 
|  | DateToString | 
            Converts the date time from to its string representation
            (Overrides AbstractSearchValueConverterDateToString(DateTime).) | 
|  | DecimalToString | 
            Returns string representation of the decimal value.
            (Overrides AbstractSearchValueConverterDecimalToString(Decimal).) | 
|  | DoubleToString | 
            Returns string representation of the double value. Returned value has always uniform format.
            (Overrides AbstractSearchValueConverterDoubleToString(Double).) | 
|  | IntToString | 
            Returns string representation of the integer value. Returned value has always uniform format.
            (Overrides AbstractSearchValueConverterIntToString(Int32).) | 
|  | ReplaceNumbers | 
            Replaces the number expressions within the given condition
            (Inherited from AbstractSearchValueConverter.) | 
|  | StringToDate | 
            Converts the string representation of the date time from searched document to a date time
            (Overrides AbstractSearchValueConverterStringToDate(String).) | 
|  | StringToDecimal | 
            Converts search string to the decimal value.
            (Overrides AbstractSearchValueConverterStringToDecimal(String).) | 
|  | StringToDouble | 
            Converts search string to the integer value.
            (Overrides AbstractSearchValueConverterStringToDouble(String).) | 
|  | StringToInt | 
            Converts search string to the integer value.
            (Overrides AbstractSearchValueConverterStringToInt(String).) | 
 See Also
See Also