boost
boost
|
Specifies if the query will be boosted by the interesting term relevant
type: boolean
|
count
Count
|
Specifies the number of similar documents to be returned for each result.
type: integer
|
docId
DocId Field name
|
Specifies the name of the id field we are finding more like this terms on
type: string
default value: 'id '
|
interestingTerms
interesting terms
|
Controls how the More Like This component presents the interesting terms. Supports 3 settings, list lists the terms, none lists no terms and details lists the terms with the boosts
type: string
enum: {
list
none
details
}
|
matchInclude
match include
|
Specifies whether the response should include the matched doc
type: boolean
|
matchOffset
match offset
|
Specifies an offset to the main query to find the doc on which the MoreLikeThis query should operate. By default it is 0
type: integer
|
maxdf
maxdf
|
Specify the frequency at which words will be ignored which occur in more than this many docs
type: integer
default value: '10000 '
|
maxntp
maxntp
|
Sets the max number of tokens to parse in each example doc that is not stored with TV support
type: integer
|
maxqt
maxqt
|
Sets the max number of query terms that will be included in any generate query
type: integer
|
maxwl
maxwl
|
Sets the maximum word length
type: integer
|
mindf
mindf
|
Specify the frequency at which words will be ignored which occur in at least this many docs
type: integer
default value: '2 '
|
mintf
mintf
|
Specify the frequency below which terms will be ignored in the source doc
type: integer
|
minwl
minwl
|
Sets the minimum word length for words to be recognized by the MoreLikeThis
type: integer
default value: '3 '
|
moreLikeThisFields
More Like This Fields
|
Specifies the name of the field you want to run the mlt on. NOTE: If you don't supply any fields we will default to using the body field.
type: array of string
|
useQueryParser
Use Query Parser
required
|
Specifies whether to use the MLT Query Parser. Note, if you choose to use this you MUST specify a document id to run the MLT Query on and a Field to run the MLT with.
type: boolean
default value: 'true '
|