edu.mayo.informatics.indexer.lucene
Class LuceneHits

java.lang.Object
  extended by edu.mayo.informatics.indexer.lucene.LuceneHits

public class LuceneHits
extends java.lang.Object

My implementation of a Hit. Holds the doc id and the score.

Author:
Dan Armbrust

Field Summary
 int doc_
           
 float score_
           
 
Constructor Summary
LuceneHits(int doc, float score)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

doc_

public int doc_

score_

public float score_
Constructor Detail

LuceneHits

public LuceneHits(int doc,
                  float score)

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.