Uses of Class
org.gcube.search.datafusion.datatypes.RankedRecord

Packages that use RankedRecord
org.gcube.search.datafusion.datatypes   
org.gcube.search.datafusion.helpers   
 

Uses of RankedRecord in org.gcube.search.datafusion.datatypes
 

Methods in org.gcube.search.datafusion.datatypes that return types with arguments of type RankedRecord
static List<RankedRecord> RankedRecord.recalculateScores(Map<String,Long> recPositions, Map<String,Pair> recScores, Boolean includePosition)
          Recalculates the score of the records that are retrieved after querying the lucene index in order to perform some other refinements.
 

Methods in org.gcube.search.datafusion.datatypes with parameters of type RankedRecord
static Float RankedRecord.calcScore(RankedRecord r)
          Calculates the score of the record.
 int RankedRecord.compareTo(RankedRecord r)
           
 

Uses of RankedRecord in org.gcube.search.datafusion.helpers
 

Method parameters in org.gcube.search.datafusion.helpers with type arguments of type RankedRecord
static List<gr.uoa.di.madgik.grs.record.GenericRecord> IndexHelper.multiget(List<RankedRecord> recs, org.apache.lucene.store.Directory index, Set<String> fieldsName)
          Performs a multiget on the lucene index from the given list of RankedRecords
static URI ResultSetHelper.multiGetAndWrite(List<RankedRecord> recs, org.apache.lucene.store.Directory index, Set<String> fields)
          Gets the actual records from the rec and at the same time is writing them in a gRS2 result set.
static URI ResultSetHelper.multiGetAndWriteNoStream(List<RankedRecord> recs, org.apache.lucene.store.Directory index, Set<String> fields)
          Gets the actual records from the rec and then writes them in a gRS2 result set.
 



Copyright © 2013. All Rights Reserved.