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

merge dev new features to es 7.4 dev #132

Open
wants to merge 77 commits into
base: develop-es7_4_2-support
Choose a base branch
from

Conversation

YANG-DB
Copy link
Owner

@YANG-DB YANG-DB commented Oct 22, 2021

No description provided.

YANG-DB and others added 30 commits February 8, 2021 00:01
  - installation
  - create schema
  - load data
  - run queries

Merge new features regarding code completeness & stability
add tutorial references
  - installation
  - create schema
  - load data
  - run queries
  - installation
  - create schema
  - load data
  - run queries
# Conflicts:
#	docs/tutorial/sample/dragons/create-ontology.md
#	docs/tutorial/sample/dragons/query-the-data.md
  - installation
  - create schema
  - load data
  - run queries
  - installation
  - create schema
  - load data
  - run queries
add swagger input enum for cursor type
add swagger input enum for cursor type
fixed support for projection fields in query
fixed relTag setting in PlanOp element
fixed support for projection fields in query
fixed relTag setting in PlanOp element
fixed support for projection fields in query
fixed relTag setting in PlanOp element
presentation for opensearch / opendistrocommunity community meeting
fixed support for projection fields in query
fixed relTag setting in PlanOp element
Lior Perry and others added 30 commits June 30, 2021 18:42
use the **distinct** keyword to dedup the edges between nodes - meaning that in the following example only one fire edge will be returned
for every pair of dragons - if a dragon fired multiple times only one edge will be returned...

```
Match (d1:Dragon)-[f:Fire]->(d2:Dragon)  return d1, distinct(f), d2
```
use the **distinct** keyword to dedup the edges between nodes - meaning that in the following example only one fire edge will be returned
for every pair of dragons - if a dragon fired multiple times only one edge will be returned...

```
Match (d1:Dragon)-[f:Fire]->(d2:Dragon)  return d1, distinct(f), d2
```
use the **distinct** keyword to dedup the edges between nodes - meaning that in the following example only one fire edge will be returned
for every pair of dragons - if a dragon fired multiple times only one edge will be returned...

```
Match (d1:Dragon)-[f:Fire]->(d2:Dragon)  return d1, distinct(f), d2
```
…y to project a (general) query results into a dedicated projection index
… on returned query results which are written to this view
… on returned query results which are written to this view
… on returned query results which are written to this view
add projection cursor support both in swagger & create cursor request
add client to CursorContext object
add projection cursor support both in swagger & create cursor request
add client to CursorContext object
elasticsearch -> opensearch
remove cyber extension
replace elasticsearch with opensearch
fix csv loading data & process
fix dashboard api
add base cursor class
fix csv loading data & process
fix dashboard api
add base cursor class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants