Skip to content

ISTEX : Connector to a repository (VISATM Hackathon) #12

@stephane54

Description

@stephane54

Continued discussion about "Connector to a repository " :
https://groups.google.com/forum/#!topic/openminted-user-forum/khbajvAefPk

ContentConnector.downloadFullText ?
An authentication token is needed to allow access to fulltext for ISTEX. This token (how it is obtained is out of scope) has to go from the user's application (a navigator, most of the time) to the connector, going through OMTD. How OMTD will transmit this token ? How the connector can get it ?
ISTEX Fulltext is available in more than one format (text, pdf, tei). How this format can be chosen ? How the connector can get it ?

Query ?
Where does all the values in a Query object come from ?
What are the possible values for "facets" ?
For example, a "params" containing a "publicationyear" with values "2000" and "2003", and a publicationtype with values "article", "thesis" and "review" means ((publicationyear = 2000) OR (publicationyear = 2003)) AND ((publicationtype = article) OR (publicationtype = thesis) OR (publicationtype = review)) ? There is no way to express ranges, negation, regexp, comparison, ... ? What values can be expected for each constraint ? How "keyword" should be handled ? Even if it is as separate, litteral words, it is still ambiguous ? How are numbers, letters case, non letters chars handled ?

ContentConnector.search ?
ISTEX has limits on this kind of search. "to" must be at most 10000, and "to" - "from" must be at most 5000. fetchMetadata must be used to go beyond those limits. If it used for facets, why adding publications ?

Metadata

Metadata

Labels

ResourceParticipant is providing (access to) resources, such as an ontology etc

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions