Skip to content
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

Implement OpenSearch/Elasticsearch document source/destination/corpus #97

Open
johann-petrak opened this issue Apr 13, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@johann-petrak
Copy link
Collaborator

(See https://github.com/opensearch-project/OpenSearch)

Make sure the Python elasticsearch packages are fully compatible with OpenSearch.

Destination:

  • handles how Document instances are getting stored and indexed.
    • always store the actual document json (possibly with filtered annotation sets)
    • in addition add fields for searching based on config options
    • this may include annotation in context text fields (after filtering/checking for overlaps)
    • store config information within the same index?

Source:

  • iterator of documents for some search

Corpus:

  • store as for destination
  • retrieve by document index
  • also use as source
@johann-petrak johann-petrak added the enhancement New feature or request label Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant