IndexField constructor
IndexField({
- required String indexFieldName,
- required IndexFieldType indexFieldType,
- LiteralOptions? literalOptions,
- List<
SourceAttribute> ? sourceAttributes, - TextOptions? textOptions,
- UIntOptions? uIntOptions,
Implementation
IndexField({
required this.indexFieldName,
required this.indexFieldType,
this.literalOptions,
this.sourceAttributes,
this.textOptions,
this.uIntOptions,
});