Skip to content

API in front of elasticsearch index to perform searching of licence data. Implements search functionality, allowing users to query and retrieve information across multiple entities within ASPeL, such as licences, projects, and people.

Notifications You must be signed in to change notification settings

UKHomeOffice/asl-search

Repository files navigation

asl-search

Setup

Start an elasticsearch instance:

docker run -d --name elasticsearch -p 9200:9200 -e "discovery.type=single-node" elasticsearch:7.8.0

Index all known models:

bin/indexer all

Index a specific model:

bin/indexer <model>

e.g.

bin/indexer profiles

Search:

bin/search -i <model> <searchterm>

e.g.

bin/search -i profiles dr

About

API in front of elasticsearch index to perform searching of licence data. Implements search functionality, allowing users to query and retrieve information across multiple entities within ASPeL, such as licences, projects, and people.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published