No description
  • Python 99.1%
  • Dockerfile 0.9%
Find a file
tobias@tgradl.de 102b196923
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Support backend pagination
2026-07-01 16:34:35 +02:00
analysis first commit 2026-07-01 12:21:08 +02:00
hunspell first commit 2026-07-01 12:21:08 +02:00
src Support backend pagination 2026-07-01 16:34:35 +02:00
.gitignore first commit 2026-07-01 12:21:08 +02:00
.gitlab-ci.yml first commit 2026-07-01 12:21:08 +02:00
.woodpecker.yml No previous build step before deploy 2026-07-01 14:32:19 +02:00
__init__.py first commit 2026-07-01 12:21:08 +02:00
docker-compose.yml first commit 2026-07-01 12:21:08 +02:00
Dockerfile first commit 2026-07-01 12:21:08 +02:00
README.md first commit 2026-07-01 12:21:08 +02:00
requirements.txt first commit 2026-07-01 12:21:08 +02:00

Registry Indexer

  1. Install requirements.txt

  2. Add the 'analysis' folder and the 'hunspell' to the config path of your OpenSearch or ElasticSearch instance (usr/share/opensearch/config).

  3. Add connection data for OS to .env

  4. Execute 'indexer.py' to index all data sources to your OpenSearch.

Currently the following languages are supported for language specific analysis: German, English, French and Spanish. German and English use the hunspell dictionary for stemming. German furthermore considers compound words.