Interface: RelatedEprint
Defined in: src/types/interfaces/discovery.interface.ts:352
Related eprint with relationship metadata.
Since
0.1.0
Extends
RankableItemRichAbstract
Properties
abstract?
readonlyoptionalabstract:null|string|AnnotationBody
Defined in: src/types/interfaces/discovery.interface.ts:361
Rich text abstract (AnnotationBody from PostgreSQL, string from Neo4j).
authors?
readonlyoptionalauthors: readonlyobject[]
Defined in: src/types/interfaces/ranking.interface.ts:135
Authors of the item.
Inherited from
RankableItemRichAbstract.authors
categories?
readonlyoptionalcategories: readonlystring[]
Defined in: src/types/interfaces/ranking.interface.ts:130
Categories or fields associated with the item.
Remarks
Used for field relevance scoring. Can be:
- arXiv categories (e.g., "cs.AI", "physics.hep-th")
- Field names (e.g., "Computer Science", "Physics")
- Subject headings
Inherited from
RankableItemRichAbstract.categories
explanation
readonlyexplanation:string
Defined in: src/types/interfaces/discovery.interface.ts:376
Human-readable explanation.
publicationDate?
readonlyoptionalpublicationDate:Date
Defined in: src/types/interfaces/ranking.interface.ts:150
Publication date.
Inherited from
RankableItemRichAbstract.publicationDate
relationshipType
readonlyrelationshipType:RelatedEprintRelationship
Defined in: src/types/interfaces/discovery.interface.ts:371
Type of relationship.
score
readonlyscore:number
Defined in: src/types/interfaces/discovery.interface.ts:366
Overall similarity score (0-1).
signalScores?
readonlyoptionalsignalScores:object
Defined in: src/types/interfaces/discovery.interface.ts:381
Individual signal scores.
authors?
readonlyoptionalauthors:number
citations?
readonlyoptionalcitations:number
collaborative?
readonlyoptionalcollaborative:number
concepts?
readonlyoptionalconcepts:number
semantic?
readonlyoptionalsemantic:number
topics?
readonlyoptionaltopics:number
source?
readonlyoptionalsource:string
Defined in: src/types/interfaces/ranking.interface.ts:145
Source identifier (e.g., "arxiv", "lingbuzz").
Inherited from
RankableItemRichAbstract.source
title
readonlytitle:string
Defined in: src/types/interfaces/ranking.interface.ts:119
Item title (required for text matching).
Inherited from
RankableItemRichAbstract.title
uri
readonlyuri:AtUri
Defined in: src/types/interfaces/discovery.interface.ts:356
AT-URI of the related eprint.