Boost Problem (again), need example !

2010-02-22 Thread pdaures
Hi, I know that there are many topics about scoring issues, but I didn't find an answer in the topics. This is the problem : Imagine I'm a teacher, and I have to index all the results, comments and score about students. Student : String name (eg : John Smith) String comments : (eg: John is a good

RE: Boost Problem (again), need example !

2010-02-22 Thread pdaures
don't know enough about function queries to help you much there but >> FieldScoreQuery might work. I can't see any sign of class >> FunctionQuery in the 3.0.0 core package so am not clear what that is. >> >> >> -- >> Ian. >> >> >> &g

RE: Boost Problem (again), need example !

2010-02-22 Thread pdaures
>> >> And unless you provide your own implementation of >> CustomScoreQuery.customScore() I think that you are still not >> guaranteed to get what you want since the default implementation is to >> calculate the score as subQueryScore * valSrcScore. >> >> >> --