org.paneris.bibliomania.fti
Class Score

java.lang.Object
  extended by org.paneris.bibliomania.fti.Score

public class Score
extends java.lang.Object


Nested Class Summary
static class Score.Hit
           
 
Constructor Summary
Score()
           
 
Method Summary
static Score.Hit[] scoredHits(SearchResults r, long startTextID, long limitTextID, int max)
          FIXME should be implemented with "select the N smallest" rather than a full "sort"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Score

public Score()
Method Detail

scoredHits

public static Score.Hit[] scoredHits(SearchResults r,
                                     long startTextID,
                                     long limitTextID,
                                     int max)
                              throws com.sleepycat.db.DatabaseException
FIXME should be implemented with "select the N smallest" rather than a full "sort"

Throws:
com.sleepycat.db.DatabaseException


Copyright © 2000-2009 PanEris. All Rights Reserved.