Hi All,
I am not sure if any one got chance to go over my question (below).
The question was to check if I can modify MoreLikeThis.like() result
using index time boosting.
I have found a work around as there is no easy way to influence MoreLikeThis
result using index time payload value.
The wo
Hi,
In the Lucene 2.9.4 project, there is a requirement to boost some of the
keywords in the document using payload.
Now while searching, is there a way I can boost the MoreLikeThis result
using the index time payload values?
Or can I merge MoreLikeThis output and PayloadTermQuery output somehow