-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3379 cred set #196
3379 cred set #196
Conversation
app/models/ElasticRetriever.scala
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be an Any type?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the Id for the credible set is of type Long. The underlying object is also of type Iterable[Any]
(def idsQuery(ids: Iterable[Any]): IdQuery = IdQuery(ids.toSeq)
).
* credible set endpoint and entity * format files * add fectcher to clean cache and resolvers * add new fields * Filter documents * update id type * update to JsValue * format file * remove commeted code * undo Any type
* credible set endpoint and entity * format files * add fectcher to clean cache and resolvers * add new fields * Filter documents * update id type * update to JsValue * format file * remove commeted code * undo Any type
* credible set endpoint and entity * format files * add fectcher to clean cache and resolvers * add new fields * Filter documents * update id type * update to JsValue * format file * remove commeted code * undo Any type
No description provided.