org.apache.ctakes.dictionary.lookup.lucene
Class LuceneDocumentMetaDataHitImpl

java.lang.Object
  extended by org.apache.ctakes.dictionary.lookup.BaseMetaDataHitImpl
      extended by org.apache.ctakes.dictionary.lookup.lucene.LuceneDocumentMetaDataHitImpl
All Implemented Interfaces:
MetaDataHit

public class LuceneDocumentMetaDataHitImpl
extends BaseMetaDataHitImpl
implements MetaDataHit

Author:
Mayo Clinic

Constructor Summary
LuceneDocumentMetaDataHitImpl(org.apache.lucene.document.Document luceneDoc)
           
 
Method Summary
 java.util.Set getMetaFieldNames()
           
 java.lang.String getMetaFieldValue(java.lang.String metaFieldName)
           
 java.util.Collection getMetaFieldValues()
           
 
Methods inherited from class org.apache.ctakes.dictionary.lookup.BaseMetaDataHitImpl
equals
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ctakes.dictionary.lookup.MetaDataHit
equals
 

Constructor Detail

LuceneDocumentMetaDataHitImpl

public LuceneDocumentMetaDataHitImpl(org.apache.lucene.document.Document luceneDoc)
Method Detail

getMetaFieldValue

public java.lang.String getMetaFieldValue(java.lang.String metaFieldName)
Specified by:
getMetaFieldValue in interface MetaDataHit

getMetaFieldNames

public java.util.Set getMetaFieldNames()
Specified by:
getMetaFieldNames in interface MetaDataHit

getMetaFieldValues

public java.util.Collection getMetaFieldValues()
Specified by:
getMetaFieldValues in interface MetaDataHit