Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fergiemcdowall/solrstrap
Solrstrap is a Query-Result interface for Solr written in JavaScript, HTML and CSS
https://github.com/fergiemcdowall/solrstrap
Last synced: 2 months ago
JSON representation
Solrstrap is a Query-Result interface for Solr written in JavaScript, HTML and CSS
- Host: GitHub
- URL: https://github.com/fergiemcdowall/solrstrap
- Owner: fergiemcdowall
- Created: 2013-02-12T11:47:22.000Z (almost 12 years ago)
- Default Branch: v0.3
- Last Pushed: 2017-04-18T14:06:24.000Z (almost 8 years ago)
- Last Synced: 2024-04-14T02:21:23.448Z (9 months ago)
- Language: JavaScript
- Homepage: http://fergiemcdowall.github.com/solrstrap/
- Size: 534 KB
- Stars: 86
- Watchers: 17
- Forks: 41
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-solr - Solrstrap - A Query-Result interface for Solr built on HTML/CSS/JS. (Interfaces)
README
# Solrstrap
[Solrstrap](http://fergiemcdowall.github.com/solrstrap/) is a Query-Result interface for Solr. [Solrstrap](http://fergiemcdowall.github.com/solrstrap/) is intended to be a starting point for those building web interfaces that talk to Solr, or a very lightweight admin tool for querying Solr in a Googleish fashion.
**DOWNLOAD:** [Latest stable release- Solrstrap 0.3](https://github.com/fergiemcdowall/solrstrap/archive/v0.3.zip)
**HOMEPAGE:** http://fergiemcdowall.github.com/solrstrap/
**CLONE, FORK, GAZE AT CODE:** https://github.com/fergiemcdowall/solrstrap/
# What does Solrstrap do?
Solrstrap takes search queries and displays search results. It also features:
* Instant search
* Infinite scrolling
* Facets
* Restful interface (you can link directly to /solrstrap.html?q=doughnuts)
* Functioning history# Solrstrap is probably the fastest available rendering engine for Solr.
This is because it does everything in Javascript, CSS and HTML on the client side. JSON is shot back from the server and interpeted by the web browser.
Solrstrap therefore requires much less server power and bandwidth than standard search-middleware applications.
# Installation, How do I make it work?
Optionally edit SERVERROOT in /js/solrstrap.js to point to the "select" endpoint of your solr instance, and HITTITLE/HITBODY to reference the appropriate fields in your indexClick on /solrstrap.html.
Thats it.
# What is Solrstrap made of?
Solrstrap is lovingly crafted from [Bootstrap](http://twitter.github.com/bootstrap/) and [Handlebars](http://handlebarsjs.com).# Strengths
* Requires _only_ local installation- very easy to set up
* Access to all Bootstrap functionality. Can be easily extended in a Bootstrappy way.
* Blazing fast
* Uses very little bandwidth# Weaknesses
* Designed for "open" solr instances- needs clear access to /select/q=.
* SEO basically non-existant
* Will (probably) not work on truly ancient browsers (IE 7 and below)# Future releases
* Some form of arrow key functionality...
* Meaningful error messages and sanity checks...
* Nicer code# License
Copyright 2013 Fergus McDowallLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.# Contact
Follow/contact me on Twitter [@fergiemcdowall](https://twitter.com/fergiemcdowall)I write articles about search engine technology here: http://blog.comperiosearch.com/blog/author/fmcdowall/