Annotation Interface Setting


@Inherited @Retention(RUNTIME) @Target(TYPE) public @interface Setting
Meilisearch Setting
Author:
Junghoon Ban
See Also:
  • Element Details

    • sortableAttributes

      String[] sortableAttributes
      attributes to be used for sorting
      See Also:
      Default:
      {}
    • distinctAttribute

      String distinctAttribute
      attribute to be used for distinct
      See Also:
      Default:
      ""
    • searchableAttributes

      String[] searchableAttributes
      attributes to be used for searching
      See Also:
      Default:
      {}
    • displayedAttributes

      String[] displayedAttributes
      attributes to be displayed in the search results
      See Also:
      Default:
      {}
    • rankingRules

      String[] rankingRules
      defines the ranking rules
      See Also:
      Default:
      {}
    • stopWords

      String[] stopWords
      defines the stop words
      See Also:
      Default:
      {}
    • filterableAttributes

      String[] filterableAttributes
      defines the filterable attributes
      See Also:
      Default:
      {}
    • synonyms

      Synonym[] synonyms
      defines the synonyms
      See Also:
      Default:
      {}
    • dictionary

      String[] dictionary
      defines the dictionary
      See Also:
      Default:
      {}
    • proximityPrecision

      String proximityPrecision
      defines the proximity precision
      See Also:
      Default:
      ""
    • searchCutoffMs

      int searchCutoffMs
      defines the search cutoff time in milliseconds if value is -1, this setting will be disabled
      See Also:
      Default:
      -1
    • separatorTokens

      String[] separatorTokens
      defines the separator tokens
      See Also:
      Default:
      {}
    • nonSeparatorTokens

      String[] nonSeparatorTokens
      defines the non-separator tokens
      See Also:
      Default:
      {}
    • localizedAttributes

      LocalizedAttribute[] localizedAttributes
      defines the localized attributes
      See Also:
      Default:
      {}
    • embedders

      Embedder[] embedders
      defines the embedders configuration for AI-powered search
      See Also:
      Default:
      {}