| LuceneSearchValueConverter Class |
Namespace: CMS.Search.Lucene3
public class LuceneSearchValueConverter : AbstractSearchValueConverter
The LuceneSearchValueConverter type exposes the following members.
| Name | Description | |
|---|---|---|
| LuceneSearchValueConverter |
| Name | Description | |
|---|---|---|
| ConvertToString |
Converts the value to the search string representation.
(Overrides AbstractSearchValueConverterConvertToString(Object).) | |
| DateToString |
Converts the date time from to its string representation
(Overrides AbstractSearchValueConverterDateToString(DateTime).) | |
| DecimalToString |
Returns string representation of the decimal value.
| |
| 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
(Overrides AbstractSearchValueConverterReplaceNumbers(String).) | |
| 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.
| |
| StringToDouble |
Converts search string to the integer value.
(Overrides AbstractSearchValueConverterStringToDouble(String).) | |
| StringToInt |
Converts search string to the integer value.
(Overrides AbstractSearchValueConverterStringToInt(String).) |
| Name | Description | |
|---|---|---|
| AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
| Name | Description | |
|---|---|---|
| Culture |
Culture used for converting numbers to string and vice versa.
(Inherited from AbstractSearchValueConverter.) | |
| DecimalReplacerRegex |
Gets the decimal replacer regular expression.
| |
| DoubleReplacerRegex |
Gets the double replacer regular expression.
(Overrides AbstractSearchValueConverterDoubleReplacerRegex.) | |
| IntReplacerRegex |
Integer value replacer. Replaces integer values in following format (int)123.
(Overrides AbstractSearchValueConverterIntReplacerRegex.) |