com.senseidb.search.query
Interface ScoreAugmentQuery.ScoreAugmentFunction

Enclosing class:
ScoreAugmentQuery

public static interface ScoreAugmentQuery.ScoreAugmentFunction


Method Summary
 void initialize(com.browseengine.bobo.api.BoboIndexReader reader)
           
 float newScore(float rawScore, org.apache.lucene.search.Similarity sim)
           
 

Method Detail

initialize

void initialize(com.browseengine.bobo.api.BoboIndexReader reader)
                throws IOException
Throws:
IOException

newScore

float newScore(float rawScore,
               org.apache.lucene.search.Similarity sim)


Copyright © 2010-2012. All Rights Reserved.