SourceDataTrimTitle class
Specifies how to trim common words from the beginning of a field to enable title sorting by that field.
Constructors
- SourceDataTrimTitle({required String sourceName, String? defaultValue, String? language, String? separator})
- SourceDataTrimTitle.fromXml(XmlElement elem)
-
factory
Properties
- defaultValue → String?
-
The default value to use if the source attribute is not specified in a
document. Optional.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- language → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- separator → String?
-
The separator that follows the text to trim.
final
- sourceName → String
-
The name of the document source field to add to this
IndexField
.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited