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

Command icon 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

jibran created an issue. See original summary.

jibran’s picture

Status: Active » Needs review
StatusFileSize
new6.85 KB

Status: Needs review » Needs work

The last submitted patch, 2: 3263017-2.patch, failed testing. View results

jibran’s picture

Status: Needs work » Needs review
StatusFileSize
new1.12 KB
new7.45 KB
jibran’s picture

StatusFileSize
new489 bytes
new7.45 KB

Fixed minor typo.

suganyaM’s picture

Status: Needs review » Reviewed & tested by the community

Applied the patch and tested locally. It is working fine. Thank you

  • jibran committed 5436d80 on 1.x
    Issue #3263017 by jibran: Allow adding explicit field mapping support to...
jibran’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 1.x. Thanks, for testing.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.