Skip to content

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

@johann-petrak

Description

@johann-petrak

(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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions