Multi-Select Facet Example
An example of multi-select facet using Solr, Vue and Go.
Blog post: Multi-Select Facet with Solr, Vue and Go

Running the example
$ make start-solr
Or using docker
.
$ PODMAN=docker make start-solr
// build the api
$ go build -v -o api
// start the api with the initialization options
$ ./api -create-collection -init-schema -index-data -init-suggester
- Run the web app (open a new terminal tab)
// cd to web app folder
$ cd webapp
// install dependencies
$ yarn // or npm install
// start the web app
$ yarn serve // or npm run serve
Contributing
Feel free to improve this project by make a pull-request or opening an issue.
License
MIT