SearchEngine class abstract

Core search engine interface

Implementers

Constructors

SearchEngine()

Properties

hashCode → int
The hash code for this object.
no setterinherited
isInitialized → bool
Checks if the search engine is initialized
no setter
itemCount → int
Gets the total number of items in the search index
no setter
languageCode → String
Gets the language code used by the search engine
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

initialize(List<Map<String, dynamic>> data) → Future<void>
Initializes the search engine with data
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
Searches for items matching the query
toString() → String
A string representation of this object.
inherited

Operators

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