Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Use solr #30

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions config/base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ zeo_address = ${buildout:directory}/var/zeo.socket
[instance]
recipe = plone.recipe.zope2instance
eggs =
collective.solr
eea.facetednavigation
plone.recipe.zope2instance[sentry]
recensio.plone
Expand Down Expand Up @@ -94,6 +95,11 @@ zope-conf-additional =
filebase ${buildout:directory}/var/log/successlogging
</product-config>

zcml-additional =
<configure xmlns:solr="http://namespaces.plone.org/solr">
<solr:connection host="localhost" port="${solr:port}" base="/solr/plone"/>
</configure>

[scripts]
recipe = zc.recipe.egg
dependent-scripts = true
Expand Down Expand Up @@ -130,3 +136,9 @@ recipe = collective.recipe.supervisor
http-socket = unix
file = ${buildout:directory}/var/supervisord.sock
programs =

[solr]
recipe = kitconcept.recipe.solr
src = https://www.apache.org/dyn/closer.lua/solr/solr/9.6.1/solr-9.6.1.tgz?action=download
port = 8983
solr-config = config/solr
Loading
Loading