Name | Type | Default value | Description |
---|---|---|---|
prefixHandlerName | string | similar | The prefix handler name used in the generated query. |
metaName | string | similardoc_query | Name of the generated meta containing the resulting query. |
minNumberOfKeywordPerDoc | long | 4 | Documents with fewer keywords than this constant are ignored. Value must be higher or equal to 0. |
similarityVirtualField | string | similarity | Name of the virtual field computing the final similarity score. |
similarityThreshold | double | The mininum similarity score for two documents to be considered similar. Value must be between 0 and 1. | |
languageConstraint | boolean | True | Forces similar documents to be in the same language. |
keywordsMetaName | string | keyword | Name of the retrieved meta containing the keywords. |