Skip to content

Commit 82a94d9

Browse files
add documentation for solr (#22)
* add documentation for solr * change solr host
1 parent 8af6065 commit 82a94d9

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

docs/rabbitmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variable `CPHP_SERVICE_RABBITMQ` with the desired RabbitMQ version as value to y
1717
E.g. if you need `RabbitMQ 3.7.5` in your Behat tests, go to the Testing Settings (step 2 of the Pipeline) and add the
1818
environment variable `CPHP_SERVICE_RABBITMQ = 3.7.5` to the Behat configuration.
1919

20-
## Connecting to elasticsearch
20+
## Connecting to RabbitMQ
2121

2222
<table>
2323
<tr>

docs/solr.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: doc
3+
title: "SolR - Documentation"
4+
category: "queues"
5+
order: 3
6+
excerpt: "SolR support by continuousphp"
7+
---
8+
[SolR](https://lucene.apache.org/solr/) is supported by continuousphp.
9+
10+
## Specification
11+
12+
SolR containers are available for each activity in your build. To enable one of them, simply add the environment
13+
variable `CPHP_SERVICE_SOLR` with the desired SolR version as value to your pipeline configuration. Available versions are :
14+
15+
* ***8.4***
16+
* ***8.3***
17+
* ***8.2***
18+
* ***8.1***
19+
* ***8.0***
20+
* ***7.7***
21+
* ***7.6***
22+
* ***7.5***
23+
* ***6.6***
24+
* ***5.5***
25+
26+
E.g. if you need `SolR 8.0` in your Behat tests, go to the Testing Settings (step 2 of the Pipeline) and add the
27+
environment variable `CPHP_SERVICE_SOLR = 8.0` to the Behat configuration.
28+
29+
## Connecting to SolR
30+
31+
<table>
32+
<tr>
33+
<td>Host</td><td>solr</td>
34+
</tr>
35+
<tr>
36+
<td>Port</td><td>8983</td>
37+
</tr>
38+
</table>

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ nav:
115115
- Web Servers: webserver.md
116116
- Other services:
117117
- ElasticSearch: elasticsearch.md
118+
- SolR: solr.md
118119
- RabbitMQ: rabbitmq.md
119120
- Use various tools:
120121
- Ruby versions: ruby.md

0 commit comments

Comments
 (0)