inception icon indicating copy to clipboard operation
inception copied to clipboard

Example project for external search

Open betoboullosa opened this issue 7 years ago • 3 comments

Include description on how to set up an external index for testing

betoboullosa avatar Jun 12 '18 08:06 betoboullosa

http://bart.ukp.informatik.tu-darmstadt.de:9200/common-crawl-en/_search is an example index that can be used for testing external search.

Does this issue represent the need to write documentation?

az79nefy avatar Nov 08 '18 11:11 az79nefy

We cannot use that index in an example project because a) people cannot access it (firewalled) and b) nobody knows how long that service runs.

So we either need an example which documents how to set up a small Elasitcsearch server, import some documents, and then connect to that server from INCEpTION - or we need an example which shows how to connect to a "stable" external document repository like PubMedCentral.

reckart avatar Nov 08 '18 11:11 reckart

Maybe we can use PubAnnotation instead of ElasticSearch, as the former is publicly available.

jcklie avatar Mar 05 '19 10:03 jcklie