How can I define a data range to be imported for elasticsearch
- Dominant language
- Go
- Stars
- 471
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
Let's suppose a sql _where_ clause:
```sql
where (year = 2021 and month = 1 and day>=1)
and (year = 2021 and month = 1 and day<=31)
```
How can I define a data range to be imported to elasticsearch with `abc`?
##### Checks
- [x] I have mentioned my `abc` version in the issue, if applicable.
```
Version: 1.0.0-beta.2
Variant: !oss
Go version: go1.11.13
OS: linux
Arch: amd64
```
- [x] This issue is not a duplicate.
- [x] This issue has a description.
Contributor guide
Research direction
No files, tests, or command entry points are named. Start with the SQL WHERE-clause example and clarify how abc's Elasticsearch import should express the date range; done means an agreed, documented way to import only the requested records, with verification of the resulting range.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elasticsearch, go
- Domain
- cli, search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100