Hello, ES community and devs. After expending a considerable time with the phrase suggester, I've come to a point where I need to further control it, specially on the phrase scoring part of it.
Besides the smoothing models, are there any plans to allow us to further control the score of the query?
Perhaps, by allowing us to set a string_distance parameter on a per-term basis, just like in the term suggeter?
Or by having a way to "boost" the terms generated by each of the sections in the direct_generator (i.e. the terms generated by the first direct generator to have a boost factor of 2, and the ones by the reverse generator a boost factor of 1) ?
I do not know if this goes down to the lucene implementation of the suggester, or if this can be tweaked at the ES implementation level.
Please comment if you have experienced similar issues or wish this kind of cuntionality.