Annotation Interface Document


@Inherited @Retention(RUNTIME) @Target(TYPE) public @interface Document
Identifies a domain object to be persisted to Meilisearch.
Author:
Junghoon Ban
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    UID of the Meilisearch index.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Apply the settings to the index on repository bootstrapping.
  • Element Details

    • indexUid

      String indexUid
      UID of the Meilisearch index.
      Returns:
      Index UID
    • applySettings

      boolean applySettings
      Apply the settings to the index on repository bootstrapping.
      Default:
      true