Voyager/Solr Integration Examples
You can find examples of client-side integration of Voyager Search and Apache Solr atÂ
https://github.com/voyagersearch/voyager-integration-examples
The examples include:
Simple search: http://plnkr.co/edit/9Ty2XwIznbRs4HcPiiYV?p=preview
Faceted filtering: http://plnkr.co/CR75Xc
Drop-in Widget: http://plnkr.co/edit/p09xV7?p=preview
Use the README.md file to get started. The simple query and faceted filtering examples both bind the query results to a table control.
If you add BBOX to the list of fields returned from your Solr query, you can map results that contain geometries as you iterate through your results.