Annotation Interface Setting
Meilisearch Setting
- Author:
- Junghoon Ban
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionString[]defines the dictionaryString[]attributes to be displayed in the search resultsattribute to be used for distinctEmbedder[]defines the embedders configuration for AI-powered searchString[]defines the filterable attributesdefines the localized attributesString[]defines the non-separator tokensdefines the proximity precisionString[]defines the ranking rulesString[]attributes to be used for searchingintdefines the search cutoff time in milliseconds if value is -1, this setting will be disabledString[]defines the separator tokensString[]attributes to be used for sortingString[]defines the stop wordsSynonym[]defines the synonyms
-
Element Details
-
sortableAttributes
String[] sortableAttributesattributes to be used for sorting- See Also:
- Default:
- {}
-
distinctAttribute
String distinctAttributeattribute to be used for distinct- See Also:
- Default:
- ""
-
searchableAttributes
String[] searchableAttributesattributes to be used for searching- See Also:
- Default:
- {}
-
displayedAttributes
String[] displayedAttributesattributes to be displayed in the search results- See Also:
- Default:
- {}
-
rankingRules
String[] rankingRulesdefines the ranking rules- See Also:
- Default:
- {}
-
stopWords
String[] stopWordsdefines the stop words- See Also:
- Default:
- {}
-
filterableAttributes
String[] filterableAttributesdefines the filterable attributes- See Also:
- Default:
- {}
-
synonyms
Synonym[] synonymsdefines the synonyms- See Also:
- Default:
- {}
-
dictionary
String[] dictionarydefines the dictionary- See Also:
- Default:
- {}
-
proximityPrecision
String proximityPrecisiondefines the proximity precision- See Also:
- Default:
- ""
-
searchCutoffMs
int searchCutoffMsdefines the search cutoff time in milliseconds if value is -1, this setting will be disabled- See Also:
- Default:
- -1
-
separatorTokens
String[] separatorTokensdefines the separator tokens- See Also:
- Default:
- {}
-
nonSeparatorTokens
String[] nonSeparatorTokensdefines the non-separator tokens- See Also:
- Default:
- {}
-
localizedAttributes
LocalizedAttribute[] localizedAttributesdefines the localized attributes- See Also:
- Default:
- {}
-
embedders
Embedder[] embeddersdefines the embedders configuration for AI-powered search- See Also:
- Default:
- {}
-