Skip to content

Commit c7e95cc

Browse files
authored
Merge pull request #229 from miq/update-elasticsearch-plugin-metadata
Update the metadata of the Elasticsearch plugin
2 parents a335390 + c247f18 commit c7e95cc

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,35 @@
11
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
75
owner: grails-plugins
86
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/
108
maven-repo: https://repo1.maven.org/maven2
119
labels:
1210
- search
1311
- elasticsearch
1412
licenses:
1513
- Apache-2.0
1614
versions:
15+
- version: 5.0.0-RC1
16+
grailsVersion: 7.0.0 > *
1717
- version: 4.0.0
1818
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
2021
- version: 3.0.1
2122
date: 2023-06-21T10:06:20Z
2223
grailsVersion: 3.3.1 > *
24+
coords: org.grails.plugins:elasticsearch
25+
maven-repo: https://repo.grails.org/core
2326
- version: 3.0.0
2427
date: 2022-07-06T10:47:32Z
2528
grailsVersion: 3.3.1 > *
29+
coords: org.grails.plugins:elasticsearch
30+
maven-repo: https://repo.grails.org/core
2631
- version: 3.0.0-RC1
2732
date: 2022-01-10T12:48:09Z
2833
grailsVersion: 3.3.1 > *
34+
coords: org.grails.plugins:elasticsearch
35+
maven-repo: https://repo.grails.org/core

0 commit comments

Comments
 (0)