Hello everybody,
I a using the python GAE. I would like to implement a custom match scorer which sorts a set of documents according to their timestamp (taking into account an eventual periodicity of the events; e.g. a sport competition which takes place every year).
In search.py I can find two empty implementations of a MatchScorer (the RescoringMatchScorer and the MatchScorer itself), so I concluded that they're just stubs for a real implementation elsewhere.
So, is it possible to implement a custom MatchScorer?
Thanks in advance,
Ivo