yuuvis® RAD Q&A

0 votes
by (510 points)

Hello,

I have already searched this page: https://yuuvisdevelop.atlassian.net/wiki/spaces/onpremise/pages/1210089497/What search API to use
and browsed through various REST WS endpoints of a current 10.16 yuuvis RAD Core Service, but I have not been able to figure out how to access the full text of a document read by Abbyy Finereader.
My attempt to access the full text from Elasticsearch via http://...:9200 and /_docs/
was successful in that I got exactly the information I was looking for under ‘contentfile’

But I have the problem that I cannot open an http port 9200 on the internet.
Which endpoint can I use for this from yRAD (and not ES)?

1 Answer

+1 vote
by (20.0k points)
selected by
 
Best answer

Hello Mr Dünkel,

you can use the endpoint DmsService.getItemContent with the Rendition Parameter set to "TEXT"

by (510 points)
Hello Mr. Schmittberger,
that works fine. Thanks a lot!
...