o19s / skipchunk

Extracts a latent knowledge graph from text and index/query it in elasticsearch or solr
MIT License
19 stars 2 forks source link

Support multiple search-engine backends #5

Closed binarymax closed 4 years ago

binarymax commented 4 years ago

Currently only Solr is supported. The immediate goal is to support both Solr and Elasticsearch. The interface to Solr needs to be abstracted and Elasticsearch connection libraries and hooks needs to be developed.

binarymax commented 4 years ago

Done! All API calls are abstracted and implemented for both Solr and Elastic (with the exception of the pass-through search query covered in another issue)