Class LatestLidsResponseParser
java.lang.Object
gov.nasa.pds.registry.common.es.dao.LatestLidsResponseParser
Parse response of an aggregation query to get latest LIDVIDs for a list of LIDs
- Author:
- karpenko
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn LIDVIDs extracted from response JSONvoidParse JSON string
-
Constructor Details
-
LatestLidsResponseParser
public LatestLidsResponseParser()Constructor
-
-
Method Details
-
getLidvids
Return LIDVIDs extracted from response JSON- Returns:
- list of latest LIDVIDs
-
parse
Parse JSON string- Parameters:
reader- bulk API response stream- Throws:
IOException- an exception
-