Problem/Motivation
Right now elastic index doesn't support date to location based search. It can be done by defining explicit-mapping for the index at the time of the creation.
https://www.elastic.co/guide/en/elasticsearch/reference/current/explicit...
Proposed resolution
Added mappings key to datapipeline plugin and use it while creating index.
Remaining tasks
- Patch
- Review
- Commit
- Rejoice
User interface changes
None.
API changes
New mapping feature.
Data model changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3263017-5.patch | 7.45 KB | jibran |
Issue fork data_pipelines-3263017
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
jibranI created an MR against #3236171: Add pluggable outputs https://git.drupalcode.org/issue/data_pipelines-3236171/-/merge_requests/1 and a patch against 1.x
Comment #4
jibranComment #5
jibranFixed minor typo.
Comment #6
suganyaM commentedApplied the patch and tested locally. It is working fine. Thank you
Comment #8
jibranCommitted and pushed to 1.x. Thanks, for testing.