| LuceneSearchValueConverter Methods | 
The LuceneSearchValueConverter type exposes the following members.
 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