mirror of
https://github.com/stevenferrer/multi-select-facet.git
synced 2025-11-23 21:54:45 +02:00
e57605d0ab56ce9b1e0d281aab031e15ffa0577f
Multi-Select Facet Example
An example of multi-select facet using Solr, Vue and Go.
Running the example
- Run Solr in docker.
$ make solr
Wait for a few seconds while Solr is loading.
- Run the API
$ cd cmd/api && go build -v && ./api -init-schema -index-data -init-suggester
- Run the web app (open a new terminal tab)
$ cd webapp && yarn serve
- Open http://localhost:8080 in your browser and start playing with it!
License
MIT
Contributing
Please feel free to improve this by sending a PR or opening an issue.
Languages
Go
63.2%
Vue
30.6%
HTML
3%
JavaScript
1.6%
Makefile
1.6%
