AlgoliaSynonymsReference class

AlgoliaSynonymsReference

A AlgoliaSynonymsReference object can be used for adding object's synonyms, getting synonyms references, manage the index synonyms for objects.

Properties

algolia Algolia
final
encodedIndex String
ID of the referenced index.
no setter
hashCode int
The hash code for this object.
no setterinherited
index String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

batch(List<AlgoliaSynonyms> synonyms) Future<AlgoliaTask>
Save synonyms (Batch)
clear() Future<AlgoliaTask>
Clear all synonyms
delete(String objectID) Future<AlgoliaTask>
Delete synonym
getByObjectId(String objectID) Future<Map<String, dynamic>>
Get synonym
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save(AlgoliaSynonyms synonyms) Future<AlgoliaTask>
Save Synonym
Search synonyms
toString() String
A string representation of this object.
inherited

Operators

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