SearchEngineFactory class abstract

Factory interface for creating language-specific components

Implementers

Constructors

SearchEngineFactory.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createNormalizer(String languageCode) TextNormalizer
Creates a text normalizer for the specified language
createSearchEngine({required List<Map<String, dynamic>> data, required String languageCode}) SearchEngine
Creates a search engine with the specified configuration
createSimilarityCalculator() SimilarityCalculator
Creates a similarity calculator
createTokenizer(String languageCode) TextTokenizer
Creates a text tokenizer for the specified language
createVariationGenerator(String languageCode) VariationGenerator
Creates a variation generator for the specified language
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited