forked from mbrevoort/grails-solr-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.xml
28 lines (28 loc) · 1.18 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<plugin name='solr' version='0.3.2-geo' grailsVersion='1.1 > *'>
<author>Mike Brevoort</author>
<authorEmail>[email protected]</authorEmail>
<title>Grails Solr Plugin</title>
<description>\
Provides search capabilities for Grails domain model and more using the excellent Solr
open source search server through the SolrJ library.
Changed the concept of Annotation -> Field will be in index ONLY if it is annotated with Solr Ann.
</description>
<documentation>http://grails.org/Solr+Plugin</documentation>
<resources>
<resource>BuildConfig</resource>
<resource>Config</resource>
<resource>DataSource</resource>
<resource>UrlMappings</resource>
<resource>org.grails.solr.Listing</resource>
<resource>org.grails.solr.Solr1</resource>
<resource>org.grails.solr.Solr1Annotated</resource>
<resource>org.grails.solr.Solr1Disabled</resource>
<resource>org.grails.solr.Solr1Override</resource>
<resource>org.grails.solr.Solr2</resource>
<resource>org.grails.solr.TESTENUM</resource>
<resource>org.grails.solr.SolrService</resource>
<resource>org.grails.solr.SolrTagLib</resource>
</resources>
<dependencies />
<behavior />
</plugin>