endeca-to-elasticsearch-migration

Translate Endeca deployments into Elasticsearch-ready architectures with dimension mappings and XMGR logic.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/seanoc5/agent99-demo --skill endeca-to-elasticsearch-migration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: endeca-to-elasticsearch-migration
Source: https://github.com/seanoc5/agent99-demo/tree/main/skills/endeca-to-elasticsearch-migration
Command: npx skills add https://github.com/seanoc5/agent99-demo --skill endeca-to-elasticsearch-migration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Endeca-to-Elasticsearch migration planning and execution is complex due to differences in data models, navigation, and ranking; this skill provides expert guidance to plan, translate, and port Endeca configurations to Elasticsearch, including handling Forge/CAS pipelines, dimension/property schemas, and XMGR logic.

Core Features & Use Cases

  • Endeca architecture audit and mapping of Forge/CAS pipelines to Elasticsearch indexing
  • Dimension/Property schema translation to Elasticsearch mappings and index templates
  • XMGR rule engine porting to Elasticsearch-based search rules
  • Handling Endeca features like Multi-Select OR facets, dynamic ranking (thesaurus/stopwords), and guided navigation

Quick Start

Review a sample Endeca deployment and draft an Elasticsearch mapping and migration plan to guide your first sprint.

Frequently Asked Questions about endeca-to-elasticsearch-migration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map Endeca Dimension schemas to Elasticsearch?

To map Endeca Dimension schemas to Elasticsearch, you translate dimensions and properties into Elasticsearch index templates and field mappings. This process ports existing guided navigation data structures directly into Elasticsearch indices.

What is the best way to migrate Forge and CAS pipelines to Elasticsearch?

Migrating Forge and CAS pipelines to Elasticsearch involves replacing Endeca data ingestion with Elasticsearch indexing processes. You re-implement existing data transformation logic to feed documents directly into Elasticsearch indices.

Can I re-implement Endeca XMGR logic for Guided Navigation in Elasticsearch?

Yes, you can port XMGR logic for Guided Navigation in Elasticsearch by translating the Endeca rule engine into Elasticsearch-based search rules. This enables dynamic ranking and complex navigation features natively.

How do Elasticsearch Multi-Select OR facets compare to Endeca guided navigation?

Elasticsearch Multi-Select OR facets replicate Endeca guided navigation by allowing users to filter on multiple values within a single dimension simultaneously. You configure specific aggregation queries to achieve this behavior.

Does Elasticsearch support dynamic ranking features like thesaurus and stopwords from Endeca?

Yes, Elasticsearch supports dynamic ranking features like thesaurus and stopwords from Endeca through built-in text analysis and synonym filters. You configure these analyzers within index mappings to match Endeca search behavior.

What do I need to plan an Endeca to Elasticsearch migration sprint?

To plan an Endeca to Elasticsearch migration sprint, you need to audit your Endeca deployment and draft an Elasticsearch mapping and migration plan. This provides the architectural blueprint for your initial development phase.