struct Meilisearch::Crystal::Index

Overview

Metadata describing a Meilisearch index.

Defined in:

meilisearch/crystal/index.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct Meilisearch::Crystal::Resource

new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)
new

Macros inherited from struct Meilisearch::Crystal::Resource

define(name, &block) define, field(declaration) field, field!(declaration) field!, field?(declaration) field?

Constructor Detail

def self.new(pull : JSON::PullParser) #

Metadata describing a Meilisearch index.


[View source]

Instance Method Detail

def created_at : Time #

def primary_key : String | Nil #

def uid : String #

def updated_at : Time #