public class CommonIndexLazyLoadableCodeToReturn extends AbstractNonProxyLazyCodeToReturn
Constructor and Description |
---|
CommonIndexLazyLoadableCodeToReturn()
Instantiates a new lazy loadable code to return.
|
CommonIndexLazyLoadableCodeToReturn(java.util.List<AbsoluteCodingSchemeVersionReference> references,
float score,
int documentId)
Instantiates a new lazy loadable code to return.
|
CommonIndexLazyLoadableCodeToReturn(java.util.List<AbsoluteCodingSchemeVersionReference> references,
org.apache.lucene.search.ScoreDoc doc) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.lucene.document.Document |
buildDocument() |
doCompact, getCode, getEntityDescription, getEntityTypes, getEntityUid, getNamespace, getUri, getVersion, hydrateIfNeeded
compact, getDocumentId, getEntityIndexService, getSystemResourceService, hydrate, isHydrated, setDocumentId
equals, getScore, hashCode, setCode, setEntityDescription, setEntityTypes, setEntityUid, setNamespace, setScore, setUri, setVersion, toString
public CommonIndexLazyLoadableCodeToReturn()
public CommonIndexLazyLoadableCodeToReturn(java.util.List<AbsoluteCodingSchemeVersionReference> references, org.apache.lucene.search.ScoreDoc doc)
public CommonIndexLazyLoadableCodeToReturn(java.util.List<AbsoluteCodingSchemeVersionReference> references, float score, int documentId)
internalCodeSystemName
- the internal code system nameinternalVersionString
- the internal version stringscore
- the scoredocumentId
- the document idprotected org.apache.lucene.document.Document buildDocument() throws java.lang.Exception
buildDocument
in class AbstractLazyLoadableCodeToReturn
java.lang.Exception