Uses of Class
org.kit.furia.ResultCandidate

Packages that use ResultCandidate
org.kit.furia   
org.kit.furia.index   
 

Uses of ResultCandidate in org.kit.furia
 

Methods in org.kit.furia that return types with arguments of type ResultCandidate
 java.util.List<ResultCandidate> IRIndexShort.search(Document<O> document, byte k, short r, short n)
          Searches the top n documents that are closest to document.
 

Methods in org.kit.furia with parameters of type ResultCandidate
 int ResultCandidate.compareTo(ResultCandidate w)
           
 

Uses of ResultCandidate in org.kit.furia.index
 

Methods in org.kit.furia.index that return ResultCandidate
protected  ResultCandidate AbstractIRIndex.calculateSimilarity(org.apache.lucene.document.Document document, java.util.Map<java.lang.Integer,java.lang.Integer> normalizedQuery, float score)
          Calculates the ResultCandidate between a normalized query and a Lucene document.
 

Methods in org.kit.furia.index that return types with arguments of type ResultCandidate
protected  java.util.List<ResultCandidate> AbstractIRIndex.processQueryResults(java.util.Map<java.lang.Integer,java.lang.Integer> normalizedQuery, short n, Document query)
           
 java.util.List<ResultCandidate> FIRIndexShort.search(Document<O> document, byte k, short r, short n)
           
 



Copyright © 2008 Arnoldo Jose Muller Molina. All Rights Reserved.