# dromara/easy-es

A foolproof Elasticsearch ORM framework that is easy to use, requires minimal coding, and is highly expandable...

Repository: https://github.com/dromara/easy-es
Canonical: https://ross.abutalabs.com/products/easy-es
Language: Java
License: Apache-2.0
License Family: permissive
Topics: java, elasticsearch, resthighlevelclient, orm
Last push: 2026-05-10T03:31:32+00:00

## Health v2 (maintenance only)
Score: 74/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 81, release rhythm 51, longevity 100
- inputs: {"age_days": 1736, "days_push": 115, "days_rel": 115, "gap_med": 229.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1586, forks 247 (observed 2026-08-28T04:05:07.791588+00:00)

## What it is
Easy-Es is a Java ORM framework that enhances Elasticsearch's RestHighLevelClient, letting developers query Elasticsearch using MySQL-like syntax with lambda-style wrappers. It automates index creation, data migration, paging, and supports advanced features like highlighting, weighting, and geo queries.

## Use cases
- query elasticsearch without writing boilerplate RestHighLevelClient code
- use mysql-like syntax to search elasticsearch documents in java
- automatically create and migrate elasticsearch indexes with zero downtime
- build lambda-style where condition queries for elasticsearch
- add elasticsearch search to a spring boot application quickly
- implement pagination, highlighting, and geo queries in elasticsearch

## When to choose
- you use Java/Spring Boot and want MyBatis-Plus-style development for Elasticsearch
- you want to reduce verbose RestHighLevelClient query code to one-liners
- you need automatic index management and data migration for Elasticsearch

## When to avoid
- you don't use the JVM ecosystem or Elasticsearch
- you need fine-grained control over raw Elasticsearch DSL queries
- you use a non-RelHighLevelClient Elasticsearch client stack

## Facets
- artifact type: framework
- maturity: active
- function: orm, search-engine, database-driver
- domain: databases, developer-tools, backend
- platform: jvm
- tags: elasticsearch, resthighlevelclient, mybatis-plus-style, java-framework, index-management, search, spring

## Member repositories
- dromara/easy-es (main) score 74

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:07.791588+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:55:28.211782+00:00, confidence not recorded.
  - readme: https://github.com/dromara/easy-es (fetched 2026-08-28T04:05:07.791588+00:00, sha 6671938c8a9b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
