I want to use context suggester with weights
My Index:
POST skg/_doc/ { "suggest": { "input": ["san fisco","fisco"], "contexts": { "userid": ["96988658","96320800","65982461","65912563", "65906989"], "area" : ["a1","a2","a3","a4"] } } }
Is it possible to have weight for every user id so that if search is done in multiple documents for a particular user, based on weights order of documents can be sorted?