Skip to content

A demo project showing how to build a Java based faceted full text search service using the open source Coco dataset

License

Notifications You must be signed in to change notification settings

luketn/atlas-search-coco

Repository files navigation

atlas-search-coco

A demo project showing how to build a Java based faceted full text search service using the open source Coco dataset.

To get started run the docker compose file in the root of the project:

JAVA_TOOL_OPTIONS="" docker compose up java-app

* If you are using Mac OS Sequoia 15.2, you will need to set the JAVA_TOOL_OPTIONS environment variable to work around an issue with Java/Docker on this release of Mac OS:

JAVA_TOOL_OPTIONS="-XX:UseSVE=0" docker compose up java-app

About

A demo project showing how to build a Java based faceted full text search service using the open source Coco dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages