Click or drag to resize
LuceneSearchValueConverter Methods

The LuceneSearchValueConverter type exposes the following members.

Methods
  NameDescription
Public methodConvertToString
Converts the value to a search string representation.
(Inherited from AbstractSearchValueConverter.)
Public methodDateToString
Converts the date time from to its string representation
(Overrides AbstractSearchValueConverterDateToString(DateTime).)
Public methodDecimalToString
Returns string representation of the decimal value.
(Overrides AbstractSearchValueConverterDecimalToString(Decimal).)
Public methodDoubleToString
Returns string representation of the double value. Returned value has always uniform format.
(Overrides AbstractSearchValueConverterDoubleToString(Double).)
Public methodIntToString
Returns string representation of the integer value. Returned value has always uniform format.
(Overrides AbstractSearchValueConverterIntToString(Int32).)
Public methodReplaceNumbers
Replaces the number expressions within the given condition
(Inherited from AbstractSearchValueConverter.)
Public methodStringToDate
Converts the string representation of the date time from searched document to a date time
(Overrides AbstractSearchValueConverterStringToDate(String).)
Public methodStringToDecimal
Converts search string to the decimal value.
(Overrides AbstractSearchValueConverterStringToDecimal(String).)
Public methodStringToDouble
Converts search string to the integer value.
(Overrides AbstractSearchValueConverterStringToDouble(String).)
Public methodStringToInt
Converts search string to the integer value.
(Overrides AbstractSearchValueConverterStringToInt(String).)
Top
See Also