-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Query itself : { "query": { "function_score": { "query": { "match_all":{} }, "functions": [ { "payload_factor": { "docInfo": [ "test" ] } } ] } } }
settings for index are like this :
{ "settings" : { "number_of_shards" : "1", "number_of_replicas" : "0", "analysis" : { "analyzer" : { "my_payload_analyzer" : { "tokenizer" : "whitespace", "filter" : [ "delimited_payload_filter" ] } } } } }
field is defined like this :
"docInfo": { "analyzer" : "my_payload_analyzer", "term_vector": "with_positions_offsets_payloads", "type": "string" }
and in a single document inserted it looks like this : "docInfo":"test|20 document|10"
Will attach logs later. Great plugnin any way.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels