org.LexGrid.LexBIG.Impl.helpers.lazyloading
Class CommonIndexLazyLoadableCodeToReturn
java.lang.Object
org.LexGrid.LexBIG.Impl.helpers.CodeToReturn
org.LexGrid.LexBIG.Impl.helpers.lazyloading.AbstractLazyLoadableCodeToReturn
org.LexGrid.LexBIG.Impl.helpers.lazyloading.AbstractNonProxyLazyCodeToReturn
org.LexGrid.LexBIG.Impl.helpers.lazyloading.CommonIndexLazyLoadableCodeToReturn
- All Implemented Interfaces:
- java.io.Serializable
public class CommonIndexLazyLoadableCodeToReturn
- extends AbstractNonProxyLazyCodeToReturn
The Class LazyLoadableCodeToReturn.
- Author:
- Kevin Peterson
- See Also:
- Serialized Form
Method Summary |
protected org.apache.lucene.document.Document |
buildDocument()
|
Methods inherited from class org.LexGrid.LexBIG.Impl.helpers.CodeToReturn |
equals, getScore, hashCode, setCode, setEntityDescription, setEntityTypes, setEntityUid, setNamespace, setScore, setUri, setVersion, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CommonIndexLazyLoadableCodeToReturn
public CommonIndexLazyLoadableCodeToReturn()
- Instantiates a new lazy loadable code to return.
CommonIndexLazyLoadableCodeToReturn
public CommonIndexLazyLoadableCodeToReturn(java.util.List<AbsoluteCodingSchemeVersionReference> references,
org.apache.lucene.search.ScoreDoc doc)
CommonIndexLazyLoadableCodeToReturn
public CommonIndexLazyLoadableCodeToReturn(java.util.List<AbsoluteCodingSchemeVersionReference> references,
float score,
int documentId)
- Instantiates a new lazy loadable code to return.
- Parameters:
internalCodeSystemName
- the internal code system nameinternalVersionString
- the internal version stringscore
- the scoredocumentId
- the document id
buildDocument
protected org.apache.lucene.document.Document buildDocument()
throws java.lang.Exception
- Specified by:
buildDocument
in class AbstractLazyLoadableCodeToReturn
- Throws:
java.lang.Exception