DefaultSearchEngineFactory class

Default factory implementation for creating search engine components

Implemented types

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
override
createSearchEngine({required List<Map<String, dynamic>> data, required String languageCode}) SearchEngine
Creates a search engine with the specified configuration
override
createSimilarityCalculator() SimilarityCalculator
Creates a similarity calculator
override
createTokenizer(String languageCode) TextTokenizer
Creates a text tokenizer for the specified language
override
createVariationGenerator(String languageCode) VariationGenerator
Creates a variation generator for the specified language
override
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