Skip to content

Elasticsearch support (MVP) #33

@danslapman

Description

@danslapman

Elasticsearch support

Querying:

  • boolean
  • term
  • terms
  • terms set (?)
  • exists
  • prefix
  • range
  • regexp
  • wildcard (?)
  • nested - needs to be considered during DSL designing
  • unchecked

Mapping:

  • mapping definition can be generated from queryMeta DSL
  • as many field types as possible should be supported

Other features:

  • extensive boolean query optimizations
  • shrink ranges
  • aggregation pipelines - simultaneously with mongodb

Off-score (for MVP):

  • full text queries - requires a separate DSL
  • scoring - maybe in future versions, requires a separate DSL

Legend:
(?) - easy to implement, but not essential

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions