TypesenseService class

Properties

client ↔ Client
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchCollection String
latefinal

Methods

deleteCategory(String category) Future<Map<String, dynamic>>
init({required String apiKey, required String scheme, required String host, required int port, required String searchCollection}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reindexCategory(String category) Future<void>
Re-index the posts and comments for the category only.
reindexUser() Future<void>
Search returns SearchResult
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance TypesenseService
no setter