Interface MeilisearchEntityInformation<T,ID>

Type Parameters:
T - the type of the entity
ID - the type of the entity's identifier
All Superinterfaces:
EntityInformation<T,ID>, EntityMetadata<T>
All Known Implementing Classes:
MappingMeilisearchEntityInformation

public interface MeilisearchEntityInformation<T,ID> extends EntityInformation<T,ID>
Entity information for Meilisearch.
Author:
Junghoon Ban
  • Method Details

    • getIdAttribute

      String getIdAttribute()
      Returns the id attribute.
      Returns:
      Id attribute
    • getIndexUid

      String getIndexUid()
      Returns the uid of the index.
      Returns:
      Index UID