All Projects → stevenferrer → multi-select-facet

stevenferrer / multi-select-facet

Licence: MIT license
An example of multi-select facet with Solr, Vue and Go

Programming Languages

go
31211 projects - #10 most used programming language
Vue
7211 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to multi-select-facet

solr-container
Ansible Container project that manages the lifecycle of Apache Solr on Docker.
Stars: ✭ 17 (-43.33%)
Mutual labels:  solr, apache-solr
kitodo-presentation
Kitodo.Presentation is a feature-rich framework for building a METS- or IIIF-based digital library. It is part of the Kitodo Digital Library Suite.
Stars: ✭ 33 (+10%)
Mutual labels:  solr, apache-solr
SolRDF
An RDF plugin for Solr
Stars: ✭ 115 (+283.33%)
Mutual labels:  solr, apache-solr
IATI.cloud
The open-source IATI datastore for IATI data with RESTful web API providing XML, JSON, CSV output. It extracts and parses IATI XML files referenced in the IATI Registry and powered by Apache Solr.
Stars: ✭ 35 (+16.67%)
Mutual labels:  solr, apache-solr
ltr-tools
Set of command line tools for Learning To Rank
Stars: ✭ 13 (-56.67%)
Mutual labels:  solr, apache-solr
solr-ontology-tagger
Automatic tagging and analysis of documents in an Apache Solr index for faceted search by RDF(S) Ontologies & SKOS thesauri
Stars: ✭ 36 (+20%)
Mutual labels:  solr, faceted-search
sparklis
Sparklis is a query builder in natural language that allows people to explore and query SPARQL endpoints with all the power of SPARQL and without any knowledge of SPARQL.
Stars: ✭ 28 (-6.67%)
Mutual labels:  faceted-search
solr-vector-scoring
Vector Plugin for Solr: calculate dot product / cosine similarity on documents
Stars: ✭ 28 (-6.67%)
Mutual labels:  solr
clojureranker
Tune Solr-rankings with Clojure code.
Stars: ✭ 13 (-56.67%)
Mutual labels:  solr
vue-cron-editor
Vue component for easier editing of cron expressions.
Stars: ✭ 61 (+103.33%)
Mutual labels:  buefy
django-solr
Solr Search Engine ORM for Django
Stars: ✭ 24 (-20%)
Mutual labels:  solr
GeoParser
Extract and Visualize location from any file
Stars: ✭ 48 (+60%)
Mutual labels:  solr
solr-cool.github.io
The Solr Package Directory and Sanctuary
Stars: ✭ 13 (-56.67%)
Mutual labels:  solr
argo
The administrative discovery interface for Stanford's Digital Object Registry
Stars: ✭ 19 (-36.67%)
Mutual labels:  solr
jease
Jease is a Java CMS framework based on Object Database
Stars: ✭ 25 (-16.67%)
Mutual labels:  solr
javascript-client
⚡️ Apisearch client for javascript applications!
Stars: ✭ 27 (-10%)
Mutual labels:  faceted-search
beego-vuejs-starter-kit
Beego (GOLANG), Webpack, Sass, Vue.js, Vuex, Buefy
Stars: ✭ 32 (+6.67%)
Mutual labels:  buefy
doubao community frontend
手把手vue+springboot前后端分离项目实战---豆宝社区前端项目代码
Stars: ✭ 119 (+296.67%)
Mutual labels:  buefy
SitecoreInstallExtensions
Sitecore Install Extensions
Stars: ✭ 29 (-3.33%)
Mutual labels:  solr
7cart
7cart is a php7 project for building online shops, catalogs or service platforms. 7cart built with simple code and database schema. It is easy to support and fast.
Stars: ✭ 27 (-10%)
Mutual labels:  faceted-search

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

screenshot

Running the example

  1. Run Solr using podman.
$ make start-solr

Or using docker.

$ PODMAN=docker make start-solr
  1. Run the API
// build the api
$ go build -v -o api

// start the api with the initialization options
$ ./api -create-collection -init-schema -index-data -init-suggester
  1. 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
  1. Open http://localhost:8080 in your browser and start playing with it!

Contributing

Feel free to improve this project by make a pull-request or opening an issue.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].