|
1 | 1 | name: Elasticsearch |
2 | | -desc: Elasticsearch is a search server based on Lucene. It provides a distributed, multitenant-capable |
3 | | - full-text search engine with an HTTP web interface and schema-free JSON documents. Elasticsearch is |
4 | | - developed in Java and is released as open source under the terms of the Apache License. This is the |
5 | | - Grails 3 plugin to support Elasticsearch |
6 | | -coords: org.grails.plugins:elasticsearch |
| 2 | +desc: An Elasticsearch plugin for Grails. It allows indexing of domain class properties using a concise DSL and searching |
| 3 | + based on the domain classes using the Elasticsearch query api. |
| 4 | +coords: org.grails.plugins:grails-elasticsearch |
7 | 5 | owner: grails-plugins |
8 | 6 | vcs: https://github.com/grails-plugins/grails-elasticsearch |
9 | | -docs: https://grails-plugins.github.io/grails-elasticsearch/latest/ |
| 7 | +docs: https://grails-plugins.github.io/grails-elasticsearch/ |
10 | 8 | maven-repo: https://repo1.maven.org/maven2 |
11 | 9 | labels: |
12 | 10 | - search |
13 | 11 | - elasticsearch |
14 | 12 | licenses: |
15 | 13 | - Apache-2.0 |
16 | 14 | versions: |
| 15 | + - version: 5.0.0-RC1 |
| 16 | + grailsVersion: 7.0.0 > * |
17 | 17 | - version: 4.0.0 |
18 | 18 | date: 2026-04-23T12:20:22Z |
19 | | - grailsVersion: 3.3.1 > * |
| 19 | + grailsVersion: 5.3.0 > 6.2.3 |
| 20 | + coords: org.grails.plugins:elasticsearch |
20 | 21 | - version: 3.0.1 |
21 | 22 | date: 2023-06-21T10:06:20Z |
22 | 23 | grailsVersion: 3.3.1 > * |
| 24 | + coords: org.grails.plugins:elasticsearch |
| 25 | + maven-repo: https://repo.grails.org/core |
23 | 26 | - version: 3.0.0 |
24 | 27 | date: 2022-07-06T10:47:32Z |
25 | 28 | grailsVersion: 3.3.1 > * |
| 29 | + coords: org.grails.plugins:elasticsearch |
| 30 | + maven-repo: https://repo.grails.org/core |
26 | 31 | - version: 3.0.0-RC1 |
27 | 32 | date: 2022-01-10T12:48:09Z |
28 | 33 | grailsVersion: 3.3.1 > * |
| 34 | + coords: org.grails.plugins:elasticsearch |
| 35 | + maven-repo: https://repo.grails.org/core |
0 commit comments