-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsolr.cfg
52 lines (44 loc) · 1.35 KB
/
solr.cfg
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# install collective.solr
# call /@@solr-maintenance/reindex to index in solr
# check deprecated indexes https://lucene.apache.org/solr/guide/7_0/field-types-included-with-solr.html
[buildout]
parts +=
core-prop
solr
auto-checkout +=
collective.solr
collective.indexing
[versions]
Genshi = 0.7.1
PyJWT = 1.7.1
attrs = 19.1.0
collective.indexing = 2.1
collective.js.showmore = 1.0a4
collective.recipe.solrinstance = 5.3.3
collective.solr = 7.0.0a2
functools32 = 3.2.3-2
gocept.download = 0.9.5
hexagonit.recipe.download = 1.7.1
jsonschema = 3.0.1
kitconcept.recipe.solr = 1.0.0a3
plone.rest = 1.4.0
plone.restapi = 4.1.4
plone.schema = 1.2.0
pyrsistent = 0.15.2
six = 1.11.0
[instance1]
eggs+= collective.solr
environment-vars +=
SOLR_PORT ${port:instance-solr-http}
[core-prop]
recipe = collective.recipe.template
input = config/core.properties.tmpl
output = config/core.properties
[solr]
recipe = kitconcept.recipe.solr
src = http://archive.apache.org/dist/lucene/solr/7.4.0/solr-7.4.0.tgz
solr-config = config
port = ${port:instance-solr-http}
[sources]
collective.solr = git ${remotes:collective}/collective.solr.git pushurl=${remotes:collective_push}/collective.solr.git rev=c99d607cc9af47ca7614ba09016b17483e441ce5
collective.indexing = git https://github.com/sgeulette/collective.indexing.git [email protected]:sgeulette/collective.indexing.git