Skip to content
Snippets Groups Projects
Verified Commit 7484e961 authored by Ingo Pfennigstorf's avatar Ingo Pfennigstorf :nail_care:
Browse files

Add Documentation

parent e22036e2
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,10 @@ COPY . /usr/src/app
RUN python3 csv2solr.py > docs.xml
FROM solr:8.7
EXPOSE 8983
USER root
RUN mkdir -p /usr/solr && chown -R solr:solr /usr/solr
USER solr
......
# Format Daten
# Mythology Data
## Installation
* `docker-compose up -d`
* `docker-compose exec solr precreate-core myth`
* `docker-compose exec solr bin/post -c myth /usr/src/app/docs.xml`
## Format Daten
1. Spalte Zeile (im Text)
2. Spalte HSPO-Feld (Vereinfachte Form des Satzes)
......@@ -11,3 +18,7 @@ auftreten
X. Spalte #O: Object dann 0-n folgende Zellen Objekt-Determination kann
1-m mal auftreten
## Checks
* [Number of HylemSequences](http://localhost:8983/solr/myth/select?facet.field=source&facet=on&q=*:*&group=true&group.field=source&group.limit=200&rows=200)
......@@ -6,7 +6,6 @@ services:
ports:
- "8983:8983"
volumes:
- solr_data:/var/solr
- solr-data:/var/solr/data
volumes:
solr_data:
solr-data:
......@@ -49,5 +49,4 @@
<admin>
<defaultQuery>solr</defaultQuery>
</admin>
</config>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment