Hi guys, I am trying to figure out whether there is a query that would do matching based od token payloads. JUST on token payloads.
I think, there is not such query. Thus, I thought about implementing one, but somehow I dont know where to start. I've been trying to achieve this by extending CustomScoreQuery, where subQuery is MatchAllDocsQuery and CustomScoreProvider would evaluate score based on term payloads, but I cant get it working :-/ Could you give me any hints how to do this. Thanks *Michal Samek *