MetaService class

MetaService provides convenience methods to check or validate indexes. Most people will not need to use this service.

Constructors

MetaService(Client client)
Default Constructor

Properties

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

Methods

checkIndexName(CheckIndexNameRequest checkIndexNameRequest) Future<CheckIndexNameResponse>
CheckIndexName checks to see if an index name is available or not.
checkIndexPath(CheckIndexPathRequest checkIndexPathRequest) Future<CheckIndexPathResult>
CheckIndexPath checks to see if an IndexPath is valid for creating an index.
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