> > I think we are doing similar things, at least I am trying to implement > document boosting with pagerank. Having issues of howto appky the scoring > of > specific docs without actually reindex them. I feel something should be > done > at query time which looks at external data but do not know howto implement > that. Do you ? >
Have you considered CustomScoreQuery in o.a.l.search.function ? It should allow incorporating external scores. Doron